Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Mar 2016 18:36:14 +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: r411477 - head/www/gallery2
Message-ID:  <201603201836.u2KIaErl023392@repo.freebsd.org>

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



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