Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Sep 2003 19:20:12 -0700 (PDT)
From:      Jamie Hermans <jamie@hermans.ca>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/56313: Update www/gallery - security update
Message-ID:  <200309040220.h842KCci078057@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/56313; it has been noted by GNATS.

From: Jamie Hermans <jamie@hermans.ca>
To: Jon Noack <noackjr@alumni.rice.edu>
Cc: freebsd-gnats-submit@FreeBSD.org, leeym@FreeBSD.org,
	jamie@hermans.ca
Subject: Re: ports/56313: Update www/gallery - security update
Date: Wed, 3 Sep 2003 20:10:53 -0600

 On Wed, Sep 03, 2003 at 07:20:09PM -0500, Jon Noack wrote:
 > PORTREVISION bump still didn't fix pkg_version seeing this as a downgrade:
 > gallery-1.3.4                       >   succeeds port (port has pl1_1)
 > 
 
 OK - this one works.  I'm sure this breaks 'the rules', but I can't
 think of a better way to make this work with the version scheme they
 chose to use for the gallery patch.
 
 # pkg_version -v | grep gallery
 gallery-1.3.4    <   needs updating (port has 1.3.4pl1)
 
 
 diff -ruN gallery/Makefile gallery-new/Makefile
 --- gallery/Makefile	Wed Sep  3 16:14:22 2003
 +++ gallery-new/Makefile	Wed Sep  3 20:02:00 2003
 @@ -6,8 +6,8 @@
  #
  
  PORTNAME=	gallery
 -PORTVERSION=	1.3.4-pl1
 -PORTREVISION=	1
 +PORTVERSION=	1.3.4pl1
 +DISTFILES=	gallery-1.3.4-pl1.tar.gz
  CATEGORIES=	www
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 
 -- Jamie
 



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