diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2009-06-11 09:28:15 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2009-06-11 09:28:15 +0000 |
commit | c8a148d3bfc2d0cb465d6b0de4b48f9146f4da8e (patch) | |
tree | ea389cd77bbc71a727cf942b75c41805974a90d5 /www/p5-WWW-Curl/files | |
parent | 189913dd4c1f7ecb3283bbfc5bf1dc3f57d6febb (diff) | |
download | ports-c8a148d3bfc2d0cb465d6b0de4b48f9146f4da8e.tar.gz ports-c8a148d3bfc2d0cb465d6b0de4b48f9146f4da8e.zip |
Update to WWW-Curl-4.07, refresh the patches and add descriptive
headers on the patch files.
Notes
Notes:
svn path=/head/; revision=235575
Diffstat (limited to 'www/p5-WWW-Curl/files')
-rw-r--r-- | www/p5-WWW-Curl/files/patch-README | 6 | ||||
-rw-r--r-- | www/p5-WWW-Curl/files/patch-lib-WWW-Curl.pm | 14 |
2 files changed, 12 insertions, 8 deletions
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>. |