Date: Sat, 13 Jul 2013 05:44:58 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322888 - head/www/p5-WWW-Curl Message-ID: <201307130544.r6D5iwWb001812@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jul 13 05:44:58 2013 New Revision: 322888 URL: http://svnweb.freebsd.org/changeset/ports/322888 Log: - Cleanup :install target which was previously done by bdrewery in r316958 [1] - Update COMMENT - Remove no-op post-patch: - Take maintainership - Update pkg-descr - Add CPAN as primary WWW Pointyhat to: sunpoet (myself) [1] Modified: head/www/p5-WWW-Curl/Makefile head/www/p5-WWW-Curl/pkg-descr (contents, props changed) Modified: head/www/p5-WWW-Curl/Makefile ============================================================================== --- head/www/p5-WWW-Curl/Makefile Sat Jul 13 05:42:30 2013 (r322887) +++ head/www/p5-WWW-Curl/Makefile Sat Jul 13 05:44:58 2013 (r322888) @@ -9,18 +9,15 @@ MASTER_SITES= CPAN \ http://curl.haxx.se/libcurl/perl/ PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= Perl binding interface for curl +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Perl extension interface for libcurl LICENSE= MIT -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl:install +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl PERL_CONFIGURE= yes MAN3= WWW::Curl.3 -post-patch: - ${FIND} ${WRKSRC} -type f -name \*.orig -delete - .include <bsd.port.mk> Modified: head/www/p5-WWW-Curl/pkg-descr ============================================================================== --- head/www/p5-WWW-Curl/pkg-descr Sat Jul 13 05:42:30 2013 (r322887) +++ head/www/p5-WWW-Curl/pkg-descr Sat Jul 13 05:44:58 2013 (r322888) @@ -1,6 +1,4 @@ -WWW-Curl is the Perl binding interface to libcurl (ports/ftp/curl) +The Perl module WWW::Curl provides an interface to the cURL library "libcurl". -WWW-Curl has formerly been known as Curl-easy - -Author: Cris Bailiff +WWW: http://search.cpan.org/dist/WWW-Curl/ WWW: http://curl.haxx.se/libcurl/perl/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307130544.r6D5iwWb001812>