From owner-svn-ports-head@freebsd.org Wed Feb 22 17:13:55 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EBB4CE9E33; Wed, 22 Feb 2017 17:13:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B50DD1E9; Wed, 22 Feb 2017 17:13:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1MHDriw073628; Wed, 22 Feb 2017 17:13:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1MHDrx9073625; Wed, 22 Feb 2017 17:13:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702221713.v1MHDrx9073625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 22 Feb 2017 17:13:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434603 - head/www/p5-libwww 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.23 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: Wed, 22 Feb 2017 17:13:55 -0000 Author: sunpoet Date: Wed Feb 22 17:13:53 2017 New Revision: 434603 URL: https://svnweb.freebsd.org/changeset/ports/434603 Log: Update to 6.21 Changes: http://search.cpan.org/dist/libwww/Changes Modified: head/www/p5-libwww/Makefile head/www/p5-libwww/distinfo head/www/p5-libwww/pkg-plist Modified: head/www/p5-libwww/Makefile ============================================================================== --- head/www/p5-libwww/Makefile Wed Feb 22 17:13:48 2017 (r434602) +++ head/www/p5-libwww/Makefile Wed Feb 22 17:13:53 2017 (r434603) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libwww -PORTVERSION= 6.19 +PORTVERSION= 6.21 DISTVERSIONPREFIX= perl- CATEGORIES= www devel perl5 MASTER_SITES= CPAN Modified: head/www/p5-libwww/distinfo ============================================================================== --- head/www/p5-libwww/distinfo Wed Feb 22 17:13:48 2017 (r434602) +++ head/www/p5-libwww/distinfo Wed Feb 22 17:13:53 2017 (r434603) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487196664 -SHA256 (libwww-perl-6.19.tar.gz) = afb1324fd95b10d9782c5e48831da1eb7f7b08f8edd47c2ba9180d4f7ef7e2fa -SIZE (libwww-perl-6.19.tar.gz) = 141982 +TIMESTAMP = 1487770023 +SHA256 (libwww-perl-6.21.tar.gz) = d727ce7bc4926cc3d4dfe8aed8efcf252fcd06ac90fe3fdb39192a635e7a7eee +SIZE (libwww-perl-6.21.tar.gz) = 158332 Modified: head/www/p5-libwww/pkg-plist ============================================================================== --- head/www/p5-libwww/pkg-plist Wed Feb 22 17:13:48 2017 (r434602) +++ head/www/p5-libwww/pkg-plist Wed Feb 22 17:13:53 2017 (r434603) @@ -11,6 +11,7 @@ bin/lwp-request %%SITE_PERL%%/LWP/Authen/Ntlm.pm %%SITE_PERL%%/LWP/ConnCache.pm %%SITE_PERL%%/LWP/Debug.pm +%%SITE_PERL%%/LWP/Debug/TraceHTTP.pm %%SITE_PERL%%/LWP/DebugFile.pm %%SITE_PERL%%/LWP/MemberMixin.pm %%SITE_PERL%%/LWP/Protocol.pm @@ -27,8 +28,8 @@ bin/lwp-request %%SITE_PERL%%/LWP/RobotUA.pm %%SITE_PERL%%/LWP/Simple.pm %%SITE_PERL%%/LWP/UserAgent.pm -%%SITE_PERL%%/lwpcook.pod -%%SITE_PERL%%/lwptut.pod +%%SITE_PERL%%/libwww/lwpcook.pod +%%SITE_PERL%%/libwww/lwptut.pod %%PERL5_MAN1%%/GET.1.gz %%PERL5_MAN1%%/HEAD.1.gz %%PERL5_MAN1%%/POST.1.gz @@ -45,5 +46,5 @@ bin/lwp-request %%PERL5_MAN3%%/LWP::RobotUA.3.gz %%PERL5_MAN3%%/LWP::Simple.3.gz %%PERL5_MAN3%%/LWP::UserAgent.3.gz -%%PERL5_MAN3%%/lwpcook.3.gz -%%PERL5_MAN3%%/lwptut.3.gz +%%PERL5_MAN3%%/libwww::lwpcook.3.gz +%%PERL5_MAN3%%/libwww::lwptut.3.gz