Date: Tue, 2 Jun 2015 23:49:00 +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: r388415 - branches/2015Q2/www/photo_gallery Message-ID: <201506022349.t52Nn0hH038525@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 2 23:48:59 2015 New Revision: 388415 URL: https://svnweb.freebsd.org/changeset/ports/388415 Log: MFH: r387349 - Fix shebangs - Switch to USES=tar Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/www/photo_gallery/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/www/photo_gallery/Makefile ============================================================================== --- branches/2015Q2/www/photo_gallery/Makefile Tue Jun 2 23:47:43 2015 (r388414) +++ branches/2015Q2/www/photo_gallery/Makefile Tue Jun 2 23:48:59 2015 (r388415) @@ -3,11 +3,10 @@ PORTNAME= photo_gallery PORTVERSION= 1.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= http://www.capybara.org/~dfraser/photo_gallery/ DISTNAME= ${PORTNAME}_${PORTVERSION} -EXTRACT_SUFX= .tar MAINTAINER= bob@bomar.us COMMENT= Simple web based photo gallery @@ -17,7 +16,9 @@ RUN_DEPENDS= anytopnm:${PORTSDIR}/graphi p5-URI>=0:${PORTSDIR}/net/p5-URI USE_APACHE_RUN= 22+ -USES= perl5 +USES= perl5 shebangfix tar +SHEBANG_FILES= index.cgi +perl_OLD_CMD= /usr/pkg/bin/perl NO_BUILD= yes do-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506022349.t52Nn0hH038525>