svn commit: r469199 - head/www/zenphoto

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 6 12:49:23 UTC 2018


Author: sunpoet
Date: Sun May  6 12:49:22 2018
New Revision: 469199
URL: https://svnweb.freebsd.org/changeset/ports/469199

Log:
  Add flavors
  
  - Bump PORTREVISION for package change

Modified:
  head/www/zenphoto/Makefile

Modified: head/www/zenphoto/Makefile
==============================================================================
--- head/www/zenphoto/Makefile	Sun May  6 12:49:17 2018	(r469198)
+++ head/www/zenphoto/Makefile	Sun May  6 12:49:22 2018	(r469199)
@@ -4,8 +4,9 @@
 PORTNAME=	zenphoto
 PORTVERSION=	1.4.14
 DISTVERSIONPREFIX=	${PORTNAME}-
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
+PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Simpler web photo gallery
@@ -15,7 +16,7 @@ LICENSE=	GPLv2+
 NO_ARCH=	yes
 NO_BUILD=	yes
 USE_PHP=	gd gettext hash json mbstring mysqli pcre session
-USES=		cpe php:web
+USES=		cpe php:flavors,web
 
 SUB_FILES=	pkg-deinstall pkg-message
 


More information about the svn-ports-all mailing list