svn commit: r413900 - head/sysutils/zfs-snapshot-mgmt

Steve Wills swills at FreeBSD.org
Sat Apr 23 18:44:24 UTC 2016


Author: swills
Date: Sat Apr 23 18:44:22 2016
New Revision: 413900
URL: https://svnweb.freebsd.org/changeset/ports/413900

Log:
  sysutils/zfs-snapshot-mgmt: convert to USES=shebangfix

Modified:
  head/sysutils/zfs-snapshot-mgmt/Makefile

Modified: head/sysutils/zfs-snapshot-mgmt/Makefile
==============================================================================
--- head/sysutils/zfs-snapshot-mgmt/Makefile	Sat Apr 23 18:39:04 2016	(r413899)
+++ head/sysutils/zfs-snapshot-mgmt/Makefile	Sat Apr 23 18:44:22 2016	(r413900)
@@ -3,7 +3,7 @@
 
 PORTNAME=	zfs-snapshot-mgmt
 PORTVERSION=	20090201
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 MASTER_SITES=	http://marcin.studio4plus.com/files/
 
@@ -11,8 +11,9 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Automatic ZFS snapshot management tool
 
 USE_RUBY=	yes
+USES=		shebangfix
 RUBY_NO_BUILD_DEPENDS=	yes
-RUBY_SHEBANG_FILES=	zfs-snapshot-mgmt
+SHEBANG_FILES=	zfs-snapshot-mgmt
 
 NO_BUILD=	yes
 NO_ARCH=	yes


More information about the svn-ports-all mailing list