diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2010-09-11 20:48:44 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2010-09-11 20:48:44 +0000 |
commit | c0e9cc21c565d2d72ca20e5642cdcb18fea89b6a (patch) | |
tree | c70b47e6319c3e8187c060658a8dbc4cf912ea5c /www/p5-WWW-Curl/files | |
parent | 856eeb1bc1e824671fc11910677cd276daa3373e (diff) | |
download | ports-c0e9cc21c565d2d72ca20e5642cdcb18fea89b6a.tar.gz ports-c0e9cc21c565d2d72ca20e5642cdcb18fea89b6a.zip |
Update to p5-WWW-Curl-4.13, similar to the PR.
Remove the serial comma patch since the upstream author rejected it.
Specify the port's MIT license.
PR: 150269
Submitted by: Frederic Culot <frederic@culot.org>
Notes
Notes:
svn path=/head/; revision=261000
Diffstat (limited to 'www/p5-WWW-Curl/files')
-rw-r--r-- | www/p5-WWW-Curl/files/patch-lib-WWW-Curl.pm | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/www/p5-WWW-Curl/files/patch-lib-WWW-Curl.pm b/www/p5-WWW-Curl/files/patch-lib-WWW-Curl.pm deleted file mode 100644 index c0f56540e022..000000000000 --- a/www/p5-WWW-Curl/files/patch-lib-WWW-Curl.pm +++ /dev/null @@ -1,16 +0,0 @@ -Description: Fix a grammatical error. -Author: Peter Pentchev <roam@FreeBSD.org> -Bug: http://rt.cpan.org/Public/Bug/Display.html?id=53063 -Last-Update: 2009-12-24 - ---- lib/WWW/Curl.pm.orig -+++ lib/WWW/Curl.pm -@@ -273,7 +273,7 @@ - - =item curl_multi_fdset - --This method returns three arrayrefs: the read, write and exception fds libcurl knows about. -+This method returns three arrayrefs: the read, write, and exception fds libcurl knows about. - In the case of no file descriptors in the given set, an empty array is returned. - - =back |