Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Sep 2003 11:53:16 -0600 (MDT)
From:      Jamie Hermans <jamie@hermans.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57187: maintainer-update: www/gallery (bugfix)
Message-ID:  <20030924175316.D824C14D@seraphim.hermans.ca>
Resent-Message-ID: <200309241800.h8OI0RH9019603@freefall.freebsd.org>

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

>Number:         57187
>Category:       ports
>Synopsis:       maintainer-update: www/gallery (bugfix)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 24 11:00:27 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jamie Hermans
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
hermans.ca
>Environment:
System: FreeBSD seraphim.hermans.ca 4.8-STABLE FreeBSD 4.8-STABLE #0: Sun Apr 27 18:26:54 MDT 2003 root@seraphim.hermans.ca:/home/usr_obj/usr/src/sys/SERAPHIM i386


	
>Description:

	Only moments after releasing Gallery v1.4, we
	found a very small bug, introduced just before
	the release, which causes all image rotations to
	fail. We've released v1.4-pl1 to fix this issue.

>How-To-Repeat:
	
>Fix:

diff -ruN gallery/Makefile gallery-1.4.1/Makefile
--- gallery/Makefile	Wed Sep 24 05:38:12 2003
+++ gallery-1.4.1/Makefile	Wed Sep 24 11:44:29 2003
@@ -6,10 +6,11 @@
 #
 
 PORTNAME=	gallery
-PORTVERSION=	1.4
+PORTVERSION=	1.4.0.1
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
+DISTNAME=	${PORTNAME}-${PORTVERSION:S/.0.1/-pl1/}
 
 MAINTAINER=	jamie@hermans.ca
 COMMENT=	Gallery is a slick web based photo album written using PHP
diff -ruN gallery/distinfo gallery-1.4.1/distinfo
--- gallery/distinfo	Wed Sep 24 05:38:12 2003
+++ gallery-1.4.1/distinfo	Wed Sep 24 11:44:32 2003
@@ -1 +1 @@
-MD5 (gallery-1.4.tar.gz) = 464af2718330da54a0d68c77dfb25bf2
+MD5 (gallery-1.4-pl1.tar.gz) = 289995f7ca18bc63fec34d3c00f8cb26

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



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