diff options
author | roam <roam@FreeBSD.org> | 2010-09-12 04:48:44 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2010-09-12 04:48:44 +0800 |
commit | e8f4b2cf9c5bfe2147272b46afd2bcf21bbce998 (patch) | |
tree | 458237084d854d32840ff9692e1928dfcd97508e /www/p5-WWW-Curl | |
parent | 5aa8a87ed590b2ed46f9ceee7230167111ea50e2 (diff) | |
download | freebsd-ports-gnome-e8f4b2cf9c5bfe2147272b46afd2bcf21bbce998.tar.gz freebsd-ports-gnome-e8f4b2cf9c5bfe2147272b46afd2bcf21bbce998.tar.zst freebsd-ports-gnome-e8f4b2cf9c5bfe2147272b46afd2bcf21bbce998.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>
Diffstat (limited to 'www/p5-WWW-Curl')
-rw-r--r-- | www/p5-WWW-Curl/Makefile | 4 | ||||
-rw-r--r-- | www/p5-WWW-Curl/distinfo | 6 | ||||
-rw-r--r-- | www/p5-WWW-Curl/files/patch-lib-WWW-Curl.pm | 16 | ||||
-rw-r--r-- | www/p5-WWW-Curl/pkg-plist | 4 |
4 files changed, 5 insertions, 25 deletions
diff --git a/www/p5-WWW-Curl/Makefile b/www/p5-WWW-Curl/Makefile index 3905df96a3dd..ca24934a50a2 100644 --- a/www/p5-WWW-Curl/Makefile +++ b/www/p5-WWW-Curl/Makefile @@ -6,8 +6,7 @@ # PORTNAME= WWW-Curl -PORTVERSION= 4.11 -PORTREVISION= 1 +PORTVERSION= 4.13 CATEGORIES= www ftp perl5 MASTER_SITES= CPAN \ http://curl.haxx.se/libcurl/perl/ @@ -20,6 +19,7 @@ LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl:install PERL_CONFIGURE= yes +LICENSE= MIT MAN3= WWW::Curl.3 post-patch: diff --git a/www/p5-WWW-Curl/distinfo b/www/p5-WWW-Curl/distinfo index 304bddec193b..2690fa04a3f5 100644 --- a/www/p5-WWW-Curl/distinfo +++ b/www/p5-WWW-Curl/distinfo @@ -1,3 +1,3 @@ -MD5 (WWW-Curl-4.11.tar.gz) = 0fa0d459454dd37ff70033abcc0c64ab -SHA256 (WWW-Curl-4.11.tar.gz) = 5d79e165973b623b92d8d608cb82d4d40aeebd38d16a98fd0455ed0ffdada1e3 -SIZE (WWW-Curl-4.11.tar.gz) = 44996 +MD5 (WWW-Curl-4.13.tar.gz) = be48be1c2d74d39e973184110010f5b7 +SHA256 (WWW-Curl-4.13.tar.gz) = b73b435c2411de2dff529cbb0ded60a079ddb3ebd30da22fba490bf2fcab31ff +SIZE (WWW-Curl-4.13.tar.gz) = 45863 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 diff --git a/www/p5-WWW-Curl/pkg-plist b/www/p5-WWW-Curl/pkg-plist index ccd081f9fb16..ab9f53906894 100644 --- a/www/p5-WWW-Curl/pkg-plist +++ b/www/p5-WWW-Curl/pkg-plist @@ -7,10 +7,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl/Curl.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl/Curl.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl/Easy/autosplit.ix -%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl/Share/autosplit.ix -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl/Easy -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl/Share @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Curl @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/WWW/Curl |