From root@imhotep.yuckfou.org  Thu May 24 06:23:22 2007
Return-Path: <root@imhotep.yuckfou.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 0C45A16A400
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 May 2007 06:23:22 +0000 (UTC)
	(envelope-from root@imhotep.yuckfou.org)
Received: from ssdd.xs4all.nl (ssdd.xs4all.nl [195.64.89.117])
	by mx1.freebsd.org (Postfix) with ESMTP id A8A7213C43E
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 May 2007 06:23:21 +0000 (UTC)
	(envelope-from root@imhotep.yuckfou.org)
Received: by imhotep.yuckfou.org (Postfix, from userid 0)
	id 19136C8; Thu, 24 May 2007 08:23:21 +0200 (CEST)
Message-Id: <20070524062321.19136C8@imhotep.yuckfou.org>
Date: Thu, 24 May 2007 08:23:21 +0200 (CEST)
From: Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] security/p5-PGP-Sign: update to 0.20
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         112926
>Category:       ports
>Synopsis:       [PATCH] security/p5-PGP-Sign: update to 0.20
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 24 06:30:02 GMT 2007
>Closed-Date:    Mon Jun 11 07:46:31 GMT 2007
>Last-Modified:  Mon Jun 11 07:46:31 GMT 2007
>Originator:     Nils Vogels
>Release:        FreeBSD 5.4-RELEASE-p6 i386
>Organization:
IS-Root
>Environment:
System: FreeBSD imhotep.yuckfou.org 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Fri Aug  5 19:36:46 CEST
>Description:
- Update to 0.20

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-PGP-Sign-0.20.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/p5-PGP-Sign/Makefile /disk/3/home/nivo/ports/p5-PGP-Sign/Makefile
--- /usr/ports/security/p5-PGP-Sign/Makefile	Fri Sep  3 03:26:51 2004
+++ /disk/3/home/nivo/ports/p5-PGP-Sign/Makefile	Thu May 24 08:20:42 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	PGP-Sign
-PORTVERSION=	0.19
+PORTVERSION=	0.20
 CATEGORIES=	security perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	PGP
@@ -38,28 +38,28 @@
 RUN_DEPENDS=	pgp:${PORTSDIR}/security/pgp
 PGPSTYLE?=	PGP2
 .ifndef PGP
-PGP!=	which pgp || ${ECHO} ${PREFIX}/bin/pgp
+PGP!=	${WHICH} pgp || ${ECHO} ${PREFIX}/bin/pgp
 .endif
 .elif (${DEFAULTPGP} == PGP5 )
 RUN_DEPENDS=	pgps:${PORTSDIR}/security/pgp5
 PGPSTYLE?=	PGP5
 .ifndef PGPS
-PGPS!=	which pgps || ${ECHO} ${PREFIX}/bin/pgps
+PGPS!=	${WHICH} pgps || ${ECHO} ${PREFIX}/bin/pgps
 .endif
 .ifndef PGPV
-PGPV!=	which pgpv || ${ECHO} ${PREFIX}/bin/pgpv
+PGPV!=	${WHICH} pgpv || ${ECHO} ${PREFIX}/bin/pgpv
 .endif
 .elif (${DEFAULTPGP} == PGP6)
 RUN_DEPENDS=	pgp:${PORTSDIR}/security/pgp6
 PGPSTYLE?=	PGP6
 .ifndef PGP
-PGP!=	which pgp || ${ECHO} ${PREFIX}/bin/pgp
+PGP!=	${WHICH} pgp || ${ECHO} ${PREFIX}/bin/pgp
 .endif
 .elif (${DEFAULTPGP} == GPG)
 RUN_DEPENDS=	gpg:${PORTSDIR}/security/gnupg
 PGPSTYLE?=	GPG
 .ifndef PGP
-PGP!=	which gpg || ${ECHO} ${PREFIX}/bin/gpg
+PGP!=	${WHICH} gpg || ${ECHO} ${PREFIX}/bin/gpg
 .endif
 .else
 .error Unsupported DEFAULTPGP value.  See the Makefile for a list of acceptable values.
diff -ruN --exclude=CVS /usr/ports/security/p5-PGP-Sign/distinfo /disk/3/home/nivo/ports/p5-PGP-Sign/distinfo
--- /usr/ports/security/p5-PGP-Sign/distinfo	Fri Nov 25 19:01:07 2005
+++ /disk/3/home/nivo/ports/p5-PGP-Sign/distinfo	Thu May 24 08:19:14 2007
@@ -1,3 +1,3 @@
-MD5 (PGP-Sign-0.19.tar.gz) = d7a461db926dd3d826591562135926df
-SHA256 (PGP-Sign-0.19.tar.gz) = cd950577ac26d61d8e0637abdb96ccfb2e02a8e168c7792408ccba5011982114
-SIZE (PGP-Sign-0.19.tar.gz) = 31313
+MD5 (PGP-Sign-0.20.tar.gz) = a4b25e00c3d30651d859e29b2995b7b9
+SHA256 (PGP-Sign-0.20.tar.gz) = ded97d202a3059779a595ae51c40074d749f30cc78bd4b106f7bb84fe38f7281
+SIZE (PGP-Sign-0.20.tar.gz) = 31623
--- p5-PGP-Sign-0.20.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Thu May 24 06:44:43 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112926 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Jun 11 07:46:29 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112926 
>Unformatted:
