Date: Sun, 24 May 2015 21:38:20 +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: r387349 - head/www/photo_gallery Message-ID: <201505242138.t4OLcK4n054843@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun May 24 21:38:19 2015 New Revision: 387349 URL: https://svnweb.freebsd.org/changeset/ports/387349 Log: - Fix shebangs - Switch to USES=tar Approved by: portmgr blanket MFH: 2015Q2 Modified: head/www/photo_gallery/Makefile Modified: head/www/photo_gallery/Makefile ============================================================================== --- head/www/photo_gallery/Makefile Sun May 24 21:37:56 2015 (r387348) +++ head/www/photo_gallery/Makefile Sun May 24 21:38:19 2015 (r387349) @@ -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?201505242138.t4OLcK4n054843>