Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 May 2015 10:37:28 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r385755 - branches/2015Q2/security/makepasswd
Message-ID:  <201505081037.t48AbSbm078897@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505081037.t48AbSbm078897>