aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-WWW-Curl/files
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2009-06-11 17:28:15 +0800
committerroam <roam@FreeBSD.org>2009-06-11 17:28:15 +0800
commit75334c2eb0676839cfa5496fa838bd1de226bcfc (patch)
tree7b9a6540cd82050421577cd6716b32f0b8937205 /www/p5-WWW-Curl/files
parent97e8ab1e42ee1486c7d38563c5fe1c35b820d233 (diff)
downloadfreebsd-ports-gnome-75334c2eb0676839cfa5496fa838bd1de226bcfc.tar.gz
freebsd-ports-gnome-75334c2eb0676839cfa5496fa838bd1de226bcfc.tar.zst
freebsd-ports-gnome-75334c2eb0676839cfa5496fa838bd1de226bcfc.zip
Update to WWW-Curl-4.07, refresh the patches and add descriptive
headers on the patch files.
Diffstat (limited to 'www/p5-WWW-Curl/files')
-rw-r--r--www/p5-WWW-Curl/files/patch-README6
-rw-r--r--www/p5-WWW-Curl/files/patch-lib-WWW-Curl.pm14
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>.