From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 19:20:13 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA5C316A4C0 for ; Wed, 3 Sep 2003 19:20:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0195643FEC for ; Wed, 3 Sep 2003 19:20:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h842KCUp078058 for ; Wed, 3 Sep 2003 19:20:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h842KCci078057; Wed, 3 Sep 2003 19:20:12 -0700 (PDT) Date: Wed, 3 Sep 2003 19:20:12 -0700 (PDT) Message-Id: <200309040220.h842KCci078057@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jamie Hermans Subject: Re: ports/56313: Update www/gallery - security update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jamie Hermans List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2003 02:20:13 -0000 The following reply was made to PR ports/56313; it has been noted by GNATS. From: Jamie Hermans To: Jon Noack 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