svn commit: r351404 - in head/sysutils/fusefs-ntfs: . files

Cy Schubert cy at FreeBSD.org
Wed Apr 16 17:16:14 UTC 2014


Author: cy
Date: Wed Apr 16 17:16:13 2014
New Revision: 351404
URL: http://svnweb.freebsd.org/changeset/ports/351404
QAT: https://qat.redports.org/buildarchive/r351404/

Log:
  Update 2012.1.15 --> 2014.2.15

Modified:
  head/sysutils/fusefs-ntfs/Makefile
  head/sysutils/fusefs-ntfs/distinfo
  head/sysutils/fusefs-ntfs/files/patch-configure
  head/sysutils/fusefs-ntfs/pkg-plist

Modified: head/sysutils/fusefs-ntfs/Makefile
==============================================================================
--- head/sysutils/fusefs-ntfs/Makefile	Wed Apr 16 16:40:02 2014	(r351403)
+++ head/sysutils/fusefs-ntfs/Makefile	Wed Apr 16 17:16:13 2014	(r351404)
@@ -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-

Modified: head/sysutils/fusefs-ntfs/distinfo
==============================================================================
--- head/sysutils/fusefs-ntfs/distinfo	Wed Apr 16 16:40:02 2014	(r351403)
+++ head/sysutils/fusefs-ntfs/distinfo	Wed Apr 16 17:16:13 2014	(r351404)
@@ -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

Modified: head/sysutils/fusefs-ntfs/files/patch-configure
==============================================================================
--- head/sysutils/fusefs-ntfs/files/patch-configure	Wed Apr 16 16:40:02 2014	(r351403)
+++ head/sysutils/fusefs-ntfs/files/patch-configure	Wed Apr 16 17:16:13 2014	(r351404)
@@ -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

Modified: head/sysutils/fusefs-ntfs/pkg-plist
==============================================================================
--- head/sysutils/fusefs-ntfs/pkg-plist	Wed Apr 16 16:40:02 2014	(r351403)
+++ head/sysutils/fusefs-ntfs/pkg-plist	Wed Apr 16 17:16:13 2014	(r351404)
@@ -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
+ at dirrmtry tests


More information about the svn-ports-all mailing list