Date: Thu, 1 Jan 2015 16:21:19 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375959 - head/devel/p5-Config-JSON Message-ID: <201501011621.t01GLJc8012290@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jan 1 16:21:17 2015 New Revision: 375959 URL: https://svnweb.freebsd.org/changeset/ports/375959 QAT: https://qat.redports.org/buildarchive/r375959/ Log: - Update to 1.5202 - Add LICENSE - Fix *_DEPENDS: File::Temp 0.18+ and List::Util 1.19+ are already in all supported Perl releases Changes: http://search.cpan.org/dist/Config-JSON/Changes Modified: head/devel/p5-Config-JSON/Makefile head/devel/p5-Config-JSON/distinfo Modified: head/devel/p5-Config-JSON/Makefile ============================================================================== --- head/devel/p5-Config-JSON/Makefile Thu Jan 1 16:21:11 2015 (r375958) +++ head/devel/p5-Config-JSON/Makefile Thu Jan 1 16:21:17 2015 (r375959) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Config-JSON -PORTVERSION= 1.5100 -PORTREVISION= 1 +PORTVERSION= 1.5202 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,11 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= JSON based config file system -RUN_DEPENDS= p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - p5-File-Temp>=0.18:${PORTSDIR}/devel/p5-File-Temp \ - p5-JSON>=2.16:${PORTSDIR}/converters/p5-JSON \ - p5-Any-Moose>=0.13:${PORTSDIR}/devel/p5-Any-Moose -BUILD_DEPENDS= ${RUN_DEPENDS} +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-JSON>=2.16:${PORTSDIR}/converters/p5-JSON \ + p5-Moo>=0:${PORTSDIR}/devel/p5-Moo +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep USES= perl5 Modified: head/devel/p5-Config-JSON/distinfo ============================================================================== --- head/devel/p5-Config-JSON/distinfo Thu Jan 1 16:21:11 2015 (r375958) +++ head/devel/p5-Config-JSON/distinfo Thu Jan 1 16:21:17 2015 (r375959) @@ -1,2 +1,2 @@ -SHA256 (Config-JSON-1.5100.tar.gz) = 20deb04a4555fc440566aca58ab88a84cda01bed59ada85fa459aaf1c9370432 -SIZE (Config-JSON-1.5100.tar.gz) = 18190 +SHA256 (Config-JSON-1.5202.tar.gz) = fdbd4008ef8fb50b4cf26c6c45cc38c2597ddd54aec3b3145bbabb5cc25af930 +SIZE (Config-JSON-1.5202.tar.gz) = 18288
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501011621.t01GLJc8012290>