Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Dec 2002 20:58:55 -0700 (MST)
From:      Jamie Hermans <jamie@hermans.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46389: Maintainer update: www/gallery
Message-ID:  <20021220035855.741E85580@zinebar.hermans.ca>

next in thread | raw e-mail | index | archive | help

>Number:         46389
>Category:       ports
>Synopsis:       Maintainer update: www/gallery
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 19 20:00:12 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jamie Hermans
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
hermans.ca
>Environment:
System: FreeBSD zinebar.hermans.ca 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 21:13:53 MST 2002 root@zinebar.hermans.ca:/usr/obj/usr/src/sys/ZINEBAR i386


	
>Description:
	Update gallery port - bug fixes and (minor) new features.
>How-To-Repeat:
	
>Fix:

diff -ruN gallery-1.3.1/Makefile gallery/Makefile
--- gallery-1.3.1/Makefile	Fri Aug  9 04:39:45 2002
+++ gallery/Makefile	Thu Dec 19 20:51:49 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gallery
-PORTVERSION=	1.3.1
+PORTVERSION=	1.3.2
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -26,16 +26,16 @@
 CPIO=		cpio --quiet -pdum -R
 PLIST_SUB=	GALLERYDIR=${GALLERYDIR}
 
-GALLERYDIR?=	www/data/gallery
-WWWOWN?=	www
-WWWGRP?=	www
-
 pre-fetch:
 .if !defined(GALLERYDIR)
 	@${ECHO_MSG} ""
 	@${ECHO_MSG} "Define GALLERYDIR to override default of 'www/data/gallery'."
 	@${ECHO_MSG} ""
 .endif
+
+GALLERYDIR?=	www/data/gallery
+WWWOWN?=	www
+WWWGRP?=	www
 
 post-configure:
 	@ ${SED} -e 's#%%PREFIX%%#${PREFIX}#g' \
diff -ruN gallery-1.3.1/distinfo gallery/distinfo
--- gallery-1.3.1/distinfo	Fri Aug  9 04:39:45 2002
+++ gallery/distinfo	Thu Dec 19 20:29:45 2002
@@ -1 +1 @@
-MD5 (gallery-1.3.1.tar.gz) = 0c0ef90962414cac95f28a881c80117d
+MD5 (gallery-1.3.2.tar.gz) = 70a67ff5664cf88eace35e28b96e8645
diff -ruN gallery-1.3.1/pkg-plist gallery/pkg-plist
--- gallery-1.3.1/pkg-plist	Fri Aug  9 04:39:45 2002
+++ gallery/pkg-plist	Thu Dec 19 20:29:27 2002
@@ -29,6 +29,7 @@
 %%GALLERYDIR%%/classes/postnuke/UserDB.php
 %%GALLERYDIR%%/classes/postnuke0.7.1/User.php
 %%GALLERYDIR%%/classes/postnuke0.7.1/UserDB.php
+%%GALLERYDIR%%/classes/remote/GalleryRemoteProperties.php
 %%GALLERYDIR%%/configure.sh
 %%GALLERYDIR%%/create_user.php
 %%GALLERYDIR%%/css/embedded_style.css.default
@@ -48,6 +49,7 @@
 %%GALLERYDIR%%/errors/reconfigure.php
 %%GALLERYDIR%%/errors/unconfigured.php
 %%GALLERYDIR%%/gallery_remote.php
+%%GALLERYDIR%%/gallery_remote2.php
 %%GALLERYDIR%%/highlight_photo.php
 %%GALLERYDIR%%/html/errorRow.inc
 %%GALLERYDIR%%/html/userData.inc
@@ -118,6 +120,8 @@
 %%GALLERYDIR%%/platform/fs_unix.php
 %%GALLERYDIR%%/platform/fs_win32.php
 %%GALLERYDIR%%/progress_uploading.php
+%%GALLERYDIR%%/publish_xp.php
+%%GALLERYDIR%%/publish_xp_docs.php
 %%GALLERYDIR%%/rename_album.php
 %%GALLERYDIR%%/resize_photo.php
 %%GALLERYDIR%%/rotate_photo.php
@@ -126,6 +130,7 @@
 %%GALLERYDIR%%/secure.sh
 %%GALLERYDIR%%/session.php
 %%GALLERYDIR%%/setup/.htaccess
+%%GALLERYDIR%%/setup/check_imagemagick.php
 %%GALLERYDIR%%/setup/check.inc
 %%GALLERYDIR%%/setup/check_netpbm.php
 %%GALLERYDIR%%/setup/config_data.inc
@@ -160,6 +165,7 @@
 @dirrm %%GALLERYDIR%%/classes/nuke5
 @dirrm %%GALLERYDIR%%/classes/postnuke
 @dirrm %%GALLERYDIR%%/classes/postnuke0.7.1
+@dirrm %%GALLERYDIR%%/classes/remote
 @dirrm %%GALLERYDIR%%/classes
 @dirrm %%GALLERYDIR%%/errors
 @dirrm %%GALLERYDIR%%/html


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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