From owner-svn-ports-head@freebsd.org Thu Jan 19 19:26:05 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 59EDCCB8914; Thu, 19 Jan 2017 19:26:05 +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 0CE0E13AC; Thu, 19 Jan 2017 19:26:04 +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 v0JJQ4Ii094861; Thu, 19 Jan 2017 19:26:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0JJQ39s094858; Thu, 19 Jan 2017 19:26:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201701191926.v0JJQ39s094858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Jan 2017 19:26:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431897 - 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: Thu, 19 Jan 2017 19:26:05 -0000 Author: sunpoet Date: Thu Jan 19 19:26:03 2017 New Revision: 431897 URL: https://svnweb.freebsd.org/changeset/ports/431897 Log: Update to 6.16 - Add LICENSE_FILE - Add TEST_DEPENDS - Add NO_ARCH 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 Thu Jan 19 19:25:59 2017 (r431896) +++ head/www/p5-libwww/Makefile Thu Jan 19 19:26:03 2017 (r431897) @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= libwww -PORTVERSION= 6.15 +PORTVERSION= 6.16 DISTVERSIONPREFIX= perl- CATEGORIES= www devel perl5 -MASTER_SITES= CPAN/LWP +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:OALDERS PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org @@ -13,6 +14,7 @@ COMMENT= Perl5 library for WWW access LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Authen-NTLM>=1.02:security/p5-Authen-NTLM \ p5-Encode-Locale>=0:converters/p5-Encode-Locale \ @@ -28,10 +30,13 @@ BUILD_DEPENDS= p5-Authen-NTLM>=1.02:secu p5-URI>=1.10:net/p5-URI \ p5-WWW-RobotRules>=6:www/p5-WWW-RobotRules RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal \ + p5-Test-RequiresInternet>=0:devel/p5-Test-RequiresInternet OPTIONS_DEFINE= HTTPS CONFIGURE_ARGS= --aliases +NO_ARCH= yes USE_PERL5= configure USES= perl5 Modified: head/www/p5-libwww/distinfo ============================================================================== --- head/www/p5-libwww/distinfo Thu Jan 19 19:25:59 2017 (r431896) +++ head/www/p5-libwww/distinfo Thu Jan 19 19:26:03 2017 (r431897) @@ -1,2 +1,3 @@ -SHA256 (libwww-perl-6.15.tar.gz) = 6f349d45c21b1ec0501c4437dfcb70570940e6c3d5bff783bd91d4cddead8322 -SIZE (libwww-perl-6.15.tar.gz) = 141936 +TIMESTAMP = 1484765310 +SHA256 (libwww-perl-6.16.tar.gz) = daffd268000f92d241f8ae5508ae5616dbd02f15a587b4fbcd14998ccc15ce22 +SIZE (libwww-perl-6.16.tar.gz) = 143751 Modified: head/www/p5-libwww/pkg-plist ============================================================================== --- head/www/p5-libwww/pkg-plist Thu Jan 19 19:25:59 2017 (r431896) +++ head/www/p5-libwww/pkg-plist Thu Jan 19 19:26:03 2017 (r431897) @@ -14,7 +14,6 @@ bin/lwp-request %%SITE_PERL%%/LWP/DebugFile.pm %%SITE_PERL%%/LWP/MemberMixin.pm %%SITE_PERL%%/LWP/Protocol.pm -%%SITE_PERL%%/LWP/Protocol/GHTTP.pm %%SITE_PERL%%/LWP/Protocol/cpan.pm %%SITE_PERL%%/LWP/Protocol/data.pm %%SITE_PERL%%/LWP/Protocol/file.pm