Date: Sun, 6 May 2018 12:49:22 +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: r469199 - head/www/zenphoto Message-ID: <201805061249.w46CnMSL046736@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805061249.w46CnMSL046736>