From 030604be4c91cd67db225845e5a8cb6338bd8ac8 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Wed, 24 Sep 2003 11:38:12 +0000 Subject: Maintainer update of www/gallery port Gallery v.1.4 and Gallery Remote v.1.1 are now available! Version 1.4 premieres some major new features: Gallery is now internationalized, and can be displayed in over 20 languages! In addition, we've completely overhauled the documentation and made it more accessible and more informative. Other changes include ownership of individual album items, not just of albums, and a slew of minor improvements and bugfixes. Maintainer Note: Corrected an outstanding problem with the port incorrectly depending on Pear (instead of PHP) PR: ports/56739 Submitted by: Jamie Hermans --- www/gallery/Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'www/gallery/Makefile') diff --git a/www/gallery/Makefile b/www/gallery/Makefile index 0a88d60c9210..c568ccaa8047 100644 --- a/www/gallery/Makefile +++ b/www/gallery/Makefile @@ -6,19 +6,19 @@ # PORTNAME= gallery -PORTVERSION= 1.3.4.1 +PORTVERSION= 1.4 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1/-pl1/} MAINTAINER= jamie@hermans.ca COMMENT= Gallery is a slick web based photo album written using PHP RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm \ jhead:${PORTSDIR}/graphics/jhead \ - unzip:${PORTSDIR}/archivers/unzip \ - ${LOCALBASE}/share/pear/System.php:${PORTSDIR}/devel/pear-PEAR + unzip:${PORTSDIR}/archivers/unzip + +WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes @@ -28,6 +28,9 @@ EXCEPTFILES= ${DOCFILES} LICENSE.txt CPIO= cpio --quiet -pdum -R PLIST_SUB= GALLERYDIR=${GALLERYDIR} +.include +.include "${.CURDIR}/../../lang/php4/bsd.php.mk" + pre-fetch: .if !defined(GALLERYDIR) @${ECHO_MSG} "" @@ -57,4 +60,4 @@ post-install: @ ${CAT} ${PKGMESSAGE} .endif -.include +.include -- cgit v1.2.3