Author: pebender
Date: Wed Apr 8 19:18:55 2009
New Revision: 4582
Added:
trunk/gar-minimyth/script/perl/perl-WWW-Curl/files/WWW-Curl-4.06-gar.patch.gar
Removed:
trunk/gar-minimyth/script/perl/perl-WWW-Curl/files/WWW-Curl-4.05-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 Wed Apr 8
19:18:55 2009
@@ -80,6 +80,7 @@
Updated mediaplayers/vlc.
Reverted net/curl (breaks TFTP upload).
Updated net/mount.cifs.
+ Updated perl/perl-WWW-Curl.
Updated system/lirc.
Updated system/udev.
Updated system/zoneinfo.
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 Wed Apr 8
19:18:55 2009
@@ -1,5 +1,5 @@
GARNAME = perl-WWW-Curl
-GARVERSION = 4.05
+GARVERSION = 4.06
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 Wed Apr 8
19:18:55 2009
@@ -1,2 +1,2 @@
-a49d09edc7491d9d8abec3ef79799853 download/WWW-Curl-4.05.tar.gz
-7ab73a5af5bae6ee50200117976ceaa8 download/WWW-Curl-4.05-gar.patch.gar
+14f911d9d7df2890f8cb4b631f2907c2 download/WWW-Curl-4.06.tar.gz
+b63fa1eb49eed5560886c694e52d0027 download/WWW-Curl-4.06-gar.patch.gar
Added:
trunk/gar-minimyth/script/perl/perl-WWW-Curl/files/WWW-Curl-4.06-gar.patch.gar
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/perl/perl-WWW-Curl/files/WWW-Curl-4.06-gar.patch.gar
Wed Apr 8 19:18:55 2009
@@ -0,0 +1,36 @@
+diff -Naur WWW-Curl-4.06-old/Makefile.PL WWW-Curl-4.06-new/Makefile.PL
+--- WWW-Curl-4.06-old/Makefile.PL 2009-04-05 15:12:52.000000000 -0700
++++ WWW-Curl-4.06-new/Makefile.PL 2009-04-08 16:57:41.000000000 -0700
+@@ -12,7 +12,7 @@
+ # This is a hack. If you have libcurl installed, just specify curl.h below
+ # and comment out this line.
+ if ($^O ne 'MSWin32') {
+- 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".
+ "please see the README.Win32 file on instructions for a manual
install.\n";
+@@ -30,11 +30,7 @@
+
+ if ($^O ne 'MSWin32') {
+ push @includes, qw(
+- /usr/include
+- /usr/local/curl/include
+- /usr/local/include/curl
+- ../../include
+- ../curl/include
++ @GAR_DESTDIR@@GAR_includedir@
+ );
+ }
+ #
+@@ -43,8 +39,8 @@
+
+
+ if ($^O ne 'MSWin32') {
+- $cflags = `curl-config --cflags`;
+- $lflags = `curl-config --libs`;
++ $cflags = `...@gar_destdir@@GAR_bindir@/curl-config --cflags`;
++ $lflags = `...@gar_destdir@@GAR_bindir@/curl-config --libs`;
+ }
+
+ # can't find link flags, make some guesses
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---