aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/p5-WWW-Curl/Makefile2
-rw-r--r--www/p5-WWW-Curl/distinfo6
-rw-r--r--www/p5-WWW-Curl/files/patch-README6
-rw-r--r--www/p5-WWW-Curl/files/patch-lib-WWW-Curl.pm14
4 files changed, 16 insertions, 12 deletions
diff --git a/www/p5-WWW-Curl/Makefile b/www/p5-WWW-Curl/Makefile
index 0f249597d0c9..613f6a080321 100644
--- a/www/p5-WWW-Curl/Makefile
+++ b/www/p5-WWW-Curl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= WWW-Curl
-PORTVERSION= 4.06
+PORTVERSION= 4.07
CATEGORIES= www ftp perl5
MASTER_SITES= CPAN \
http://curl.haxx.se/libcurl/perl/
diff --git a/www/p5-WWW-Curl/distinfo b/www/p5-WWW-Curl/distinfo
index 8501ebe88a92..1afad8d0650b 100644
--- a/www/p5-WWW-Curl/distinfo
+++ b/www/p5-WWW-Curl/distinfo
@@ -1,3 +1,3 @@
-MD5 (WWW-Curl-4.06.tar.gz) = 14f911d9d7df2890f8cb4b631f2907c2
-SHA256 (WWW-Curl-4.06.tar.gz) = 29b5561ab804c787769b1478e6c849c97428a6eb0ad97d298bcefba92461a429
-SIZE (WWW-Curl-4.06.tar.gz) = 39670
+MD5 (WWW-Curl-4.07.tar.gz) = 9d25fb555bb7b382f3412d5568e5fd47
+SHA256 (WWW-Curl-4.07.tar.gz) = b798d908cf06993d86691fcada5becd90d32c06aa69e2ba5c1a4913ce2363164
+SIZE (WWW-Curl-4.07.tar.gz) = 41623
diff --git a/www/p5-WWW-Curl/files/patch-README b/www/p5-WWW-Curl/files/patch-README
index db3754aa7ac3..3d7c98926ea0 100644
--- a/www/p5-WWW-Curl/files/patch-README
+++ b/www/p5-WWW-Curl/files/patch-README
@@ -1,5 +1,7 @@
---- README.orig 2008-07-06 16:51:23.000000000 +0800
-+++ README 2008-07-06 16:54:11.000000000 +0800
+Fix a typo.
+
+--- README.orig
++++ README
@@ -3,7 +3,7 @@
The perl module WWW::Curl provides an interface to the cURL library "libcurl".
See http://curl.haxx.se/ for more information on cURL and libcurl.
diff --git a/www/p5-WWW-Curl/files/patch-lib-WWW-Curl.pm b/www/p5-WWW-Curl/files/patch-lib-WWW-Curl.pm
index 63bfb6aaa917..20922ee00569 100644
--- a/www/p5-WWW-Curl/files/patch-lib-WWW-Curl.pm
+++ b/www/p5-WWW-Curl/files/patch-lib-WWW-Curl.pm
@@ -1,11 +1,13 @@
---- lib/WWW/Curl.pm.orig Thu Jul 13 15:04:35 2006
-+++ lib/WWW/Curl.pm Thu Jul 13 15:04:18 2006
-@@ -35,7 +35,7 @@
- Version 3.02 adds some backwards compatibility for scripts still using
- 'WWW::Curl::easy' names.
+Fix a grammatical error.
+
+--- lib/WWW/Curl.pm.orig
++++ lib/WWW/Curl.pm
+@@ -306,7 +306,7 @@
+
+ Version 3.01 added some support for pre-multi versions of libcurl.
-Version 3.00 adds WWW::Curl::Multi interface, and a new module names
+Version 3.00 adds WWW::Curl::Multi interface, and new module names
following perl conventions (WWW::Curl::Easy rather than WWW::Curl::easy),
- by Sebastian Riedel <sri@cpan.org>
+ by Sebastian Riedel <sri at cpan.org>.