svn commit: r375274 - head/security/gpgdir

Antoine Brodin antoine at FreeBSD.org
Mon Dec 22 21:46:16 UTC 2014


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
 


More information about the svn-ports-head mailing list