From owner-svn-ports-all@freebsd.org Sun Mar 20 18:36:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BD8DAD6B7F; Sun, 20 Mar 2016 18:36:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B071FD3; Sun, 20 Mar 2016 18:36:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2KIaEfD023393; Sun, 20 Mar 2016 18:36:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2KIaErl023392; Sun, 20 Mar 2016 18:36:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603201836.u2KIaErl023392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 20 Mar 2016 18:36:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411477 - head/www/gallery2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Mar 2016 18:36:15 -0000 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