From owner-svn-ports-head@freebsd.org Fri Mar 2 18:52:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C64EF3CF1B; Fri, 2 Mar 2018 18:52:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 422FD71CA8; Fri, 2 Mar 2018 18:52:00 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E97261B587; Fri, 2 Mar 2018 18:51:59 +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 w22IpxRu058180; Fri, 2 Mar 2018 18:51:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22IpxDk058177; Fri, 2 Mar 2018 18:51:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803021851.w22IpxDk058177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 2 Mar 2018 18:51:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463433 - head/www/p5-CGI-Application X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-CGI-Application X-SVN-Commit-Revision: 463433 X-SVN-Commit-Repository: ports 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.25 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: Fri, 02 Mar 2018 18:52:02 -0000 Author: sunpoet Date: Fri Mar 2 18:51:59 2018 New Revision: 463433 URL: https://svnweb.freebsd.org/changeset/ports/463433 Log: Update to 4.60 - Add removed Perl core module to *_DEPENDS - Fix version requirement of *_DEPENDS - Fix TEST_DEPENDS: remove unused p5-CGI-Simple - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/CGI-Application/Changes Modified: head/www/p5-CGI-Application/Makefile head/www/p5-CGI-Application/distinfo head/www/p5-CGI-Application/pkg-plist Modified: head/www/p5-CGI-Application/Makefile ============================================================================== --- head/www/p5-CGI-Application/Makefile Fri Mar 2 18:51:53 2018 (r463432) +++ head/www/p5-CGI-Application/Makefile Fri Mar 2 18:51:59 2018 (r463433) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= CGI-Application -PORTVERSION= 4.50 -PORTREVISION= 2 +PORTVERSION= 4.60 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,12 +13,14 @@ COMMENT= Perl module intended to make it easier to cre LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-ISA>=0:devel/p5-Class-ISA \ +BUILD_DEPENDS= p5-CGI>=0:www/p5-CGI \ + p5-Class-ISA>=0:devel/p5-Class-ISA \ p5-HTML-Template>=0:www/p5-HTML-Template RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-CGI-PSGI>=0:www/p5-CGI-PSGI \ - p5-CGI-Simple>=0:www/p5-CGI-Simple +TEST_DEPENDS= p5-CGI-PSGI>=0.09:www/p5-CGI-PSGI \ + p5-Test-Requires>=0:devel/p5-Test-Requires +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-CGI-Application/distinfo ============================================================================== --- head/www/p5-CGI-Application/distinfo Fri Mar 2 18:51:53 2018 (r463432) +++ head/www/p5-CGI-Application/distinfo Fri Mar 2 18:51:59 2018 (r463433) @@ -1,2 +1,3 @@ -SHA256 (CGI-Application-4.50.tar.gz) = 74de7d538060b898a745944dd6e114bb3a7a59d6749a0a5e73749ff89d431c1d -SIZE (CGI-Application-4.50.tar.gz) = 76005 +TIMESTAMP = 1520006088 +SHA256 (CGI-Application-4.60.tar.gz) = 0669edf608c3699112d84968070774080cd7334da6c7ad228414ea7430d584bd +SIZE (CGI-Application-4.60.tar.gz) = 80747 Modified: head/www/p5-CGI-Application/pkg-plist ============================================================================== --- head/www/p5-CGI-Application/pkg-plist Fri Mar 2 18:51:53 2018 (r463432) +++ head/www/p5-CGI-Application/pkg-plist Fri Mar 2 18:51:59 2018 (r463433) @@ -1,4 +1,4 @@ -%%PERL5_MAN3%%/CGI::Application.3.gz -%%PERL5_MAN3%%/CGI::Application::Mailform.3.gz %%SITE_PERL%%/CGI/Application.pm %%SITE_PERL%%/CGI/Application/Mailform.pm +%%PERL5_MAN3%%/CGI::Application.3.gz +%%PERL5_MAN3%%/CGI::Application::Mailform.3.gz