From owner-svn-ports-head@FreeBSD.ORG Sat Jul 13 05:44:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C90411DF; Sat, 13 Jul 2013 05:44:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id BB69E11E9; Sat, 13 Jul 2013 05:44:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6D5iwoc001814; Sat, 13 Jul 2013 05:44:58 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6D5iwWb001812; Sat, 13 Jul 2013 05:44:58 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201307130544.r6D5iwWb001812@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 13 Jul 2013 05:44:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322888 - head/www/p5-WWW-Curl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jul 2013 05:44:58 -0000 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 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/