Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8427/unstable/main/finkinfo/libs/perlmods

Modified Files:
        crypt-ssleay-pm.info crypt-ssleay-pm.patch 
Log Message:
New upstream version

Index: crypt-ssleay-pm.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/crypt-ssleay-pm.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- crypt-ssleay-pm.patch       9 Oct 2006 08:10:57 -0000       1.1
+++ crypt-ssleay-pm.patch       2 Apr 2009 12:54:57 -0000       1.2
@@ -1,18 +1,58 @@
-diff -ru Crypt-SSLeay-0.51/Makefile.PL Crypt-SSLeay-0.51-patched/Makefile.PL
---- Crypt-SSLeay-0.51/Makefile.PL      2003-04-22 07:38:06.000000000 +0200
-+++ Crypt-SSLeay-0.51-patched/Makefile.PL      2006-10-09 10:07:29.000000000 
+0200
-@@ -8,12 +8,12 @@
- 
- &GetOptions("default", \$opt_default);
+diff -ruN Crypt-SSLeay-0.57/Makefile.PL Crypt-SSLeay-0.57-patched/Makefile.PL
+--- Crypt-SSLeay-0.57/Makefile.PL      2007-09-17 16:36:59.000000000 -0400
++++ Crypt-SSLeay-0.57-patched/Makefile.PL      2009-03-13 13:42:10.000000000 
-0400
+@@ -17,7 +17,7 @@
+     "static",  \$opt_static,
+ );
  
 -$opt_default ||= $ENV{CRYPT_SSLEAY_DEFAULT};
 +$opt_default = 1;
- my $currdir = dirname($0) || '.';
- chdir($currdir) || die("can't change to $currdir: $!");
  
  # FIND POSSIBLE SSL INSTALLATIONS
--my @POSSIBLE_SSL_DIRS = qw(/usr/local/openssl /usr/local/ssl /local/ssl 
/opt/ssl /usr/local /local /usr);
-+my @POSSIBLE_SSL_DIRS = qw(@PREFIX@/lib/system-openssl);
- if($^O eq 'MSWin32') {
-     unshift(@POSSIBLE_SSL_DIRS, 'c:/openssl');
+ 
+@@ -35,15 +35,7 @@
+ }
+ else {
+     # Unix and the rest
+-    @POSSIBLE_SSL_DIRS = qw(
+-        /local
+-        /local/ssl
+-        /opt/ssl
+-        /usr
+-        /usr/local
+-        /usr/local/ssl
+-        /usr/local/openssl
+-    );
++    @POSSIBLE_SSL_DIRS = qw(@PREFIX@/lib/system-openssl);
  }
+ 
+ my @CANDIDATE = do {
+@@ -267,28 +259,6 @@
+     @license,
+ );
+ 
+-if (open OUT, '> test.config') {
+-    print OUT <<"INFO";
+-ssl $pkg_config->{type} $pkg_config->{ver} in $SSL_DIR
+-lib @LIB_FLAGS
+-inc @INC_FLAGS
+-cc $Config{cc}
+-INFO
+-
+-    print <<"INFO";
+-The test suite can attempt to connect to public servers
+-to ensure that the code is working properly. If you are
+-behind a strict firewall or have no network connectivity,
+-these tests may fail (through no fault of the code).
+-
+-INFO
+-    my $network_tests = prompt
+-        "Do you want to run the live tests (y/N) ?",
+-        'N';
+-    print OUT "network_tests ", ($network_tests =~ /y/i) ? 1 : 0, "\n";
+-    close OUT;
+-}
+-
+ ## HELPERS
+ 
+ sub Candidate {

Index: crypt-ssleay-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/crypt-ssleay-pm.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- crypt-ssleay-pm.info        30 Mar 2009 00:23:50 -0000      1.8
+++ crypt-ssleay-pm.info        2 Apr 2009 12:54:57 -0000       1.9
@@ -16,25 +16,22 @@
 
 Info2: <<
 Package: crypt-ssleay-pm%type_pkg[perl]
-Version: 0.51
-Revision: 3
+Version: 0.57
+Revision: 1
+Type: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0)
+
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4, (%type_pkg[perl] = 
5100) 10.5, (%type_pkg[perl] = 5100) 10.6
 Depends: perl%type_pkg[perl]-core
 BuildDepends: fink (>= 0.24.12-1), perl%type_pkg[perl]-core, system-openssl-dev
 Replaces: crypt-ssleay-pm (<= 0.45-2)
-PostInstScript: <<
- rm -rf %p/lib/perl5/darwin/auto/Crypt/SSLeay/
- rm -rf %p/lib/perl5/darwin/Crypt/SSLeay/
- rm -f %p/lib/perl5/darwin/Crypt/SSLeay.pm
- rm -f %p/lib/perl5/darwin/Net/SSL.pm
-<<
-Source: mirror:cpan:authors/id/C/CH/CHAMAS/Crypt-SSLeay-%v.tar.gz
-Source-MD5: e276fd3970d573139fe56695a7b747bd
+
+Source: mirror:cpan:authors/id/D/DL/DLAND/Crypt-SSLeay-%v.tar.gz
+Source-MD5: 82264180f5911dce33dbd85e24b1f36b
 PatchFile: %{Ni}.patch
-PatchFile-MD5: ce46d53a58fb47619e667653bad39b00
+PatchFile-MD5: a7b6642c399b4f376354c56f2325a960
 PatchScript: sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
-Type: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0)
+
 UpdatePOD: true
 DocFiles: CHANGES MANIFEST README
 InstallScript: <<
@@ -51,7 +48,19 @@
  INSTALLSITEBIN=%i/bin \
  INSTALLSCRIPT=%i/bin
 <<
+
+PostInstScript: <<
+ rm -rf %p/lib/perl5/darwin/auto/Crypt/SSLeay/
+ rm -rf %p/lib/perl5/darwin/Crypt/SSLeay/
+ rm -f %p/lib/perl5/darwin/Crypt/SSLeay.pm
+ rm -f %p/lib/perl5/darwin/Net/SSL.pm
+<<
+
 Description: Perl module, allows perl to use OpenSSL 
+DescPackaging: <<
+Disabled (via patch) the optional network connection test during compile time,
+as it requires (a) user interaction and (b) a network connection.
+<<
 License: Artistic
 Maintainer: Max Horn <[email protected]>
 Homepage: http://search.cpan.org/dist/Crypt-SSLeay


------------------------------------------------------------------------------
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to