svn commit: r391910 - head/sysutils/ntfsprogs

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jul 13 14:30:46 UTC 2015


Author: amdmi3
Date: Mon Jul 13 14:30:44 2015
New Revision: 391910
URL: https://svnweb.freebsd.org/changeset/ports/391910

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Strip library
  - Modernize plist

Modified:
  head/sysutils/ntfsprogs/Makefile
  head/sysutils/ntfsprogs/pkg-plist

Modified: head/sysutils/ntfsprogs/Makefile
==============================================================================
--- head/sysutils/ntfsprogs/Makefile	Mon Jul 13 14:28:44 2015	(r391909)
+++ head/sysutils/ntfsprogs/Makefile	Mon Jul 13 14:30:44 2015	(r391910)
@@ -2,14 +2,15 @@
 
 PORTNAME=	ntfsprogs
 PORTVERSION=	2.0.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/linux-ntfs/NTFS%20Tools%20and%20Library/${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Utilities and library to manipulate NTFS partitions
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 CONFLICTS_INSTALL=	fusefs-ntfs-*
 
@@ -18,6 +19,7 @@ USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
 PORTDOCS=	*
 

Modified: head/sysutils/ntfsprogs/pkg-plist
==============================================================================
--- head/sysutils/ntfsprogs/pkg-plist	Mon Jul 13 14:28:44 2015	(r391909)
+++ head/sysutils/ntfsprogs/pkg-plist	Mon Jul 13 14:30:44 2015	(r391910)
@@ -5,8 +5,6 @@ bin/ntfsfix
 bin/ntfsinfo
 bin/ntfsls
 bin/ntfsmount
- at exec ln -fs %D/%F /usr/sbin/mount_ntfs-fuse
- at unexec rm -f /usr/sbin/mount_ntfs-fuse
 include/ntfs/attrib.h
 include/ntfs/attrlist.h
 include/ntfs/bitmap.h
@@ -71,4 +69,4 @@ sbin/ntfsundelete
 %%GNOMEVFS2%%lib/gnome-vfs-2.0/modules/libntfs-gnomevfs.so
 %%GNOMEVFS2%%lib/gnome-vfs-2.0/modules/libntfs-gnomevfs.so.1
 %%GNOMEVFS2%%lib/gnome-vfs-2.0/modules/libntfs-gnomevfs.so.1.0.0
- at dirrm include/ntfs
+/usr/sbin/mount_ntfs-fuse


More information about the svn-ports-all mailing list