diff options
-rw-r--r-- | sysutils/fusefs-ntfs/Makefile | 3 | ||||
-rw-r--r-- | sysutils/fusefs-ntfs/distinfo | 4 | ||||
-rw-r--r-- | sysutils/fusefs-ntfs/files/patch-configure | 60 | ||||
-rw-r--r-- | sysutils/fusefs-ntfs/pkg-plist | 3 |
4 files changed, 53 insertions, 17 deletions
diff --git a/sysutils/fusefs-ntfs/Makefile b/sysutils/fusefs-ntfs/Makefile index 75de4e0ac0ed..cb71ef634312 100644 --- a/sysutils/fusefs-ntfs/Makefile +++ b/sysutils/fusefs-ntfs/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ntfs -PORTVERSION= 2012.1.15 -PORTREVISION= 1 +PORTVERSION= 2014.2.15 CATEGORIES= sysutils MASTER_SITES= http://tuxera.com/opensource/ PKGNAMEPREFIX= fusefs- diff --git a/sysutils/fusefs-ntfs/distinfo b/sysutils/fusefs-ntfs/distinfo index ce4eb96d371a..112bd68bf277 100644 --- a/sysutils/fusefs-ntfs/distinfo +++ b/sysutils/fusefs-ntfs/distinfo @@ -1,2 +1,2 @@ -SHA256 (ntfs-3g_ntfsprogs-2012.1.15.tgz) = 6f1611c5000de7ca99141a9b853cba2c8dbd86c8e36d5efbe7ba918af773fb25 -SIZE (ntfs-3g_ntfsprogs-2012.1.15.tgz) = 1149907 +SHA256 (ntfs-3g_ntfsprogs-2014.2.15.tgz) = 4c3099400cb14b231a3c9d718b3a8d152d38555059341ce5fc6d02292a4a5b56 +SIZE (ntfs-3g_ntfsprogs-2014.2.15.tgz) = 1143575 diff --git a/sysutils/fusefs-ntfs/files/patch-configure b/sysutils/fusefs-ntfs/files/patch-configure index 41ba12a3c443..6a0604738a84 100644 --- a/sysutils/fusefs-ntfs/files/patch-configure +++ b/sysutils/fusefs-ntfs/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2008-08-11 13:14:21.000000000 -0300 -+++ configure 2008-09-17 23:01:15.000000000 -0300 -@@ -2663,7 +2663,7 @@ +--- configure.orig 2014-02-15 06:07:59.000000000 -0800 ++++ configure 2014-04-16 10:11:58.615876540 -0700 +@@ -3248,7 +3248,7 @@ else case "${target_os}" in @@ -9,16 +9,52 @@ *) enable_mount_helper="no" ;; esac -@@ -19619,7 +19619,7 @@ - fi +@@ -7991,7 +7991,7 @@ + LIBTOOL_DEPS="$ltmain" + + # Always use our own libtool. +-LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++LIBTOOL='$(SHELL) /usr/local/bin/libtool' + + + +@@ -9527,7 +9527,7 @@ + hardcode_shlibpath_var=no + ;; + +- freebsd1*) ++ freebsd1.*) + ld_shlibs=no + ;; + +@@ -10402,7 +10402,7 @@ + shlibpath_var=LD_LIBRARY_PATH + ;; + +-freebsd1*) ++freebsd1.*) + dynamic_linker=no + ;; - ;; --darwin*|netbsd*|solaris*) -+darwin*|netbsd*|solaris*|freebsd*) - with_fuse="external" - ;; - freebsd*) -@@ -23029,7 +23029,7 @@ +@@ -10413,7 +10413,7 @@ + objformat=`/usr/bin/objformat` + else + case $host_os in +- freebsd[123]*) objformat=aout ;; ++ freebsd[123].*) objformat=aout ;; + *) objformat=elf ;; + esac + fi +@@ -11894,7 +11894,7 @@ + with_fuse="external" + ;; + freebsd*) +- as_fn_error $? "Please see FreeBSD support at http://www.freshports.org/sysutils/fusefs-ntfs" "$LINENO" 5 ++ with_fuse="external" + ;; + *) + as_fn_error $? "ntfs-3g can be built for Linux, FreeBSD, Mac OS X, NetBSD, and Solaris only." "$LINENO" 5 +@@ -13967,7 +13967,7 @@ fi # Settings diff --git a/sysutils/fusefs-ntfs/pkg-plist b/sysutils/fusefs-ntfs/pkg-plist index ac3e4985d25a..dbd041d9c826 100644 --- a/sysutils/fusefs-ntfs/pkg-plist +++ b/sysutils/fusefs-ntfs/pkg-plist @@ -48,7 +48,7 @@ include/ntfs-3g/xattrs.h lib/libntfs-3g.a lib/libntfs-3g.la lib/libntfs-3g.so -lib/libntfs-3g.so.83 +lib/libntfs-3g.so.85 libdata/pkgconfig/libntfs-3g.pc man/man8/mkntfs.8.gz man/man8/ntfs-3g.8.gz @@ -77,3 +77,4 @@ sbin/ntfsundelete %%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/ntfs-3g +@dirrmtry tests |