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 ntfsprogs to v2.0.0


git-svn-id: http://svn.macports.org/repository/macports/trunk@36278 
d073be05-634f-4543-b044-5fe20cf6d1d6
kballard (author)
Fri Apr 25 06:07:16 -0700 2008
commit  e19319daefa1617da1e70386f707ec06f4365725
tree    d8335c73ef9595a008c763719a75a0898c7aaa39
parent  dea6d12db74640bfa8b132aee8cbbccf6560014b
...
3
4
5
6
 
7
8
9
10
...
15
16
17
18
19
 
 
20
21
22
23
24
25
26
 
27
28
29
...
40
41
42
 
 
43
44
45
...
3
4
5
 
6
7
8
9
10
...
15
16
17
 
 
18
19
20
21
22
23
24
25
 
26
27
28
29
...
40
41
42
43
44
45
46
47
0
@@ -3,7 +3,7 @@
0
 PortSystem 1.0
0
 
0
 name ntfsprogs
0
-version 1.13.1
0
+version 2.0.0
0
 categories sysutils
0
 platforms darwin
0
 maintainers eridius@macports.org
0
0
@@ -15,15 +15,15 @@
0
 
0
 master_sites sourceforge:linux-ntfs
0
 
0
-checksums md5 23160eb8d34abe3d2a88cd6d054faa47 \
0
- sha1 a4e50f6fc10fcc1e1f562ad64bcbf9a0d46ca72a
0
+checksums md5 2c402b647bb7aeb1d3f8ce1cc354fd68 \
0
+ sha1 c433189eb0955beb7360c6a475cc97083c5cd020
0
 
0
 livecheck.distname ntfsprogs
0
 livecheck.url http://sourceforge.net/export/rss2_projnews.php?group_id=13956
0
 
0
 configure.args --disable-gnome-vfs --disable-fuse-module --disable-crypto
0
 
0
-depends_lib bin:pkg-config:pkgconfig
0
+depends_lib port:pkgconfig
0
 
0
 variant crypto {
0
     configure.args-delete --disable-crypto
0
@@ -40,6 +40,8 @@
0
 }
0
 
0
 platform darwin {}
0
+
0
+destroot.violate_mtree yes
0
 
0
 post-destroot {
0
     if {[variant_isset darwin]} {

Comments

    No one has commented yet.