Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26304

Modified Files:
        module-signature-pm.info module-signature-pm.patch 
Log Message:
new version, +pm588


Index: module-signature-pm.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/module-signature-pm.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- module-signature-pm.patch   20 Jan 2006 20:16:56 -0000      1.1
+++ module-signature-pm.patch   4 Jun 2010 01:57:07 -0000       1.2
@@ -1,15 +1,29 @@
-diff -Nurd -x'-transitional~' Module-Signature-0.44.orig/Makefile.PL 
Module-Signature-0.44/Makefile.PL
---- Module-Signature-0.44.orig/Makefile.PL     2004-11-20 00:57:25.000000000 
-0500
-+++ Module-Signature-0.44/Makefile.PL  2005-11-09 22:38:58.000000000 -0500
-@@ -86,11 +86,6 @@
+diff -Nurd -x'*~' Module-Signature-0.64.orig/Makefile.PL 
Module-Signature-0.64/Makefile.PL
+--- Module-Signature-0.64.orig/Makefile.PL     2010-05-08 18:41:13.000000000 
-0400
++++ Module-Signature-0.64/Makefile.PL  2010-06-03 21:49:35.000000000 -0400
+@@ -61,12 +61,7 @@
+ };
  
-     if ($has_gpg) {
-       print "GnuPG found ($gpg).\n";
--      if (prompt("Import PAUSE and author keys to GnuPG?", 'y') =~ /^y/i) {
--          print "Importing... ";
--          system('gpg', '--quiet', '--import', <*.pub>);
--          print "done.\n";
+ # Is openpgp currently installed
+-if ( can_use('Crypt::OpenPGP') ) {
+-      # If OpenPGP is already installed, so relist all the
+-      # dependencies so they will upgrade as needed.
+-      requires( @OPEN_PGP );
+-
+-} elsif ( locate_gpg() ) {
++if      ( locate_gpg() ) {
+       # We SHOULD have gpg, double-check formally
+       requires_external_bin 'gpg';
+ 
+@@ -113,11 +108,6 @@
+ 
+       return 1 if grep { /^--installdeps/} @ARGV;
+ 
+-      if ( prompt("Import PAUSE and author keys to GnuPG?", 'y' ) =~ /^y/i) {
+-              print 'Importing... ';
+-              system 'gpg', '--quiet', '--import', glob('*.pub');
+-              print "done.\n";
 -      }
-       return 1;
-     }
  
+       return 1;
+ }

Index: module-signature-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/module-signature-pm.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- module-signature-pm.info    23 Aug 2009 04:37:13 -0000      1.7
+++ module-signature-pm.info    4 Jun 2010 01:57:07 -0000       1.8
@@ -1,26 +1,31 @@
 Info2: <<
 Package: module-signature-pm%type_pkg[perl]
-Version: 0.44
+Version: 0.64
 Revision: 4
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5
 ###
-Depends: perl%type_pkg[perl]-core, digest-sha1-pm%type_pkg[perl], par-dist-pm, 
gnupg
-BuildDepends: test-simple-pm%type_pkg[perl], digest-sha1-pm%type_pkg[perl], 
par-dist-pm, perl%type_pkg[perl]-core, fink (>= 0.24.12-1)
+Depends: <<
+       perl%type_pkg[perl]-core,
+       digest-sha1-pm%type_pkg[perl],
+       par-dist-pm,
+       gnupg
+<<
+BuildDepends: fink (>= 0.24.12-1)
 Replaces: %N-man, %{ni}581 (<< 0.44-4), %{ni}586 (<< 0.44-4)
 Conflicts: %N-man, %{ni}581 (<< 0.44-4), %{ni}586 (<< 0.44-4)
 ###
-Source: mirror:cpan:authors/id/A/AU/AUTRIJUS/Module-Signature-%v.tar.gz
-Source-MD5: f1928d481376c1402878890feec26a1f
+Source: mirror:cpan:authors/id/F/FL/FLORA/Module-Signature-%v.tar.gz
+Source-MD5: e9a2676cbfefc612178940166f411fac
 ###
 PatchFile: %{ni}.patch
-PatchFile-MD5: c40d48f98d4932bfdc5c7dc6ecd2768f
+PatchFile-MD5: 3ff85d23996297292b5c55123fa9cb22
 ###
-Type: perl (5.8.1 5.8.6)
+Type: perl (5.8.1 5.8.6 5.8.8)
 UpdatePOD: true
 NoPerlTests: true
 ###
-DocFiles: AUTHORS Changes README TODO
+DocFiles: AUTHORS Changes README
 ###
 InstallScript: <<
   %{default_script}
@@ -42,6 +47,10 @@
 DescPackaging: <<
   Place common bin/cpansign script to update-alternatives control
   starting in 0.44-4
+
+       Can use either a ton of other modules or just the 'gpg'
+       command, so make sure we don't trigger CPAN installation of
+       that other module set.
 <<
 ###
 License: Artistic


------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to