Index: head/www/p5-WWW-Curl/Makefile =================================================================== --- head/www/p5-WWW-Curl/Makefile (revision 238872) +++ head/www/p5-WWW-Curl/Makefile (revision 238873) @@ -1,27 +1,27 @@ # New ports collection makefile for: p5-WWW-Curl # Date created: 24 July 2003 # Whom: Chris Larsen # # $FreeBSD$ # PORTNAME= WWW-Curl -PORTVERSION= 4.07 +PORTVERSION= 4.08 CATEGORIES= www ftp perl5 MASTER_SITES= CPAN \ http://curl.haxx.se/libcurl/perl/ PKGNAMEPREFIX= p5- MAINTAINER= roam@FreeBSD.org COMMENT= Perl binding interface for curl LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl:install PERL_CONFIGURE= yes MAN3= WWW::Curl.3 post-patch: ${FIND} ${WRKSRC} -type f -name \*.orig -delete .include Property changes on: head/www/p5-WWW-Curl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/www/p5-WWW-Curl/distinfo =================================================================== --- head/www/p5-WWW-Curl/distinfo (revision 238872) +++ head/www/p5-WWW-Curl/distinfo (revision 238873) @@ -1,3 +1,3 @@ -MD5 (WWW-Curl-4.07.tar.gz) = 9d25fb555bb7b382f3412d5568e5fd47 -SHA256 (WWW-Curl-4.07.tar.gz) = b798d908cf06993d86691fcada5becd90d32c06aa69e2ba5c1a4913ce2363164 -SIZE (WWW-Curl-4.07.tar.gz) = 41623 +MD5 (WWW-Curl-4.08.tar.gz) = 0764e5e4345539dc127f7d801b25001f +SHA256 (WWW-Curl-4.08.tar.gz) = ce0052c907698eb642eff06a7f90237785d1381cd11e61d5f58e1592aa130393 +SIZE (WWW-Curl-4.08.tar.gz) = 43546 Property changes on: head/www/p5-WWW-Curl/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/www/p5-WWW-Curl/files/patch-README =================================================================== --- head/www/p5-WWW-Curl/files/patch-README (revision 238872) +++ head/www/p5-WWW-Curl/files/patch-README (revision 238873) @@ -1,13 +1,40 @@ Fix a typo. --- README.orig +++ README @@ -3,7 +3,7 @@ - The perl module WWW::Curl provides an interface to the cURL library "libcurl". + 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 + + +-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 + + Curl multi support has been added by Sebastian Riedel + +-The current maintainer is Cris Bailiff and ++The current maintainers are Cris Bailiff and + Bálint Szilakszi + + The latest version is available on CPAN and can be downloaded from Property changes on: head/www/p5-WWW-Curl/files/patch-README ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/www/p5-WWW-Curl/files/patch-lib-WWW-Curl.pm =================================================================== --- head/www/p5-WWW-Curl/files/patch-lib-WWW-Curl.pm (revision 238872) +++ head/www/p5-WWW-Curl/files/patch-lib-WWW-Curl.pm (revision 238873) @@ -1,13 +1,13 @@ Fix a grammatical error. --- lib/WWW/Curl.pm.orig +++ lib/WWW/Curl.pm -@@ -306,7 +306,7 @@ +@@ -311,7 +311,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 . Property changes on: head/www/p5-WWW-Curl/files/patch-lib-WWW-Curl.pm ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property