svn commit: r388415 - branches/2015Q2/www/photo_gallery

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 2 23:49:00 UTC 2015


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 at 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:


More information about the svn-ports-branches mailing list