Author: pebender
Date: Fri Jul 10 09:16:10 2009
New Revision: 5147
Added:
trunk/gar-minimyth/script/perl/perl-WWW-Curl/files/WWW-Curl-4.09-gar.patch.gar
Removed:
trunk/gar-minimyth/script/perl/perl-WWW-Curl/files/WWW-Curl-4.06-gar.patch.gar
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/perl/perl-WWW-Curl/Makefile
trunk/gar-minimyth/script/perl/perl-WWW-Curl/checksums
Log:
- Updated package perl/perl-WWW-Curl.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Fri Jul 10
09:16:10 2009
@@ -18,6 +18,7 @@
Updated packages
Updated lib/libvorbis.
Updated perl/perl-libwww-perl.
+ Updated perl/perl-WWW-Curl.
Updated xorg-7.4/libX11.
--------------------------------------------------------------------------------
Modified: trunk/gar-minimyth/script/perl/perl-WWW-Curl/Makefile
==============================================================================
--- trunk/gar-minimyth/script/perl/perl-WWW-Curl/Makefile (original)
+++ trunk/gar-minimyth/script/perl/perl-WWW-Curl/Makefile Fri Jul 10
09:16:10 2009
@@ -1,5 +1,5 @@
GARNAME = perl-WWW-Curl
-GARVERSION = 4.06
+GARVERSION = 4.09
MASTER_SITES = http://www.cpan.org/authors/id/S/SZ/SZBALINT/
PERL_MODULE_PATCHES = gar.patch.gar
PERL_MODULE_SO = true
Modified: trunk/gar-minimyth/script/perl/perl-WWW-Curl/checksums
==============================================================================
--- trunk/gar-minimyth/script/perl/perl-WWW-Curl/checksums (original)
+++ trunk/gar-minimyth/script/perl/perl-WWW-Curl/checksums Fri Jul 10
09:16:10 2009
@@ -1,2 +1,2 @@
-14f911d9d7df2890f8cb4b631f2907c2 download/WWW-Curl-4.06.tar.gz
-b63fa1eb49eed5560886c694e52d0027 download/WWW-Curl-4.06-gar.patch.gar
+04c136c1212edb68717ec14f6dff1cc3 download/WWW-Curl-4.09.tar.gz
+0b91993f759c5b18c80a3904ccddd290 download/WWW-Curl-4.09-gar.patch.gar
Added:
trunk/gar-minimyth/script/perl/perl-WWW-Curl/files/WWW-Curl-4.09-gar.patch.gar
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/perl/perl-WWW-Curl/files/WWW-Curl-4.09-gar.patch.gar
Fri Jul 10 09:16:10 2009
@@ -0,0 +1,39 @@
+diff -Naur WWW-Curl-4.09-old/Makefile.PL WWW-Curl-4.09-new/Makefile.PL
+--- WWW-Curl-4.09-old/Makefile.PL 2009-07-09 03:25:54.000000000 -0700
++++ WWW-Curl-4.09-new/Makefile.PL 2009-07-10 09:06:29.000000000 -0700
+@@ -13,7 +13,7 @@
+ # and comment out this line.
+ if ($^O ne 'MSWin32') {
+ if (!$ENV{CURL_CONFIG}) {
+- requires_external_bin 'curl-config';
++ requires_external_bin '@GAR_DESTDIR@@GAR_bindir@/curl-config';
+ }
+ } else {
+ print "Sorry, no automated install is available on Windows,\n".
+@@ -21,7 +21,7 @@
+ exit(0);
+ }
+
+-my $curl_config = $ENV{CURL_CONFIG} || 'curl-config';
++my $curl_config = $ENV{CURL_CONFIG} |
| '@GAR_DESTDIR@@GAR_bindir@/curl-config';
+
+ my $vernum = `${curl_config} --vernum`; chomp $vernum;
+ my $version = `${curl_config} --version`; chomp $version;
+@@ -42,15 +42,11 @@
+ # It is normally only used by the maintainer, but if you're curl is older
+ # or missing some constants, you can delete curlopt-constants.c and
re-run 'perl Makefile.PL'
+ # You may need to specify where to find curl.h on your platform
+-# These are guesses only, in case curl-config is not telling us.
++# These are guesses only, in case @GAR_DESTDIR@@GAR_bindir@/curl-config
is not telling us.
+
+ if ($^O ne 'MSWin32') {
+ push @includes, qw(
+- /usr/include
+- /usr/local/curl/include
+- /usr/local/include/curl
+- ../../include
+- ../curl/include
++ @GAR_DESTDIR@@GAR_includedir@
+ );
+ }
+
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---