svn commit: r385755 - branches/2015Q2/security/makepasswd

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 8 10:37:29 UTC 2015


Author: amdmi3
Date: Fri May  8 10:37:28 2015
New Revision: 385755
URL: https://svnweb.freebsd.org/changeset/ports/385755

Log:
  MFH: r385738
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (erwin)

Modified:
  branches/2015Q2/security/makepasswd/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/security/makepasswd/Makefile
==============================================================================
--- branches/2015Q2/security/makepasswd/Makefile	Fri May  8 10:33:54 2015	(r385754)
+++ branches/2015Q2/security/makepasswd/Makefile	Fri May  8 10:37:28 2015	(r385755)
@@ -3,7 +3,7 @@
 
 PORTNAME=	makepasswd
 PORTVERSION=	1.10
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_DEBIAN_POOL}
 DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
@@ -19,7 +19,8 @@ COMMENT=	Random password generator
 LICENSE=	GPLv1
 
 NO_BUILD=	yes
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	makepasswd
 USE_PERL5=	run
 
 OPTIONS_DEFINE=	DOCS


More information about the svn-ports-all mailing list