Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2018 19:05:11 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461636 - head/www/zenphoto
Message-ID:  <201802121905.w1CJ5BNA017618@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802121905.w1CJ5BNA017618>