From owner-svn-ports-all@freebsd.org Tue Apr 4 07:38:20 2017 Return-Path: Delivered-To: svn-ports-all@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 74A61D2D59B; Tue, 4 Apr 2017 07:38:20 +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 2BEE91DD; Tue, 4 Apr 2017 07:38:20 +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 v347cJC4042048; Tue, 4 Apr 2017 07:38:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v347cJgB042045; Tue, 4 Apr 2017 07:38:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704040738.v347cJgB042045@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 4 Apr 2017 07:38:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437696 - head/www/p5-HTTP-Cookies X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Apr 2017 07:38:20 -0000 Author: sunpoet Date: Tue Apr 4 07:38:18 2017 New Revision: 437696 URL: https://svnweb.freebsd.org/changeset/ports/437696 Log: Update to 6.03 - Add TEST_DEPENDS - Remove outdated CONFLICTS - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/HTTP-Cookies/Changes Modified: head/www/p5-HTTP-Cookies/Makefile head/www/p5-HTTP-Cookies/distinfo head/www/p5-HTTP-Cookies/pkg-plist Modified: head/www/p5-HTTP-Cookies/Makefile ============================================================================== --- head/www/p5-HTTP-Cookies/Makefile Tue Apr 4 07:38:13 2017 (r437695) +++ head/www/p5-HTTP-Cookies/Makefile Tue Apr 4 07:38:18 2017 (r437696) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-Cookies -PORTVERSION= 6.01 -PORTREVISION= 1 +PORTVERSION= 6.03 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,9 +16,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-HTTP-Date>=6:www/p5-HTTP-Date \ p5-HTTP-Message>=6:www/p5-HTTP-Message RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-URI>=0:net/p5-URI -CONFLICTS= p5-libwww-5* - +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-HTTP-Cookies/distinfo ============================================================================== --- head/www/p5-HTTP-Cookies/distinfo Tue Apr 4 07:38:13 2017 (r437695) +++ head/www/p5-HTTP-Cookies/distinfo Tue Apr 4 07:38:18 2017 (r437696) @@ -1,2 +1,3 @@ -SHA256 (HTTP-Cookies-6.01.tar.gz) = f5d3ade383ce6389d80cb0d0356b643af80435bb036afd8edce335215ec5eb20 -SIZE (HTTP-Cookies-6.01.tar.gz) = 18751 +TIMESTAMP = 1491287531 +SHA256 (HTTP-Cookies-6.03.tar.gz) = 05051f2761832317554b0be4b74012c35fd278f6af2c9d218f055e0de891457c +SIZE (HTTP-Cookies-6.03.tar.gz) = 33669 Modified: head/www/p5-HTTP-Cookies/pkg-plist ============================================================================== --- head/www/p5-HTTP-Cookies/pkg-plist Tue Apr 4 07:38:13 2017 (r437695) +++ head/www/p5-HTTP-Cookies/pkg-plist Tue Apr 4 07:38:18 2017 (r437696) @@ -1,6 +1,6 @@ -%%PERL5_MAN3%%/HTTP::Cookies.3.gz -%%PERL5_MAN3%%/HTTP::Cookies::Microsoft.3.gz -%%PERL5_MAN3%%/HTTP::Cookies::Netscape.3.gz %%SITE_PERL%%/HTTP/Cookies.pm %%SITE_PERL%%/HTTP/Cookies/Microsoft.pm %%SITE_PERL%%/HTTP/Cookies/Netscape.pm +%%PERL5_MAN3%%/HTTP::Cookies.3.gz +%%PERL5_MAN3%%/HTTP::Cookies::Microsoft.3.gz +%%PERL5_MAN3%%/HTTP::Cookies::Netscape.3.gz