From owner-svn-ports-all@freebsd.org Thu Nov 12 11:58:50 2015 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 8F6AFA2DB49; Thu, 12 Nov 2015 11:58:50 +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 40CB111F1; Thu, 12 Nov 2015 11:58:50 +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 tACBwnqT005982; Thu, 12 Nov 2015 11:58:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACBwneI005978; Thu, 12 Nov 2015 11:58:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511121158.tACBwneI005978@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, 12 Nov 2015 11:58:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401331 - head/www/p5-Catalyst-Runtime 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.20 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: Thu, 12 Nov 2015 11:58:50 -0000 Author: sunpoet Date: Thu Nov 12 11:58:48 2015 New Revision: 401331 URL: https://svnweb.freebsd.org/changeset/ports/401331 Log: - Update to 5.90103 - Sort PLIST Changes: http://search.cpan.org/dist/Catalyst-Runtime/Changes Modified: head/www/p5-Catalyst-Runtime/Makefile head/www/p5-Catalyst-Runtime/distinfo head/www/p5-Catalyst-Runtime/pkg-plist Modified: head/www/p5-Catalyst-Runtime/Makefile ============================================================================== --- head/www/p5-Catalyst-Runtime/Makefile Thu Nov 12 11:58:44 2015 (r401330) +++ head/www/p5-Catalyst-Runtime/Makefile Thu Nov 12 11:58:48 2015 (r401331) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Runtime -PORTVERSION= 5.90102 +PORTVERSION= 5.90103 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -56,7 +56,7 @@ BUILD_DEPENDS= p5-CGI-Simple>=1.109:${PO p5-URI>=1.65:${PORTSDIR}/net/p5-URI \ p5-URI-ws>=0.03:${PORTSDIR}/net/p5-URI-ws \ p5-libwww>=5.837:${PORTSDIR}/www/p5-libwww \ - p5-namespace-autoclean>=0.09:${PORTSDIR}/devel/p5-namespace-autoclean \ + p5-namespace-autoclean>=0.28:${PORTSDIR}/devel/p5-namespace-autoclean \ p5-namespace-clean>=0.23:${PORTSDIR}/devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ Modified: head/www/p5-Catalyst-Runtime/distinfo ============================================================================== --- head/www/p5-Catalyst-Runtime/distinfo Thu Nov 12 11:58:44 2015 (r401330) +++ head/www/p5-Catalyst-Runtime/distinfo Thu Nov 12 11:58:48 2015 (r401331) @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Runtime-5.90102.tar.gz) = 36e589c65f4a2da7e55c2f26682006eb52e3adce1e800f10d5ab420ef3fc7ec3 -SIZE (Catalyst-Runtime-5.90102.tar.gz) = 383826 +SHA256 (Catalyst-Runtime-5.90103.tar.gz) = a9073ad12b8a747d683b9eb49700ee34bfcb1ad0849d28c494d0bb8d6e78ac87 +SIZE (Catalyst-Runtime-5.90103.tar.gz) = 394198 Modified: head/www/p5-Catalyst-Runtime/pkg-plist ============================================================================== --- head/www/p5-Catalyst-Runtime/pkg-plist Thu Nov 12 11:58:44 2015 (r401330) +++ head/www/p5-Catalyst-Runtime/pkg-plist Thu Nov 12 11:58:48 2015 (r401331) @@ -54,6 +54,7 @@ bin/catalyst.pl %%SITE_PERL%%/Catalyst/Upgrading.pod %%SITE_PERL%%/Catalyst/Utils.pm %%SITE_PERL%%/Catalyst/View.pm +%%PERL5_MAN1%%/catalyst.pl.1.gz %%PERL5_MAN3%%/Catalyst.3.gz %%PERL5_MAN3%%/Catalyst::Action.3.gz %%PERL5_MAN3%%/Catalyst::ActionChain.3.gz @@ -109,4 +110,3 @@ bin/catalyst.pl %%PERL5_MAN3%%/Catalyst::Upgrading.3.gz %%PERL5_MAN3%%/Catalyst::Utils.3.gz %%PERL5_MAN3%%/Catalyst::View.3.gz -%%PERL5_MAN1%%/catalyst.pl.1.gz