svn commit: r461636 - head/www/zenphoto

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 12 19:05:14 UTC 2018


Author: sunpoet
Date: Mon Feb 12 19:05:11 2018
New Revision: 461636
URL: https://svnweb.freebsd.org/changeset/ports/461636

Log:
  Add missing USE_PHP=hash
  
  - Bump PORTREVISION for dependency change
  
  PR:		225841
  Submitted by:	Matthew D. Fuller <fullermd at over-yonder.net>

Modified:
  head/www/zenphoto/Makefile

Modified: head/www/zenphoto/Makefile
==============================================================================
--- head/www/zenphoto/Makefile	Mon Feb 12 19:05:06 2018	(r461635)
+++ head/www/zenphoto/Makefile	Mon Feb 12 19:05:11 2018	(r461636)
@@ -4,6 +4,7 @@
 PORTNAME=	zenphoto
 PORTVERSION=	1.4.14
 DISTVERSIONPREFIX=	${PORTNAME}-
+PORTREVISION=	1
 CATEGORIES=	www
 
 MAINTAINER=	sunpoet at FreeBSD.org
@@ -13,7 +14,7 @@ LICENSE=	GPLv2+
 
 NO_ARCH=	yes
 NO_BUILD=	yes
-USE_PHP=	gd gettext json mbstring mysqli pcre session
+USE_PHP=	gd gettext hash json mbstring mysqli pcre session
 USES=		cpe php:web
 
 PKGDEINSTALL=	${WRKDIR}/pkg-deinstall


More information about the svn-ports-all mailing list