Update 2015.3.14 --> 2016.2.22
This commit is contained in:
parent
dfeed7d39e
commit
d906728393
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415878
4 changed files with 27 additions and 17 deletions
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= ntfs
|
PORTNAME= ntfs
|
||||||
PORTVERSION= 2015.3.14
|
PORTVERSION= 2016.2.22
|
||||||
PORTREVISION= 3
|
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://tuxera.com/opensource/
|
MASTER_SITES= http://tuxera.com/opensource/
|
||||||
PKGNAMEPREFIX= fusefs-
|
PKGNAMEPREFIX= fusefs-
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (ntfs-3g_ntfsprogs-2015.3.14.tgz) = 97f996015d8316d4a272bd2629978e5e97072dd3cc148ce39802f8037c6538f2
|
TIMESTAMP = 1464245363
|
||||||
SIZE (ntfs-3g_ntfsprogs-2015.3.14.tgz) = 1210069
|
SHA256 (ntfs-3g_ntfsprogs-2016.2.22.tgz) = d7b72c05e4b3493e6095be789a760c9f5f2b141812d5b885f3190c98802f1ea0
|
||||||
|
SIZE (ntfs-3g_ntfsprogs-2016.2.22.tgz) = 1264364
|
||||||
|
|
|
@ -1,15 +1,23 @@
|
||||||
--- ./ntfsprogs/Makefile.in.orig 2011-07-08 16:21:25.000000000 +0100
|
--- ntfsprogs/Makefile.in.orig 2016-02-21 23:34:49.000000000 -0800
|
||||||
+++ ./ntfsprogs/Makefile.in 2011-07-08 16:21:40.000000000 +0100
|
+++ ntfsprogs/Makefile.in 2016-05-26 00:04:03.566411000 -0700
|
||||||
@@ -1073,12 +1073,8 @@
|
@@ -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
|
# mkfs.ntfs[.8] hard link
|
||||||
|
|
||||||
@ENABLE_NTFSPROGS_TRUE@install-exec-hook:
|
@ENABLE_MOUNT_HELPER_TRUE@@ENABLE_NTFSPROGS_TRUE@install-exec-hook:
|
||||||
-@ENABLE_NTFSPROGS_TRUE@ $(INSTALL) -d $(DESTDIR)/sbin
|
-@ENABLE_MOUNT_HELPER_TRUE@@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@ $(LN_S) -f $(sbindir)/mkntfs $(DESTDIR)/sbin/mkfs.ntfs
|
||||||
|
|
||||||
@ENABLE_NTFSPROGS_TRUE@install-data-hook:
|
@ENABLE_MOUNT_HELPER_TRUE@@ENABLE_NTFSPROGS_TRUE@install-data-hook:
|
||||||
-@ENABLE_NTFSPROGS_TRUE@ $(INSTALL) -d $(DESTDIR)$(man8dir)
|
-@ENABLE_MOUNT_HELPER_TRUE@@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@ $(LN_S) -f mkntfs.8 $(DESTDIR)$(man8dir)/mkfs.ntfs.8
|
||||||
|
|
||||||
@ENABLE_NTFSPROGS_TRUE@uninstall-local:
|
@ENABLE_MOUNT_HELPER_TRUE@@ENABLE_NTFSPROGS_TRUE@uninstall-local:
|
||||||
@ENABLE_NTFSPROGS_TRUE@ $(RM) -f $(DESTDIR)/sbin/mkfs.ntfs
|
@ENABLE_MOUNT_HELPER_TRUE@@ENABLE_NTFSPROGS_TRUE@ $(RM) -f $(DESTDIR)/sbin/mkfs.ntfs
|
||||||
|
|
|
@ -49,8 +49,8 @@ include/ntfs-3g/volume.h
|
||||||
include/ntfs-3g/xattrs.h
|
include/ntfs-3g/xattrs.h
|
||||||
lib/libntfs-3g.a
|
lib/libntfs-3g.a
|
||||||
lib/libntfs-3g.so
|
lib/libntfs-3g.so
|
||||||
lib/libntfs-3g.so.86
|
lib/libntfs-3g.so.87
|
||||||
lib/libntfs-3g.so.86.0.0
|
lib/libntfs-3g.so.87.0.0
|
||||||
libdata/pkgconfig/libntfs-3g.pc
|
libdata/pkgconfig/libntfs-3g.pc
|
||||||
man/man8/mkntfs.8.gz
|
man/man8/mkntfs.8.gz
|
||||||
man/man8/ntfs-3g.8.gz
|
man/man8/ntfs-3g.8.gz
|
||||||
|
@ -69,6 +69,7 @@ man/man8/ntfsinfo.8.gz
|
||||||
man/man8/ntfslabel.8.gz
|
man/man8/ntfslabel.8.gz
|
||||||
man/man8/ntfsls.8.gz
|
man/man8/ntfsls.8.gz
|
||||||
man/man8/ntfsprogs.8.gz
|
man/man8/ntfsprogs.8.gz
|
||||||
|
man/man8/ntfsrecover.8.gz
|
||||||
man/man8/ntfsresize.8.gz
|
man/man8/ntfsresize.8.gz
|
||||||
man/man8/ntfstruncate.8.gz
|
man/man8/ntfstruncate.8.gz
|
||||||
man/man8/ntfsundelete.8.gz
|
man/man8/ntfsundelete.8.gz
|
||||||
|
@ -77,6 +78,7 @@ sbin/mkntfs
|
||||||
sbin/ntfsclone
|
sbin/ntfsclone
|
||||||
sbin/ntfscp
|
sbin/ntfscp
|
||||||
sbin/ntfslabel
|
sbin/ntfslabel
|
||||||
|
sbin/ntfsrecover
|
||||||
sbin/ntfsresize
|
sbin/ntfsresize
|
||||||
sbin/ntfsundelete
|
sbin/ntfsundelete
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||||
|
|
Loading…
Reference in a new issue