Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2016 07:17:27 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415878 - in head/sysutils/fusefs-ntfs: . files
Message-ID:  <201605260717.u4Q7HRIm013082@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Thu May 26 07:17:27 2016
New Revision: 415878
URL: https://svnweb.freebsd.org/changeset/ports/415878

Log:
  Update 2015.3.14 --> 2016.2.22

Modified:
  head/sysutils/fusefs-ntfs/Makefile
  head/sysutils/fusefs-ntfs/distinfo
  head/sysutils/fusefs-ntfs/files/patch-ntfsprogs__Makefile.in
  head/sysutils/fusefs-ntfs/pkg-plist

Modified: head/sysutils/fusefs-ntfs/Makefile
==============================================================================
--- head/sysutils/fusefs-ntfs/Makefile	Thu May 26 07:15:16 2016	(r415877)
+++ head/sysutils/fusefs-ntfs/Makefile	Thu May 26 07:17:27 2016	(r415878)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ntfs
-PORTVERSION=	2015.3.14
-PORTREVISION=	3
+PORTVERSION=	2016.2.22
 CATEGORIES=	sysutils
 MASTER_SITES=	http://tuxera.com/opensource/
 PKGNAMEPREFIX=	fusefs-

Modified: head/sysutils/fusefs-ntfs/distinfo
==============================================================================
--- head/sysutils/fusefs-ntfs/distinfo	Thu May 26 07:15:16 2016	(r415877)
+++ head/sysutils/fusefs-ntfs/distinfo	Thu May 26 07:17:27 2016	(r415878)
@@ -1,2 +1,3 @@
-SHA256 (ntfs-3g_ntfsprogs-2015.3.14.tgz) = 97f996015d8316d4a272bd2629978e5e97072dd3cc148ce39802f8037c6538f2
-SIZE (ntfs-3g_ntfsprogs-2015.3.14.tgz) = 1210069
+TIMESTAMP = 1464245363
+SHA256 (ntfs-3g_ntfsprogs-2016.2.22.tgz) = d7b72c05e4b3493e6095be789a760c9f5f2b141812d5b885f3190c98802f1ea0
+SIZE (ntfs-3g_ntfsprogs-2016.2.22.tgz) = 1264364

Modified: head/sysutils/fusefs-ntfs/files/patch-ntfsprogs__Makefile.in
==============================================================================
--- head/sysutils/fusefs-ntfs/files/patch-ntfsprogs__Makefile.in	Thu May 26 07:15:16 2016	(r415877)
+++ head/sysutils/fusefs-ntfs/files/patch-ntfsprogs__Makefile.in	Thu May 26 07:17:27 2016	(r415878)
@@ -1,15 +1,23 @@
---- ./ntfsprogs/Makefile.in.orig	2011-07-08 16:21:25.000000000 +0100
-+++ ./ntfsprogs/Makefile.in	2011-07-08 16:21:40.000000000 +0100
-@@ -1073,12 +1073,8 @@
+--- ntfsprogs/Makefile.in.orig	2016-02-21 23:34:49.000000000 -0800
++++ ntfsprogs/Makefile.in	2016-05-26 00:04:03.566411000 -0700
+@@ -88,6 +88,7 @@
+ @ENABLE_NTFSPROGS_TRUE@	ntfslabel$(EXEEXT) \
+ @ENABLE_NTFSPROGS_TRUE@	ntfsundelete$(EXEEXT) \
+ @ENABLE_NTFSPROGS_TRUE@	ntfsresize$(EXEEXT) ntfsclone$(EXEEXT) \
++@ENABLE_NTFSPROGS_TRUE@	ntfsrecover$(EXEEXT) \
+ @ENABLE_NTFSPROGS_TRUE@	ntfscp$(EXEEXT)
+ @ENABLE_CRYPTO_TRUE@@ENABLE_NTFSPROGS_TRUE@am__append_1 = ntfsdecrypt
+ @ENABLE_EXTRAS_TRUE@@ENABLE_NTFSPROGS_TRUE@am__append_2 = $(EXTRA_PROGRAM_NAMES)
+@@ -1376,12 +1377,8 @@
  # mkfs.ntfs[.8] hard link
  
- @ENABLE_NTFSPROGS_TRUE@install-exec-hook:
--@ENABLE_NTFSPROGS_TRUE@	$(INSTALL) -d $(DESTDIR)/sbin
--@ENABLE_NTFSPROGS_TRUE@	$(LN_S) -f $(sbindir)/mkntfs $(DESTDIR)/sbin/mkfs.ntfs
+ @ENABLE_MOUNT_HELPER_TRUE@@ENABLE_NTFSPROGS_TRUE@install-exec-hook:
+-@ENABLE_MOUNT_HELPER_TRUE@@ENABLE_NTFSPROGS_TRUE@	$(INSTALL) -d $(DESTDIR)/sbin
+-@ENABLE_MOUNT_HELPER_TRUE@@ENABLE_NTFSPROGS_TRUE@	$(LN_S) -f $(sbindir)/mkntfs $(DESTDIR)/sbin/mkfs.ntfs
  
- @ENABLE_NTFSPROGS_TRUE@install-data-hook:
--@ENABLE_NTFSPROGS_TRUE@	$(INSTALL) -d $(DESTDIR)$(man8dir)
--@ENABLE_NTFSPROGS_TRUE@	$(LN_S) -f mkntfs.8 $(DESTDIR)$(man8dir)/mkfs.ntfs.8
+ @ENABLE_MOUNT_HELPER_TRUE@@ENABLE_NTFSPROGS_TRUE@install-data-hook:
+-@ENABLE_MOUNT_HELPER_TRUE@@ENABLE_NTFSPROGS_TRUE@	$(INSTALL) -d $(DESTDIR)$(man8dir)
+-@ENABLE_MOUNT_HELPER_TRUE@@ENABLE_NTFSPROGS_TRUE@	$(LN_S) -f mkntfs.8 $(DESTDIR)$(man8dir)/mkfs.ntfs.8
  
- @ENABLE_NTFSPROGS_TRUE@uninstall-local:
- @ENABLE_NTFSPROGS_TRUE@	$(RM) -f $(DESTDIR)/sbin/mkfs.ntfs
+ @ENABLE_MOUNT_HELPER_TRUE@@ENABLE_NTFSPROGS_TRUE@uninstall-local:
+ @ENABLE_MOUNT_HELPER_TRUE@@ENABLE_NTFSPROGS_TRUE@	$(RM) -f $(DESTDIR)/sbin/mkfs.ntfs

Modified: head/sysutils/fusefs-ntfs/pkg-plist
==============================================================================
--- head/sysutils/fusefs-ntfs/pkg-plist	Thu May 26 07:15:16 2016	(r415877)
+++ head/sysutils/fusefs-ntfs/pkg-plist	Thu May 26 07:17:27 2016	(r415878)
@@ -49,8 +49,8 @@ include/ntfs-3g/volume.h
 include/ntfs-3g/xattrs.h
 lib/libntfs-3g.a
 lib/libntfs-3g.so
-lib/libntfs-3g.so.86
-lib/libntfs-3g.so.86.0.0
+lib/libntfs-3g.so.87
+lib/libntfs-3g.so.87.0.0
 libdata/pkgconfig/libntfs-3g.pc
 man/man8/mkntfs.8.gz
 man/man8/ntfs-3g.8.gz
@@ -69,6 +69,7 @@ man/man8/ntfsinfo.8.gz
 man/man8/ntfslabel.8.gz
 man/man8/ntfsls.8.gz
 man/man8/ntfsprogs.8.gz
+man/man8/ntfsrecover.8.gz
 man/man8/ntfsresize.8.gz
 man/man8/ntfstruncate.8.gz
 man/man8/ntfsundelete.8.gz
@@ -77,6 +78,7 @@ sbin/mkntfs
 sbin/ntfsclone
 sbin/ntfscp
 sbin/ntfslabel
+sbin/ntfsrecover
 sbin/ntfsresize
 sbin/ntfsundelete
 %%PORTDOCS%%%%DOCSDIR%%/README



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605260717.u4Q7HRIm013082>