diff options
author | roam <roam@FreeBSD.org> | 2009-12-24 23:29:55 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2009-12-24 23:29:55 +0800 |
commit | 5f4a612629ec23a2dd2d5d9ec10c6bb54dc42fd4 (patch) | |
tree | bf098f3acb30ffb854629febd3d72964a315b862 /www | |
parent | d7fbd20ff9a29a02835e5169329d8949b682e096 (diff) | |
download | freebsd-ports-gnome-5f4a612629ec23a2dd2d5d9ec10c6bb54dc42fd4.tar.gz freebsd-ports-gnome-5f4a612629ec23a2dd2d5d9ec10c6bb54dc42fd4.tar.zst freebsd-ports-gnome-5f4a612629ec23a2dd2d5d9ec10c6bb54dc42fd4.zip |
Update to p5-WWW-Curl-4.11.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WWW-Curl/Makefile | 2 | ||||
-rw-r--r-- | www/p5-WWW-Curl/distinfo | 6 | ||||
-rw-r--r-- | www/p5-WWW-Curl/files/patch-README | 43 | ||||
-rw-r--r-- | www/p5-WWW-Curl/files/patch-lib-WWW-Curl.pm | 16 |
4 files changed, 12 insertions, 55 deletions
diff --git a/www/p5-WWW-Curl/Makefile b/www/p5-WWW-Curl/Makefile index 0be223dfaf51..4e96e67bb2cd 100644 --- a/www/p5-WWW-Curl/Makefile +++ b/www/p5-WWW-Curl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= WWW-Curl -PORTVERSION= 4.09 +PORTVERSION= 4.11 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 f5cc35e2d714..304bddec193b 100644 --- a/www/p5-WWW-Curl/distinfo +++ b/www/p5-WWW-Curl/distinfo @@ -1,3 +1,3 @@ -MD5 (WWW-Curl-4.09.tar.gz) = 04c136c1212edb68717ec14f6dff1cc3 -SHA256 (WWW-Curl-4.09.tar.gz) = 65b441b3e896130f6f0b20e6a78447ddaf57b0697bda2c0baf7cd9e96584e9c1 -SIZE (WWW-Curl-4.09.tar.gz) = 43605 +MD5 (WWW-Curl-4.11.tar.gz) = 0fa0d459454dd37ff70033abcc0c64ab +SHA256 (WWW-Curl-4.11.tar.gz) = 5d79e165973b623b92d8d608cb82d4d40aeebd38d16a98fd0455ed0ffdada1e3 +SIZE (WWW-Curl-4.11.tar.gz) = 44996 diff --git a/www/p5-WWW-Curl/files/patch-README b/www/p5-WWW-Curl/files/patch-README deleted file mode 100644 index fdbd14a5d3ec..000000000000 --- a/www/p5-WWW-Curl/files/patch-README +++ /dev/null @@ -1,43 +0,0 @@ -Description: Fix a typo. -Author: Peter Pentchev <roam@FreeBSD.org> -Bug: http://rt.cpan.org/Public/Bug/Display.html?id=49593 -Last-Update: 2009-09-10 - ---- 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. - --This module requires libcurl and the corresponding headerfiles to be -+This module requires libcurl and the corresponding header files to be - installed. You then may install this module via the usual way - (for installation on Windows please see README.Win32): - -@@ -27,9 +27,9 @@ - This module, starting from version 4 requires at least Perl 5.6 and libcurl 7.10.8. - These releases are more than 5 years old and they have multiple security vulnerabilities, - it is advised that you upgrade as soon as possible to a more recent, secure version. --Anything older than these versions of Perl and libcurl respectively are not supported. -+Anything older than these versions of Perl and libcurl respectively is not supported. - --Windows specific fixes and patches are welcome as testing is mainly focused on linux. -+Windows specific fixes and patches are welcome as testing is mainly focused on Linux. - - The module provides the same functionality, except as noted in the documentation, - as libcurl provides to C programs. Please refer to the documentation of libcurl for the -@@ -45,12 +45,12 @@ - Parts of the callback support were added Forrest Cahoon - <forrest.cahoon at merrillcorp.com> - --More callback support, many tests additional documentation and Makefile -+More callback support, many tests, additional documentation, and Makefile - features have been added by Cris Bailiff <c.bailiff+curl at devsecure.com> - - Curl multi support has been added by Sebastian Riedel <sri at oook.de> - --The current maintainer is Cris Bailiff <c.bailiff+curl at devsecure.com> and -+The current maintainers are Cris Bailiff <c.bailiff+curl at devsecure.com> and - Bálint Szilakszi <szbalint at cpan.org> - - The latest version is available on CPAN and can be downloaded from 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 a0f7c9ad82be..c0f56540e022 100644 --- a/www/p5-WWW-Curl/files/patch-lib-WWW-Curl.pm +++ b/www/p5-WWW-Curl/files/patch-lib-WWW-Curl.pm @@ -1,16 +1,16 @@ Description: Fix a grammatical error. Author: Peter Pentchev <roam@FreeBSD.org> -Bug: http://rt.cpan.org/Public/Bug/Display.html?id=49593 -Last-Update: 2009-09-10 +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 -@@ -311,7 +311,7 @@ +@@ -273,7 +273,7 @@ - Version 3.01 added some support for pre-multi versions of libcurl. + =item curl_multi_fdset --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 at cpan.org>. +-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 |