svn commit: r387349 - head/www/photo_gallery

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 24 21:38:20 UTC 2015


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 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-all mailing list