public
Description: Git mirror of the MacPorts svn repo
Homepage: http://www.macports.org
Clone URL: git://github.com/kballard/macports.git
Search Repo:
Bump ntfs-3g to v1.2412.
Note that I have not tested to make sure it works, only that it installs


git-svn-id: http://svn.macports.org/repository/macports/trunk@36277 
d073be05-634f-4543-b044-5fe20cf6d1d6
kballard (author)
Fri Apr 25 05:59:52 -0700 2008
commit  dea6d12db74640bfa8b132aee8cbbccf6560014b
tree    9249d313cbdbd906f1940583edae53b8bac85fb5
parent  f4a16fee13b7d266486cd03c50f204eb3b076c2b
...
3
4
5
6
 
7
8
9
10
11
12
...
19
20
21
22
23
24
 
 
25
26
27
28
29
 
30
31
32
33
34
35
36
 
 
 
 
 
 
37
38
39
...
3
4
5
 
6
7
8
9
10
11
12
...
19
20
21
 
 
 
22
23
24
25
26
27
 
28
29
30
31
 
 
32
33
34
35
36
37
38
39
40
41
42
0
@@ -3,7 +3,7 @@
0
 PortSystem 1.0
0
 
0
 name ntfs-3g
0
-version 1.1120
0
+version 1.2412
0
 categories fuse
0
 platforms darwin
0
 maintainers eridius openmaintainer
0
0
0
0
@@ -19,21 +19,24 @@
0
 extract.suffix .tgz
0
 
0
 master_sites $homepage
0
-checksums $distfiles md5 9561f07a6a5faa0fb6615727c0003b26 \
0
- sha1 203b6194e4dc531065b81c8f2ef72dd247e48a9b \
0
- rmd160 ecaef2641e018364620507a0703546a62c2a7683
0
+checksums $distfiles md5 e8762770b2be3b1d24da61571d79fc92 \
0
+ sha1 f5ae72b087001e478c95dfec41f0bdc43d4ab02f
0
 
0
 livecheck.check regex
0
 livecheck.regex {Source Code.*<a href="ntfs-3g-(.+?)\.tgz">}
0
 
0
-depends_lib port:libfuse port:pkgconfig
0
+depends_lib port:pkgconfig port:macfuse
0
 
0
 configure.args --exec-prefix=${prefix}
0
 
0
-destroot.violate_mtree yes
0
-
0
 platform darwin {
0
     configure.ldflags-append -framework CoreFoundation
0
+}
0
+
0
+destroot.violate_mtree yes
0
+
0
+pre-destroot {
0
+ file mkdir ${destroot}/sbin
0
 }
0
 
0
 post-destroot {

Comments

    No one has commented yet.