Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2001 18:49:17 -0700 (MST)
From:      Jamie Hermans <jamie@hermans.ca>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33045: Maintainer update www/gallery from 1.2.3 to 1.2.5
Message-ID:  <20011221014917.635DB2F992C@spyros.hermans.ca>

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

>Number:         33045
>Category:       ports
>Synopsis:       Maintainer update www/gallery from 1.2.3 to 1.2.5
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 20 17:50:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Jamie Hermans
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
hermans.ca
>Environment:
System: FreeBSD spyros.hermans.ca 4.4-STABLE FreeBSD 4.4-STABLE #1: Wed Dec 5 09:58:46 MST 2001 root@spyros.hermans.ca:/usr/obj/usr/src/sys/SPYROS i386
>Description:
	update www/gallery from 1.2.3 to 1.2.5 (security fixes, etc.)
>How-To-Repeat:
>Fix:

diff -ruN gallery-old/Makefile gallery/Makefile
--- gallery-old/Makefile	Thu Nov 29 09:24:25 2001
+++ gallery/Makefile	Thu Dec 20 18:43:09 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gallery
-PORTVERSION=	1.2.3
+PORTVERSION=	1.2.5
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -14,20 +14,15 @@
 MAINTAINER=	jamie@hermans.ca
 
 RUN_DEPENDS=	${LOCALBASE}/share/netpbm:${PORTSDIR}/graphics/netpbm
+RUN_DEPENDS=	${LOCALBASE}/bin/jhead:${PORTSDIR}/graphics/jhead
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 NO_BUILD=	yes
 
-post-extract:
-	cd ${WRKDIR}; \
-		${FETCH_CMD} http://www.sentex.net/~mwandel/jhead/jhead
-
 do-install:
-	${MKDIR} -v ${PREFIX}/www/data
-	cd ${WRKDIR}; \
-		${INSTALL_PROGRAM} jhead ${PREFIX}/bin
+	${MKDIR} -v ${LOCALBASE}/www/data
 	cd ${WRKDIR}; \
-		${CP} -R gallery ${PREFIX}/www/data
+		${CP} -R gallery ${LOCALBASE}/www/data
 
 post-install:
 	@${ECHO} ""
diff -ruN gallery-old/distinfo gallery/distinfo
--- gallery-old/distinfo	Thu Nov 29 09:24:25 2001
+++ gallery/distinfo	Thu Dec 20 18:37:31 2001
@@ -1 +1 @@
-MD5 (gallery-1.2.3.tar.gz) = 662a6d4c338cca1629d4f190dfaf8509
+MD5 (gallery-1.2.5.tar.gz) = 1a32e57b36ca06d22475938e1e1b19f9
diff -ruN gallery-old/pkg-plist gallery/pkg-plist
--- gallery-old/pkg-plist	Thu Nov 29 09:24:25 2001
+++ gallery/pkg-plist	Thu Dec 20 18:37:23 2001
@@ -1,4 +1,3 @@
-bin/jhead
 www/data/gallery/add_comment.php
 www/data/gallery/add_photos.php
 www/data/gallery/album_permissions.php
@@ -18,6 +17,8 @@
 www/data/gallery/classes/nuke5/AdminUser.php
 www/data/gallery/classes/nuke5/User.php
 www/data/gallery/classes/nuke5/UserDB.php
+www/data/gallery/classes/postnuke/User.php
+www/data/gallery/classes/postnuke/UserDB.php
 www/data/gallery/classes/User.php
 www/data/gallery/classes/UserDB.php
 www/data/gallery/configure.bat
@@ -124,7 +125,7 @@
 www/data/gallery/UPGRADING
 www/data/gallery/user_preferences.php
 www/data/gallery/util.php
-www/data/gallery/version.php
+www/data/gallery/Version.php
 www/data/gallery/view_album.php
 www/data/gallery/view_photo.php
 www/data/gallery/view_photo_properties.php
@@ -132,6 +133,7 @@
 @dirrm www/data/gallery/classes/database
 @dirrm www/data/gallery/classes/gallery
 @dirrm www/data/gallery/classes/nuke5
+@dirrm www/data/gallery/classes/postnuke
 @dirrm www/data/gallery/classes
 @dirrm www/data/gallery/css
 @dirrm www/data/gallery/errors
>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?20011221014917.635DB2F992C>