From erwin@grizzly.droso.dk  Tue Apr  8 01:42:55 2003
Return-Path: <erwin@grizzly.droso.dk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B5B7737B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  8 Apr 2003 01:42:55 -0700 (PDT)
Received: from grizzly.droso.dk (grizzly.droso.dk [62.79.38.252])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0E9E143FBD
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  8 Apr 2003 01:42:55 -0700 (PDT)
	(envelope-from erwin@grizzly.droso.dk)
Received: by grizzly.droso.dk (Postfix, from userid 1000)
	id 7FC70843C; Tue,  8 Apr 2003 10:42:52 +0200 (CEST)
Message-Id: <20030408084252.7FC70843C@grizzly.droso.dk>
Date: Tue,  8 Apr 2003 10:42:52 +0200 (CEST)
From: Erwin Lansing <erwin@lansing.dk>
Reply-To: Erwin Lansing <erwin@lansing.dk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: bento fix security/p5-Crypt-OpenPGP 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         50711
>Category:       ports
>Synopsis:       bento fix security/p5-Crypt-OpenPGP
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 08 01:50:10 PDT 2003
>Closed-Date:    Sun Apr 13 04:10:33 PDT 2003
>Last-Modified:  Sun Apr 13 04:10:33 PDT 2003
>Originator:     Erwin Lansing
>Release:        FreeBSD 5.0-RELEASE-p6 i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD grizzly.droso.net 5.0-RELEASE-p6 FreeBSD 5.0-RELEASE-p6 #9: Sat Mar 22 09:41:59 CET 2003 root@grizzly.droso.net:/usr/obj/usr/src/sys/GRIZZLY i386


	
>Description:

Totally remove dependency checking for Makefile.PL as we handle this
in our port Makefile. Somehow bento got confused and get's into a
neverending loop. This should fix this while not affecting normal
install.

>How-To-Repeat:
	
>Fix:

	

--- p5-Crypt-OpenPGP.diff begins here ---
Index: files/patch-makefile
===================================================================
RCS file: /home/ncvs/ports/security/p5-Crypt-OpenPGP/files/patch-makefile,v
retrieving revision 1.2
diff -u -r1.2 patch-makefile
--- files/patch-makefile	2 Apr 2003 12:19:52 -0000	1.2
+++ files/patch-makefile	8 Apr 2003 08:39:16 -0000
@@ -1,9 +1,41 @@
---- Makefile.PL.orig	Mon Mar 31 17:57:10 2003
-+++ Makefile.PL	Mon Mar 31 17:58:26 2003
-@@ -43,22 +43,6 @@
-         'Crypt::RIPEMD160' => 0,
-     ],
+--- Makefile.PL.orig	Tue Dec 10 02:48:09 2002
++++ Makefile.PL	Tue Apr  8 10:33:08 2003
+@@ -11,56 +11,6 @@
+ use File::Basename qw/dirname/;
+ use lib File::Spec->catdir(dirname($0), 'inc');
  
+-use ExtUtils::AutoInstall (
+-    -core => [
+-        'Data::Buffer'     => '0.04',
+-        'MIME::Base64'     => 0,
+-        'Math::Pari'       => 0,
+-        'Compress::Zlib'   => 0,
+-        'LWP::UserAgent'   => 0,
+-        'URI::Escape'      => 0,
+-
+-        'Crypt::DSA'       => 0,
+-        'Crypt::RSA'       => 0,
+-    ],
+-
+-    'PGP2 Compatibility (Minimum)' => [
+-        -default           => $is_sdk,
+-        'Crypt::IDEA'      => 0,
+-        'Digest::MD5'      => 0,
+-    ],
+-
+-    'PGP5 Compatibility (Minimum)' => [
+-        -default           => $is_sdk,
+-        'Crypt::DES_EDE3'  => 0,
+-        'Digest::SHA1'     => 0,
+-    ],
+-
+-    'GnuPG Compatibility (Minimum)' => [
+-        -default           => $is_sdk,
+-        'Crypt::Rijndael'  => 0,
+-        'Crypt::CAST5_PP'  => 0,
+-        'Crypt::RIPEMD160' => 0,
+-    ],
+-
 -    'Support for all ciphers' => [
 -        -default           => $is_sdk,
 -        'Crypt::IDEA'      => 0,
@@ -20,6 +52,8 @@
 -        'Digest::SHA1'     => 0,
 -        'Crypt::RIPEMD160' => 0,
 -    ],
- );
- 
+-);
+-
  WriteMakefile(
+     AUTHOR       => 'Benjamin Trott <cpan@stupidfool.org>',
+     ABSTRACT     => 'Pure-Perl OpenPGP-compatible PGP implementation',
--- p5-Crypt-OpenPGP.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sun Apr 13 04:10:18 PDT 2003 
State-Changed-Why:  
Commited, thanks! 

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