Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Sep 2003 13:20:08 -0700 (PDT)
From:      "Jon Noack" <noackjr@alumni.rice.edu>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/56313: Update www/gallery - security update
Message-ID:  <200309032020.h83KK8W1024560@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: "Jon Noack" <noackjr@alumni.rice.edu>
To: freebsd-gnats-submit@FreeBSD.org, jamie@hermans.ca
Cc: leeym@FreeBSD.org
Subject: Re: ports/56313: Update www/gallery - security update
Date: Wed, 3 Sep 2003 15:12:24 -0500 (CDT)

 pkg_version sees this update as downgrade:
 gallery-1.3.4                       >   succeeds port (port has pl1)
 
 This is because the PORTVERSION has a '-' in it.  I suggest removing this
 dash.  Due to the use of webmail, tabs have been converted to spaces (and
 attached text files get encoded like binaries, so you're screwed either
 way) -- please don't apply this diff directly:
 
 $ diff -u Makefile.orig Makefile
 --- Makefile.orig       Tue Sep  2 20:41:43 2003
 +++ Makefile    Wed Sep  3 15:05:38 2003
 @@ -6,7 +6,7 @@
  #
 
  PORTNAME=      gallery
 -PORTVERSION=   1.3.4-pl1
 +PORTVERSION=   1.3.4pl1
  CATEGORIES=    www
  MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=    ${PORTNAME}



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