[39050] trunk/dports/perl/p5-net-ssleay

markd at macports.org markd at macports.org
Wed Aug 6 12:44:29 PDT 2008


Revision: 39050
          http://trac.macosforge.org/projects/macports/changeset/39050
Author:   markd at macports.org
Date:     2008-08-06 12:44:29 -0700 (Wed, 06 Aug 2008)
Log Message:
-----------
Update to 1.35.

Modified Paths:
--------------
    trunk/dports/perl/p5-net-ssleay/Portfile

Added Paths:
-----------
    trunk/dports/perl/p5-net-ssleay/files/patch-inc-Net-SSLeay.pm

Removed Paths:
-------------
    trunk/dports/perl/p5-net-ssleay/files/patch-Makefile.PL

Modified: trunk/dports/perl/p5-net-ssleay/Portfile
===================================================================
--- trunk/dports/perl/p5-net-ssleay/Portfile	2008-08-06 19:38:17 UTC (rev 39049)
+++ trunk/dports/perl/p5-net-ssleay/Portfile	2008-08-06 19:44:29 UTC (rev 39050)
@@ -2,16 +2,14 @@
 PortSystem 1.0
 PortGroup perl5 1.0
 
-perl5.setup		Net-SSLeay 1.30
+perl5.setup		Net-SSLeay 1.35
 maintainers		nomaintainer
 description		Perl extension for using OpenSSL
 long_description	Net::SSLeay Perl module for using OpenSSL
 homepage		http://search.cpan.org/dist/Net_SSLeay.pm/
-distname		Net_SSLeay.pm-${version}
-checksums		md5 b0cd6c1681bbc0695d81be5cd852d1d0
+checksums		md5 1e4ec37a4467eb66a62d3c090ac9029b
 platforms		darwin
 
-patchfiles		patch-Makefile.PL
+patchfiles		patch-inc-Net-SSLeay.pm
 
-configure.pre_args-append	${prefix} --
-
+depends_build		port:openssl

Deleted: trunk/dports/perl/p5-net-ssleay/files/patch-Makefile.PL
===================================================================
--- trunk/dports/perl/p5-net-ssleay/files/patch-Makefile.PL	2008-08-06 19:38:17 UTC (rev 39049)
+++ trunk/dports/perl/p5-net-ssleay/files/patch-Makefile.PL	2008-08-06 19:44:29 UTC (rev 39050)
@@ -1,11 +0,0 @@
---- Makefile.PL	2005-12-09 02:41:42.000000000 -0800
-+++ Makefile.PL	2006-12-04 20:38:57.000000000 -0800
-@@ -128,7 +129,7 @@
-     ### Check that perl and openssl were compiled using the same compiler
-     ### and options.
- 
--    ($cc_et_alia) = grep /cc\s+-/i, `strings $exe_path`;
-+    ($cc_et_alia) = grep /cc(|-\d+(|\.)\d*)\s+-/i, `strings $exe_path`;
-     if ($cc_et_alia) {
- 	($cc, %flags) = split /\s+/, $cc_et_alia;
- 	if ($cc eq $Config{cc}) {

Added: trunk/dports/perl/p5-net-ssleay/files/patch-inc-Net-SSLeay.pm
===================================================================
--- trunk/dports/perl/p5-net-ssleay/files/patch-inc-Net-SSLeay.pm	                        (rev 0)
+++ trunk/dports/perl/p5-net-ssleay/files/patch-inc-Net-SSLeay.pm	2008-08-06 19:44:29 UTC (rev 39050)
@@ -0,0 +1,11 @@
+--- inc/Module/Install/PRIVATE/Net/SSLeay.pm.org	2008-07-24 15:09:34.000000000 -0700
++++ inc/Module/Install/PRIVATE/Net/SSLeay.pm	2008-08-06 12:30:34.000000000 -0700
+@@ -126,7 +126,7 @@
+     }
+ 
+     my %guesses = (
+-            '/usr/bin/openssl'               => '/usr',
++            '/usr/bin/openssl'               => '/opt/local',
+             '/usr/sbin/openssl'              => '/usr',
+             '/opt/ssl/bin/openssl'           => '/opt/ssl',
+             '/opt/ssl/sbin/openssl'          => '/opt/ssl',
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080806/41ddb0d2/attachment.html 


More information about the macports-changes mailing list