diff options
author | Max Khon <fjoe@FreeBSD.org> | 2007-04-25 18:55:38 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2007-04-25 18:55:38 +0000 |
commit | 6487bd53dcde41819cf4dbcc90f6ec1c63f739d4 (patch) | |
tree | a416419544ccd2a286227de6b855860f9f09a7f0 /sysutils | |
parent | 61ff2869863249012c54df559070a9812c7a5c13 (diff) | |
download | ports-6487bd53dcde41819cf4dbcc90f6ec1c63f739d4.tar.gz ports-6487bd53dcde41819cf4dbcc90f6ec1c63f739d4.zip |
Update to 1.417.
PR: 111979
Submitted by: Eugene Grosbein
Notes
Notes:
svn path=/head/; revision=190879
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fusefs-ntfs/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fusefs-ntfs/distinfo | 6 | ||||
-rw-r--r-- | sysutils/fusefs-ntfs/files/patch-src-Makefile.in | 16 | ||||
-rw-r--r-- | sysutils/fusefs-ntfs/files/patch-src-ntfs-3g.c | 11 | ||||
-rw-r--r-- | sysutils/fusefs-ntfs/pkg-plist | 2 |
5 files changed, 16 insertions, 21 deletions
diff --git a/sysutils/fusefs-ntfs/Makefile b/sysutils/fusefs-ntfs/Makefile index f4e4d01277c3..950ffed1efea 100644 --- a/sysutils/fusefs-ntfs/Makefile +++ b/sysutils/fusefs-ntfs/Makefile @@ -5,7 +5,7 @@ # PORTNAME= ntfs -PORTVERSION= 1.0 +PORTVERSION= 1.417 CATEGORIES= sysutils MASTER_SITES= http://www.ntfs-3g.org/ MASTER_SITE_SUBDIR= fuse diff --git a/sysutils/fusefs-ntfs/distinfo b/sysutils/fusefs-ntfs/distinfo index 2c17cecb0268..06a934cb9e00 100644 --- a/sysutils/fusefs-ntfs/distinfo +++ b/sysutils/fusefs-ntfs/distinfo @@ -1,3 +1,3 @@ -MD5 (ntfs-3g-1.0.tgz) = 873a8de662849d129fc7c475ad3f5447 -SHA256 (ntfs-3g-1.0.tgz) = b5bbf81230bb21573d69fc471721b0b0c404eaa5040ef28e7dcec38320a1b2e4 -SIZE (ntfs-3g-1.0.tgz) = 562452 +MD5 (ntfs-3g-1.417.tgz) = 9e451f1084461795a96170adb6c4376b +SHA256 (ntfs-3g-1.417.tgz) = 6eff152c670cb9cab1c3d423aac1ce7825f3bc5f53be5ff1857c0079bd27ecc0 +SIZE (ntfs-3g-1.417.tgz) = 562094 diff --git a/sysutils/fusefs-ntfs/files/patch-src-Makefile.in b/sysutils/fusefs-ntfs/files/patch-src-Makefile.in deleted file mode 100644 index 14ca9ce0a55e..000000000000 --- a/sysutils/fusefs-ntfs/files/patch-src-Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- src/Makefile.in.orig Tue Jan 2 02:21:12 2007 -+++ src/Makefile.in Thu Jan 11 03:38:55 2007 -@@ -521,11 +521,11 @@ - - install-data-am: install-man - @$(NORMAL_INSTALL) -- $(MAKE) $(AM_MAKEFLAGS) install-data-hook -+# $(MAKE) $(AM_MAKEFLAGS) install-data-hook - - install-exec-am: install-binPROGRAMS - @$(NORMAL_INSTALL) -- $(MAKE) $(AM_MAKEFLAGS) install-exec-hook -+# $(MAKE) $(AM_MAKEFLAGS) install-exec-hook - - install-info: install-info-am - diff --git a/sysutils/fusefs-ntfs/files/patch-src-ntfs-3g.c b/sysutils/fusefs-ntfs/files/patch-src-ntfs-3g.c new file mode 100644 index 000000000000..b27570a23d06 --- /dev/null +++ b/sysutils/fusefs-ntfs/files/patch-src-ntfs-3g.c @@ -0,0 +1,11 @@ +--- src/ntfs-3g.c.orig Thu Apr 26 01:51:08 2007 ++++ src/ntfs-3g.c Thu Apr 26 01:51:15 2007 +@@ -134,7 +134,7 @@ + } opts; + + static const char *EXEC_NAME = "ntfs-3g"; +-static char def_opts[] = "silent,allow_other,nonempty,"; ++static char def_opts[] = "silent,allow_other,"; + static ntfs_fuse_context_t *ctx; + static u32 ntfs_sequence; + diff --git a/sysutils/fusefs-ntfs/pkg-plist b/sysutils/fusefs-ntfs/pkg-plist index fa9817110a39..8a0db0f2683d 100644 --- a/sysutils/fusefs-ntfs/pkg-plist +++ b/sysutils/fusefs-ntfs/pkg-plist @@ -31,5 +31,5 @@ include/ntfs-3g/volume.h lib/libntfs-3g.a lib/libntfs-3g.la lib/libntfs-3g.so -lib/libntfs-3g.so.0 +lib/libntfs-3g.so.1 @dirrm include/ntfs-3g |