svn commit: r411477 - head/www/gallery2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 20 18:36:15 UTC 2016


Author: sunpoet
Date: Sun Mar 20 18:36:14 2016
New Revision: 411477
URL: https://svnweb.freebsd.org/changeset/ports/411477

Log:
  - Add LICENSE_FILE
  - Use USE_PHP=mysqli instead of USE_PHP=mysql
  - Bump PORTREVISION for dependency change

Modified:
  head/www/gallery2/Makefile

Modified: head/www/gallery2/Makefile
==============================================================================
--- head/www/gallery2/Makefile	Sun Mar 20 18:36:09 2016	(r411476)
+++ head/www/gallery2/Makefile	Sun Mar 20 18:36:14 2016	(r411477)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gallery2
 PORTVERSION=	2.3.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www
 MASTER_SITES=	SF/gallery/${PORTNAME}/${PORTVERSION}
 DISTNAME=	gallery-${PORTVERSION}-full
@@ -13,6 +13,7 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Web based photo album organizer written in PHP
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 OPTIONS_DEFINE=	DCRAW FFMPEG GD GRAPHMAGICK IMAGEMAGICK JHEAD NETPBM NLS UNZIP
 OPTIONS_SINGLE=	BACKEND
@@ -34,7 +35,7 @@ GD_USE=			PHP=gd
 GRAPHMAGICK_RUN_DEPENDS=gm:${PORTSDIR}/graphics/GraphicsMagick
 IMAGEMAGICK_RUN_DEPENDS=convert:${PORTSDIR}/graphics/ImageMagick
 JHEAD_RUN_DEPENDS=	jhead:${PORTSDIR}/graphics/jhead
-MYSQL_USE=		PHP=mysql
+MYSQL_USE=		PHP=mysqli
 NETPBM_RUN_DEPENDS=	giftopnm:${PORTSDIR}/graphics/netpbm
 NLS_USE=		PHP=gettext
 NLS_USES=		gettext


More information about the svn-ports-head mailing list