From owner-svn-ports-head@FreeBSD.ORG Sun Jan 11 13:31:39 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3618FA2D; Sun, 11 Jan 2015 13:31:39 +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 078D6241; Sun, 11 Jan 2015 13:31:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0BDVcel029263; Sun, 11 Jan 2015 13:31:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0BDVckH029260; Sun, 11 Jan 2015 13:31:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501111331.t0BDVckH029260@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:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376777 - head/www/p5-Catalyst-View-Mason 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.18-1 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: Sun, 11 Jan 2015 13:31:39 -0000 Author: sunpoet Date: Sun Jan 11 13:31:37 2015 New Revision: 376777 URL: https://svnweb.freebsd.org/changeset/ports/376777 QAT: https://qat.redports.org/buildarchive/r376777/ Log: - Update to 0.19 - Add LICENSE - Fix *_DEPENDS: Catalyst::Helper is a test-only dependency Changes: http://search.cpan.org/dist/Catalyst-View-Mason/Changes Modified: head/www/p5-Catalyst-View-Mason/Makefile head/www/p5-Catalyst-View-Mason/distinfo Modified: head/www/p5-Catalyst-View-Mason/Makefile ============================================================================== --- head/www/p5-Catalyst-View-Mason/Makefile Sun Jan 11 13:31:32 2015 (r376776) +++ head/www/p5-Catalyst-View-Mason/Makefile Sun Jan 11 13:31:37 2015 (r376777) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-View-Mason -PORTVERSION= 0.18 -PORTREVISION= 2 +PORTVERSION= 0.19 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,11 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Mason view class for Catalyst -BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ - p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Catalyst-Runtime>=5.5000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-HTML-Mason>=0:${PORTSDIR}/www/p5-HTML-Mason \ p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Catalyst-Devel>=0:${PORTSDIR}/www/p5-Catalyst-Devel USES= perl5 USE_PERL5= configure Modified: head/www/p5-Catalyst-View-Mason/distinfo ============================================================================== --- head/www/p5-Catalyst-View-Mason/distinfo Sun Jan 11 13:31:32 2015 (r376776) +++ head/www/p5-Catalyst-View-Mason/distinfo Sun Jan 11 13:31:37 2015 (r376777) @@ -1,2 +1,2 @@ -SHA256 (Catalyst-View-Mason-0.18.tar.gz) = ec120138c8363b51d6d3728dc45161c4645ec3d4a39d29d4c6e1ad2961299a65 -SIZE (Catalyst-View-Mason-0.18.tar.gz) = 25642 +SHA256 (Catalyst-View-Mason-0.19.tar.gz) = 7bc86193e0c8973c7cb8f761ef51cb89d3bd8023b5f912af4c36a113a96454a8 +SIZE (Catalyst-View-Mason-0.19.tar.gz) = 30943