From owner-svn-ports-all@FreeBSD.ORG Sun Jan 11 13:31:34 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1105A94C; Sun, 11 Jan 2015 13:31:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 F094923D; Sun, 11 Jan 2015 13:31:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0BDVXm2029135; Sun, 11 Jan 2015 13:31:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0BDVXks029132; Sun, 11 Jan 2015 13:31:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501111331.t0BDVXks029132@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 11 Jan 2015 13:31:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376776 - head/www/p5-Catalyst-View-Email 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.18-1 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: Sun, 11 Jan 2015 13:31:34 -0000 Author: sunpoet Date: Sun Jan 11 13:31:32 2015 New Revision: 376776 URL: https://svnweb.freebsd.org/changeset/ports/376776 QAT: https://qat.redports.org/buildarchive/r376776/ Log: - Update to 0.35 - Fix *_DEPENDS: - Moose are missing - p5-Catalyst-Devel and p5-Class-C3 are not required - Catalyst::View::Mason, Catalyst::View::TT and Test::Requires are test-only dependencies - Use TEST_DEPENDS - Sort PLIST Changes: http://search.cpan.org/dist/Catalyst-View-Email/Changes Modified: head/www/p5-Catalyst-View-Email/Makefile head/www/p5-Catalyst-View-Email/distinfo head/www/p5-Catalyst-View-Email/pkg-plist Modified: head/www/p5-Catalyst-View-Email/Makefile ============================================================================== --- head/www/p5-Catalyst-View-Email/Makefile Sun Jan 11 13:31:26 2015 (r376775) +++ head/www/p5-Catalyst-View-Email/Makefile Sun Jan 11 13:31:32 2015 (r376776) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-View-Email -PORTVERSION= 0.33 -PORTREVISION= 1 +PORTVERSION= 0.35 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,16 +13,16 @@ COMMENT= Catalyst View for Email LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7:${PORTSDIR}/www/p5-Catalyst-Runtime \ - p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel \ - p5-Catalyst-View-TT>0:${PORTSDIR}/www/p5-Catalyst-View-TT \ - p5-Catalyst-View-Mason>0:${PORTSDIR}/www/p5-Catalyst-View-Mason \ - p5-Class-C3>=0:${PORTSDIR}/devel/p5-Class-C3 \ +BUILD_DEPENDS= p5-Authen-SASL>=2.13:${PORTSDIR}/security/p5-Authen-SASL \ + p5-Catalyst-Runtime>=5.70000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Email-MIME>=1.859:${PORTSDIR}/mail/p5-Email-MIME \ p5-Email-Sender>=0.100110:${PORTSDIR}/mail/p5-Email-Sender \ - p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ - p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL + p5-Module-Runtime>=0.014:${PORTSDIR}/devel/p5-Module-Runtime \ + p5-Moose>=0.93:${PORTSDIR}/devel/p5-Moose RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Catalyst-View-Mason>=0.18:${PORTSDIR}/www/p5-Catalyst-View-Mason \ + p5-Catalyst-View-TT>=0.31:${PORTSDIR}/www/p5-Catalyst-View-TT \ + p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires USES= perl5 USE_PERL5= configure Modified: head/www/p5-Catalyst-View-Email/distinfo ============================================================================== --- head/www/p5-Catalyst-View-Email/distinfo Sun Jan 11 13:31:26 2015 (r376775) +++ head/www/p5-Catalyst-View-Email/distinfo Sun Jan 11 13:31:32 2015 (r376776) @@ -1,2 +1,2 @@ -SHA256 (Catalyst-View-Email-0.33.tar.gz) = 6ff298e86921243c807f34638dfc646118a5adf4f42206fa016b8dee52e78ff5 -SIZE (Catalyst-View-Email-0.33.tar.gz) = 43484 +SHA256 (Catalyst-View-Email-0.35.tar.gz) = eda74788106f3256c058a88217cb36f624dad9961b93c446cb99702ecca13e15 +SIZE (Catalyst-View-Email-0.35.tar.gz) = 39197 Modified: head/www/p5-Catalyst-View-Email/pkg-plist ============================================================================== --- head/www/p5-Catalyst-View-Email/pkg-plist Sun Jan 11 13:31:26 2015 (r376775) +++ head/www/p5-Catalyst-View-Email/pkg-plist Sun Jan 11 13:31:32 2015 (r376776) @@ -1,8 +1,8 @@ -%%PERL5_MAN3%%/Catalyst::Helper::View::Email.3.gz -%%PERL5_MAN3%%/Catalyst::Helper::View::Email::Template.3.gz -%%PERL5_MAN3%%/Catalyst::View::Email.3.gz -%%PERL5_MAN3%%/Catalyst::View::Email::Template.3.gz %%SITE_PERL%%/Catalyst/Helper/View/Email.pm %%SITE_PERL%%/Catalyst/Helper/View/Email/Template.pm %%SITE_PERL%%/Catalyst/View/Email.pm %%SITE_PERL%%/Catalyst/View/Email/Template.pm +%%PERL5_MAN3%%/Catalyst::Helper::View::Email.3.gz +%%PERL5_MAN3%%/Catalyst::Helper::View::Email::Template.3.gz +%%PERL5_MAN3%%/Catalyst::View::Email.3.gz +%%PERL5_MAN3%%/Catalyst::View::Email::Template.3.gz