From leeym@utopia.leeym.com  Sat Feb  4 07:15:39 2006
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 503BA16A422
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  4 Feb 2006 07:15:38 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from msr29.hinet.net (msr29.hinet.net [168.95.4.129])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CC9DB43D49
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  4 Feb 2006 07:15:37 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by msr29.hinet.net (8.9.3/8.9.3) with ESMTP id PAA13061;
	Sat, 4 Feb 2006 15:13:54 +0800 (CST)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id BB3C6B29CAE;
	Sat,  4 Feb 2006 15:13:53 +0800 (CST)
Received: from utopia.leeym.com ([127.0.0.1])
 by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 54972-01; Sat,  4 Feb 2006 15:13:48 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id 682F6B29C73; Sat,  4 Feb 2006 15:13:48 +0800 (CST)
Message-Id: <20060204071348.682F6B29C73@utopia.leeym.com>
Date: Sat,  4 Feb 2006 15:13:48 +0800 (CST)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: jim@corebsd.or.id
Subject: [PATCH] security/p5-SHA: update to 2.01
X-Send-Pr-Version: 3.113
X-GNATS-Notify: jim@corebsd.or.id

>Number:         92794
>Category:       ports
>Synopsis:       [PATCH] security/p5-SHA: update to 2.01
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 04 07:20:03 GMT 2006
>Closed-Date:    Sat Feb 04 14:38:20 GMT 2006
>Last-Modified:  Sat Feb 04 14:38:20 GMT 2006
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Fri Feb  3 08:02:39 CST
>Description:
- Update to 2.01

Removed file(s):
- files/patch-Makefile.PL

Port maintainer (jim@corebsd.or.id) is cc'd.

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

--- p5-SHA-2.01.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/security/p5-SHA/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	24 Oct 2003 12:03:42 -0000	1.3
+++ Makefile	4 Feb 2006 07:13:45 -0000
@@ -6,15 +6,18 @@
 #
 
 PORTNAME=	SHA
-PORTVERSION=	1.2
+PORTVERSION=	2.01
 CATEGORIES=	security perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	SHA
+MASTER_SITE_SUBDIR=	../../authors/id/G/GA/GAAS/
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	jim@corebsd.or.id
 COMMENT=	Perl5 interface to the SHA1 algorithm
 
+RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
+BUILD_DEPENDS=	${RUN_DEPENDS}
+
 PERL_CONFIGURE=	yes
 
 MAN3=		SHA.3
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/security/p5-SHA/distinfo,v
retrieving revision 1.3
diff -u -u -r1.3 distinfo
--- distinfo	24 Jan 2006 01:03:17 -0000	1.3
+++ distinfo	4 Feb 2006 07:13:45 -0000
@@ -1,3 +1,3 @@
-MD5 (SHA-1.2.tar.gz) = fc23793219770f156d32fa676ab49be4
-SHA256 (SHA-1.2.tar.gz) = b239bb7e25315dc44d5f6acbad16bd8570ba33a80ee2c8aed9ab143a4d41a966
-SIZE (SHA-1.2.tar.gz) = 8966
+MD5 (SHA-2.01.tar.gz) = 56573202d94ace4da5641a6f4f25cfe0
+SHA256 (SHA-2.01.tar.gz) = 8571331eac2cf9f9e3f4dee586017884c6dbb02ec64960f3e5f526b6514ef4ea
+SIZE (SHA-2.01.tar.gz) = 2282
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/security/p5-SHA/pkg-descr,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-descr
--- pkg-descr	4 Feb 2003 23:59:39 -0000	1.1
+++ pkg-descr	4 Feb 2006 07:13:45 -0000
@@ -6,3 +6,5 @@
 operations since the last new or reset operation. Once the operation
 has been performed, the context must be reset before being used to
 calculate another digest value.
+
+WWW: http://search.cpan.org/dist/SHA/
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/security/p5-SHA/pkg-plist,v
retrieving revision 1.2
diff -u -u -r1.2 pkg-plist
--- pkg-plist	24 Oct 2003 12:03:42 -0000	1.2
+++ pkg-plist	4 Feb 2006 07:13:45 -0000
@@ -1,8 +1,3 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/SHA.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/SHA.pod
-%%SITE_PERL%%/%%PERL_ARCH%%/sha_driver.pl
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/SHA/SHA.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/SHA/SHA.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/SHA/autosplit.ix
+%%SITE_PERL%%/SHA.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/SHA/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SHA
Index: files/patch-Makefile.PL
===================================================================
RCS file: files/patch-Makefile.PL
diff -N files/patch-Makefile.PL
--- files/patch-Makefile.PL	4 Feb 2003 23:59:39 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- Makefile.PL.orig	Mon Sep 30 04:33:16 2002
-+++ Makefile.PL	Mon Sep 30 04:34:51 2002
-@@ -20,7 +20,7 @@ if (exists($Config{'byteorder'}) and def
- 	print "Writing endian.h for SHA\n";
-     }
-     print "Do you want to use the original SHA or the new standard SHA-1?\nEnter 0 for the original or 1 for the new standard. [1]";
--    $resp = <STDIN>;
-+    $resp = 1;
-     if (defined($resp)) {
- 	$resp =~ s/^\s+//;
- 	$resp =~ s/\s+$//;
--- p5-SHA-2.01.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Feb 4 07:24:11 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92794 

From: Jim Geovedi <jim@corebsd.or.id>
To: bug-followup@FreeBSD.org
Cc: edwin@FreeBSD.org
Subject: Re: ports/92794: [PATCH] security/p5-SHA: update to 2.01
Date: Sat, 4 Feb 2006 20:05:51 +0700

 On 4 Feb 2006, at 14:24, Edwin Groothuis wrote:
 
 > Maintainer of security/p5-SHA,
 >
 > Please note that PR ports/92794 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 
 OK for the patch.
 
 
State-Changed-From-To: feedback->closed 
State-Changed-By: erwin 
State-Changed-When: Sat Feb 4 14:38:14 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

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