From owner-svn-ports-all@FreeBSD.ORG Thu Jan 1 16:21:19 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 A5373C4D; Thu, 1 Jan 2015 16:21:19 +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 737962CE; Thu, 1 Jan 2015 16:21:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t01GLJbN012292; Thu, 1 Jan 2015 16:21:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t01GLJc8012290; Thu, 1 Jan 2015 16:21:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501011621.t01GLJc8012290@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:21:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375959 - head/devel/p5-Config-JSON 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:21:19 -0000 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