Date: Sat, 23 Apr 2016 18:44:23 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413900 - head/sysutils/zfs-snapshot-mgmt Message-ID: <201604231844.u3NIiNq7077131@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604231844.u3NIiNq7077131>