Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 May 2001 08:20:07 -0700 (PDT)
From:      Peter Pentchev <roam@orbitel.bg>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/27367: pgp4pine has a wrong named file
Message-ID:  <200105291520.f4TFK7T71115@freefall.freebsd.org>

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

From: Peter Pentchev <roam@orbitel.bg>
To: Holger Lamm <holger@flatline.de>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/27367: pgp4pine has a wrong named file
Date: Tue, 29 May 2001 18:14:52 +0300

 On Tue, May 29, 2001 at 07:50:08AM -0700, Holger Lamm wrote:
 > The following reply was made to PR ports/27367; it has been noted by GNATS.
 > 
 > From: Holger Lamm <holger@flatline.de>
 > To: reel@sympatico.ca
 > Cc: freebsd-gnats-submit@FreeBSD.ORG
 > Subject: Re: ports/27367: pgp4pine has a wrong named file
 > Date: Tue, 29 May 2001 16:59:39 +0200 (CEST)
 > 
 >  Please commit this patch.
 >  Holger
 >  
 >  diff -Nur pgp4pine/Makefile pgp4pine.new/Makefile
 >  --- pgp4pine/Makefile   Tue Apr 17 13:26:26 2001
 >  +++ pgp4pine.new/Makefile       Tue May 29 16:41:51 2001
 >  @@ -9,6 +9,7 @@
 >   PORTVERSION=   1.76
 >   CATEGORIES=    mail
 >   MASTER_SITES=  http://pgp4pine.flatline.de/
 >  +DISTFILES=     ${PORTNAME}-${PORTVERSION}-1${EXTRACT_SUFX}
 >  
 >   MAINTAINER=    holger@flatline.de
 >  
 
 This part would be better written as:
 
 Index: ports/mail/pgp4pine/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/mail/pgp4pine/Makefile,v
 retrieving revision 1.5
 diff -u -r1.5 Makefile
 --- ports/mail/pgp4pine/Makefile	2001/04/17 11:26:26	1.5
 +++ ports/mail/pgp4pine/Makefile	2001/05/29 15:08:35
 @@ -9,6 +9,7 @@
  PORTVERSION=	1.76
  CATEGORIES=	mail
  MASTER_SITES=	http://pgp4pine.flatline.de/
 +DISTNAME=	${PORTNAME}-${PORTVERSION}-1
  
  MAINTAINER=	holger@flatline.de
 
 ..or even better..
 
 Index: ports/mail/pgp4pine/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/mail/pgp4pine/Makefile,v
 retrieving revision 1.5
 diff -u -r1.5 Makefile
 --- ports/mail/pgp4pine/Makefile	2001/04/17 11:26:26	1.5
 +++ ports/mail/pgp4pine/Makefile	2001/05/29 15:14:36
 @@ -7,8 +7,10 @@
  
  PORTNAME=	pgp4pine
  PORTVERSION=	1.76
 +PORTREVISION=	1
  CATEGORIES=	mail
  MASTER_SITES=	http://pgp4pine.flatline.de/
 +DISTNAME=	${PORTNAME}-${PORTVERSION}-1
  
  MAINTAINER=	holger@flatline.de
  
 
 ..or maybe even..
 
 Index: ports/mail/pgp4pine/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/mail/pgp4pine/Makefile,v
 retrieving revision 1.5
 diff -u -r1.5 Makefile
 --- ports/mail/pgp4pine/Makefile	2001/04/17 11:26:26	1.5
 +++ ports/mail/pgp4pine/Makefile	2001/05/29 15:12:40
 @@ -6,9 +6,10 @@
  #
  
  PORTNAME=	pgp4pine
 -PORTVERSION=	1.76
 +PORTVERSION=	1.76.1
  CATEGORIES=	mail
  MASTER_SITES=	http://pgp4pine.flatline.de/
 +DISTNAME=	${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
  
  MAINTAINER=	holger@flatline.de
  
 Take your pick :)
 
 G'luck,
 Peter
 
 -- 
 If there were no counterfactuals, this sentence would not have been paradoxical.

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?200105291520.f4TFK7T71115>