Date: Fri, 22 May 2015 10:22:22 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387010 - head/www/p5-HTTP-Server-Simple-Authen Message-ID: <201505221022.t4MAMMHJ034250@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri May 22 10:22:21 2015 New Revision: 387010 URL: https://svnweb.freebsd.org/changeset/ports/387010 Log: - Fix shebangs Approved by: portmgr blanket MFH: 2015Q2 Modified: head/www/p5-HTTP-Server-Simple-Authen/Makefile Modified: head/www/p5-HTTP-Server-Simple-Authen/Makefile ============================================================================== --- head/www/p5-HTTP-Server-Simple-Authen/Makefile Fri May 22 10:22:15 2015 (r387009) +++ head/www/p5-HTTP-Server-Simple-Authen/Makefile Fri May 22 10:22:21 2015 (r387010) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505221022.t4MAMMHJ034250>