Date: Mon, 22 Dec 2014 21:46:16 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375274 - head/security/gpgdir Message-ID: <201412222146.sBMLkGJ2081062@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Dec 22 21:46:15 2014 New Revision: 375274 URL: https://svnweb.freebsd.org/changeset/ports/375274 QAT: https://qat.redports.org/buildarchive/r375274/ Log: Shebangfix Modified: head/security/gpgdir/Makefile Modified: head/security/gpgdir/Makefile ============================================================================== --- head/security/gpgdir/Makefile Mon Dec 22 21:38:23 2014 (r375273) +++ head/security/gpgdir/Makefile Mon Dec 22 21:46:15 2014 (r375274) @@ -3,6 +3,7 @@ PORTNAME= gpgdir PORTVERSION= 1.9.5 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= https://www.cipherdyne.org/~cipherdy/gpgdir/download/ \ http://www.cipherdyne.org/gpgdir/download/ @@ -17,8 +18,9 @@ RUN_DEPENDS= p5-Class-MethodMaker>=0:${P p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey NO_BUILD= yes +USES= perl5 shebangfix USE_PERL5= run -USES= perl5 +SHEBANG_FILES= gpgdir PLIST_FILES= bin/gpgdir man/man1/gpgdir.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412222146.sBMLkGJ2081062>