mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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>
This commit is contained in:
parent
856eeb1bc1
commit
c0e9cc21c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261000
4 changed files with 5 additions and 25 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue