From owner-svn-ports-all@FreeBSD.ORG Thu Jan 1 16:23: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 745D8F14; Thu, 1 Jan 2015 16:23: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 487CA335; Thu, 1 Jan 2015 16:23:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t01GNYKb016074; Thu, 1 Jan 2015 16:23:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t01GNXmi016072; Thu, 1 Jan 2015 16:23:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501011623.t01GNXmi016072@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Jan 2015 16:23:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375980 - head/devel/p5-MooseX-Params-Validate 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: Thu, 01 Jan 2015 16:23:34 -0000 Author: sunpoet Date: Thu Jan 1 16:23:32 2015 New Revision: 375980 URL: https://svnweb.freebsd.org/changeset/ports/375980 QAT: https://qat.redports.org/buildarchive/r375980/ Log: - Update to 0.19 - Add LICENSE - Sort *_DEPENDS Changes: http://search.cpan.org/dist/MooseX-Params-Validate/Changes Modified: head/devel/p5-MooseX-Params-Validate/Makefile head/devel/p5-MooseX-Params-Validate/distinfo Modified: head/devel/p5-MooseX-Params-Validate/Makefile ============================================================================== --- head/devel/p5-MooseX-Params-Validate/Makefile Thu Jan 1 16:23:26 2015 (r375979) +++ head/devel/p5-MooseX-Params-Validate/Makefile Thu Jan 1 16:23:32 2015 (r375980) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= MooseX-Params-Validate -PORTVERSION= 0.18 -PORTREVISION= 1 +PORTVERSION= 0.19 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,11 +10,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Extension of Params::Validate for using Moose types -BUILD_DEPENDS= p5-Moose>=0.74:${PORTSDIR}/devel/p5-Moose \ - p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate \ - p5-Devel-Caller>0:${PORTSDIR}/devel/p5-Devel-Caller +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Devel-Caller>=0:${PORTSDIR}/devel/p5-Devel-Caller \ + p5-Moose>=0.58:${PORTSDIR}/devel/p5-Moose \ + p5-Params-Validate>=0.88:${PORTSDIR}/devel/p5-Params-Validate \ + p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal +TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal USES= perl5 USE_PERL5= configure Modified: head/devel/p5-MooseX-Params-Validate/distinfo ============================================================================== --- head/devel/p5-MooseX-Params-Validate/distinfo Thu Jan 1 16:23:26 2015 (r375979) +++ head/devel/p5-MooseX-Params-Validate/distinfo Thu Jan 1 16:23:32 2015 (r375980) @@ -1,2 +1,2 @@ -SHA256 (MooseX-Params-Validate-0.18.tar.gz) = 1344757a0846c414c20565604ce7ab7a12bda82fed24cff5b7e29e5c29a8d10b -SIZE (MooseX-Params-Validate-0.18.tar.gz) = 19137 +SHA256 (MooseX-Params-Validate-0.19.tar.gz) = 93b75e098cf9ccabcd56bf36faf3a96669054902567396321ee67eab9ddf3a9a +SIZE (MooseX-Params-Validate-0.19.tar.gz) = 30285