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

Modified Files:
        module-signature-pm.info 
Added Files:
        module-signature-pm.patch 
Log Message:
latest to stable (folds in -bin)


--- NEW FILE: module-signature-pm.patch ---
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 @@
 
     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";
-       }
        return 1;
     }
 

Index: module-signature-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/crypto/finkinfo/module-signature-pm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- module-signature-pm.info    23 Aug 2009 04:30:39 -0000      1.6
+++ module-signature-pm.info    4 Jun 2010 01:42:03 -0000       1.7
@@ -1,51 +1,48 @@
 Info2: <<
 Package: module-signature-pm%type_pkg[perl]
 Version: 0.44
-Revision: 2
+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: fink (>= 0.20.1-1), test-simple-pm%type_pkg[perl] | 
perl%type_pkg[perl]-core, digest-sha1-pm%type_pkg[perl], par-dist-pm, 
perl%type_pkg[perl]-core
+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)
+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
 ###
+PatchFile: %{ni}.patch
+PatchFile-MD5: c40d48f98d4932bfdc5c7dc6ecd2768f
+###
 Type: perl (5.8.1 5.8.6)
 UpdatePOD: true
 NoPerlTests: true
 ###
-DocFiles: AUTHORS Changes MANIFEST README* SIGNATURE TODO
+DocFiles: AUTHORS Changes README TODO
 ###
 InstallScript: <<
-make install \
- INSTALLPRIVLIB=%i/lib/perl5/%type_raw[perl] \
- INSTALLARCHLIB=%i/lib/perl5/%type_raw[perl]/darwin-thread-multi-2level \
- INSTALLSITELIB=%i/lib/perl5/%type_raw[perl] \
- INSTALLSITEARCH=%i/lib/perl5/%type_raw[perl]/darwin-thread-multi-2level \
- INSTALLMAN1DIR=%i/share/man/man1 \
- INSTALLMAN3DIR=%i/lib/perl5/%type_raw[perl]/man/man3 \
- INSTALLSITEMAN1DIR=%i/share/man/man1 \
- INSTALLSITEMAN3DIR=%i/lib/perl5/%type_raw[perl]/man/man3 \
- INSTALLBIN=%i/bin \
- INSTALLSITEBIN=%i/bin \
- INSTALLSCRIPT=%i/bin
+  %{default_script}
+  mv %i/share/man %i/lib/perl5/%type_raw[perl]
+  cd %i/bin && mv cpansign cpansign-%type_pkg[perl]
 <<
-SplitOff: <<
- Package: %N-bin
- Depends: %N (= %v-%r)
- Conflicts: %{Ni}581-bin, %{Ni}586-bin
- Replaces: module-signature-pm581 (<= 0.37-11), %{Ni}581-bin, %{Ni}586-bin
- Files: bin share/man
- DocFiles: AUTHORS Changes MANIFEST README* SIGNATURE TODO
+###
+PostInstScript: <<
+  update-alternatives --install %p/bin/cpansign cpansign 
%p/bin/cpansign-%type_pkg[perl] %type_pkg[perl]
 <<
-Description: Module signature file manipulation
-DescDetail: <<
-  Module signature file manipulation
+PreRmScript: <<
+  update-alternatives --remove cpansign %p/bin/cpansign-%type_pkg[perl]
 <<
+###
+Description: Module signature file manipulation
 DescPort: <<
   make test disabled, needs a configured gnupg
 <<
+DescPackaging: <<
+  Place common bin/cpansign script to update-alternatives control
+  starting in 0.44-4
+<<
 ###
 License: Artistic
 Maintainer: None <fink-de...@lists.sourceforge.net>


------------------------------------------------------------------------------
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