svn commit: r388402 - branches/2015Q2/www/p5-HTTP-Server-Simple-Authen
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jun 2 23:27:48 UTC 2015
Author: amdmi3
Date: Tue Jun 2 23:27:47 2015
New Revision: 388402
URL: https://svnweb.freebsd.org/changeset/ports/388402
Log:
MFH: r387010
- Fix shebangs
Approved by: portmgr blanket
Approved by: ports-secteam (shebang fix blanket)
Modified:
branches/2015Q2/www/p5-HTTP-Server-Simple-Authen/Makefile
Directory Properties:
branches/2015Q2/ (props changed)
Modified: branches/2015Q2/www/p5-HTTP-Server-Simple-Authen/Makefile
==============================================================================
--- branches/2015Q2/www/p5-HTTP-Server-Simple-Authen/Makefile Tue Jun 2 23:26:39 2015 (r388401)
+++ branches/2015Q2/www/p5-HTTP-Server-Simple-Authen/Makefile Tue Jun 2 23:27:47 2015 (r388402)
@@ -3,7 +3,7 @@
PORTNAME= HTTP-Server-Simple-Authen
PORTVERSION= 0.04
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -19,6 +19,7 @@ BUILD_DEPENDS= p5-Authen-Simple>=0.4:${P
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= server.pl
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list