Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17200

Modified Files:
        class-methodmaker-pm.info gnupg-interface-pm.info 
        mail-gnupg-pm.info term-progressbar-pm.info 
Log Message:
update class-methodmaker-pm, fixing breakage and creating variants; and
updating dependencies for things depending on class-methodmaker-pm


Index: mail-gnupg-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/mail-gnupg-pm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mail-gnupg-pm.info  6 Dec 2005 07:40:29 -0000       1.6
+++ mail-gnupg-pm.info  20 Dec 2005 22:15:31 -0000      1.7
@@ -1,14 +1,14 @@
 Info2: <<
 Package: mail-gnupg-pm%type_pkg[perl]
 Version: 0.08
-Revision: 5
+Revision: 6
 Type: perl (5.8.1 5.8.4 5.8.6)
 Description: Process and/or create mail with PGP
 License: Artistic/GPL
 Maintainer: Christian Schaffner <[EMAIL PROTECTED]>
 
 # Dependencies:
-Depends: perl%type_pkg[perl]-core, mime-tools-pm%type_pkg[perl], 
gnupg-interface-pm, class-methodmaker-pm
+Depends: perl%type_pkg[perl]-core, mime-tools-pm%type_pkg[perl], 
gnupg-interface-pm%type_pkg[perl], class-methodmaker-pm%type_pkg[perl]
 BuildDepends: fink (>= 0.20.1-1)
 Conflicts: %N-man
 Replaces: %N-man

Index: term-progressbar-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/term-progressbar-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- term-progressbar-pm.info    10 Nov 2005 04:53:42 -0000      1.4
+++ term-progressbar-pm.info    20 Dec 2005 22:15:31 -0000      1.5
@@ -1,9 +1,9 @@
 Info2: <<
 Package: term-progressbar-pm%type_pkg[perl]
 Version: 2.09
-Revision: 1
+Revision: 2
 ###
-Depends: perl%type_pkg[perl]-core, term-readkey-pm%type_pkg[perl], 
class-methodmaker-pm
+Depends: perl%type_pkg[perl]-core, term-readkey-pm%type_pkg[perl], 
class-methodmaker-pm%type_pkg[perl]
 Replaces: term-progressbar-pm (<= 2.03-1)
 ###
 Source: mirror:cpan:authors/id/F/FL/FLUFFY/Term-ProgressBar-%v.tar.gz

Index: gnupg-interface-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/gnupg-interface-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gnupg-interface-pm.info     26 Feb 2005 07:02:50 -0000      1.2
+++ gnupg-interface-pm.info     20 Dec 2005 22:15:31 -0000      1.3
@@ -1,14 +1,21 @@
-Package: gnupg-interface-pm
+Info2: <<
+Package: gnupg-interface-pm%type_pkg[perl]
 Version: 0.34
-Revision: 1
+Revision: 2
 Source: mirror:sourceforge:gnupg-interface/GnuPG-Interface-%v.tar.gz
 Source-MD5: 3cb5f4ae3937df55ffc54a2a0c2f12af
-Type: perl
+Replaces: gnupg-interface-pm
+Type: perl (5.8.1 5.8.4 5.8.6)
+InstallScript: <<
+  %{default_script}
+  mv %i/share/man %i/lib/perl5/%type_raw[perl]
+<<
 UpdatePOD: true
-Patch: %n.patch
+Patch: %{Ni}.patch
 DocFiles: COPYING ChangeLog MANIFEST README
 Description: Perl interface to GnuPG
 License: Artistic
 Maintainer: Hisashi Todd Fujinaka <[EMAIL PROTECTED]>
-Depends: gnupg, class-methodmaker-pm
+Depends: gnupg, class-methodmaker-pm%type_pkg[perl], perl%type_pkg[perl]-core
 Homepage: http://search.cpan.org/dist/GnuPG-Interface
+<<

Index: class-methodmaker-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/class-methodmaker-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- class-methodmaker-pm.info   21 Apr 2004 06:41:51 -0000      1.2
+++ class-methodmaker-pm.info   20 Dec 2005 22:15:31 -0000      1.3
@@ -1,12 +1,33 @@
-Package: class-methodmaker-pm
-Version: 2.02
+Info2: <<
+Package: class-methodmaker-pm%type_pkg[perl]
+Version: 2.08
 Revision: 1
+Depends: perl%type_pkg[perl]-core
+BuildDepends: ipc-run-pm
+Replaces: class-methodmaker-pm
 Source: mirror:cpan:authors/id/F/FL/FLUFFY/Class-MethodMaker-%v.tar.gz
-Source-MD5: 8fa59f63025596a9ca1f6ab9986bd561
-Type: perl
+Source-MD5: 35b65629c3b4a4da3124ddd5c35e8c34
+PatchScript: <<
+ perl -pi -e "s|vendor|site|g" Makefile.PL
+<<
+Type: perl (5.8.1 5.8.4 5.8.6)
+InstallScript: <<
+  %{default_script}
+  mv %i/share/man %i/lib/perl5/%type_raw[perl]
+<<
 UpdatePOD: true
 DocFiles: Changes MANIFEST README
 Description: Perl module for creating generic methods
+DescPort: <<
+ Sometime between version 2.02 and version 2.07, two things happened to
+ this package:
+  1) Some XS code was added, which means that we now need variant fink
+     packages for the different perl versions, and
+  2) A line INSTALLDIRS => "vendor", was added to Makefile.PL; this breaks
+     the fink install (resulting in installation directly to /System !)
+     so has been patched out.
+<<
 License: Artistic
 Maintainer: Hisashi Todd Fujinaka <[EMAIL PROTECTED]>
 Homepage: http://search.cpan.org/dist/Class-MethodMaker
+<<



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to