From owner-svn-ports-head@freebsd.org Tue Jul 11 16:59:52 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44555DA62EA; Tue, 11 Jul 2017 16:59:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 1FEEB7B9F3; Tue, 11 Jul 2017 16:59:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6BGxp6c080540; Tue, 11 Jul 2017 16:59:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6BGxoTL080537; Tue, 11 Jul 2017 16:59:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201707111659.v6BGxoTL080537@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 11 Jul 2017 16:59:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445512 - head/devel/p5-JSON-Path X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-JSON-Path X-SVN-Commit-Revision: 445512 X-SVN-Commit-Repository: ports 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.23 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: Tue, 11 Jul 2017 16:59:52 -0000 Author: sunpoet Date: Tue Jul 11 16:59:50 2017 New Revision: 445512 URL: https://svnweb.freebsd.org/changeset/ports/445512 Log: Update to 0.301 - Update LICENSE - Add LICENSE_FILE - Add TEST_DEPENDS - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/JSON-Path/Changes Modified: head/devel/p5-JSON-Path/Makefile head/devel/p5-JSON-Path/distinfo head/devel/p5-JSON-Path/pkg-plist Modified: head/devel/p5-JSON-Path/Makefile ============================================================================== --- head/devel/p5-JSON-Path/Makefile Tue Jul 11 16:59:45 2017 (r445511) +++ head/devel/p5-JSON-Path/Makefile Tue Jul 11 16:59:50 2017 (r445512) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= JSON-Path -PORTVERSION= 0.205 -PORTREVISION= 2 +PORTVERSION= 0.301 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,13 +10,25 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Search nested hashref/arrayref structures using JSONPath -LICENSE= MIT +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Exporter-Tiny>=0:devel/p5-Exporter-Tiny \ - p5-JSON>=0:converters/p5-JSON \ - p5-LV>=0:devel/p5-LV +BUILD_DEPENDS= p5-Carp-Assert>=0:devel/p5-Carp-Assert \ + p5-Exporter-Easy>=0:devel/p5-Exporter-Easy \ + p5-Exporter-Tiny>=0:devel/p5-Exporter-Tiny \ + p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \ + p5-LV>=0:devel/p5-LV \ + p5-Readonly>=0:devel/p5-Readonly \ + p5-Try-Tiny>=0:lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-JSON>=0:converters/p5-JSON \ + p5-Test-Deep>=0:devel/p5-Test-Deep \ + p5-Test-Most>=0:devel/p5-Test-Most \ + p5-Test2-Suite>=0:devel/p5-Test2-Suite \ + p5-Tie-IxHash>=0:devel/p5-Tie-IxHash +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-JSON-Path/distinfo ============================================================================== --- head/devel/p5-JSON-Path/distinfo Tue Jul 11 16:59:45 2017 (r445511) +++ head/devel/p5-JSON-Path/distinfo Tue Jul 11 16:59:50 2017 (r445512) @@ -1,2 +1,3 @@ -SHA256 (JSON-Path-0.205.tar.gz) = 92d01516d22a63f22f863883b14ac0eaf934a7ad899a8a55f666326da791a693 -SIZE (JSON-Path-0.205.tar.gz) = 18010 +TIMESTAMP = 1499771032 +SHA256 (JSON-Path-0.301.tar.gz) = 9d158e871b792265c7384918137230584a3e06017593c9817f8982b45c9b9bd3 +SIZE (JSON-Path-0.301.tar.gz) = 33894 Modified: head/devel/p5-JSON-Path/pkg-plist ============================================================================== --- head/devel/p5-JSON-Path/pkg-plist Tue Jul 11 16:59:45 2017 (r445511) +++ head/devel/p5-JSON-Path/pkg-plist Tue Jul 11 16:59:50 2017 (r445512) @@ -1,2 +1,8 @@ -%%PERL5_MAN3%%/JSON::Path.3.gz %%SITE_PERL%%/JSON/Path.pm +%%SITE_PERL%%/JSON/Path/Constants.pm +%%SITE_PERL%%/JSON/Path/Evaluator.pm +%%SITE_PERL%%/JSON/Path/Tokenizer.pm +%%PERL5_MAN3%%/JSON::Path.3.gz +%%PERL5_MAN3%%/JSON::Path::Constants.3.gz +%%PERL5_MAN3%%/JSON::Path::Evaluator.3.gz +%%PERL5_MAN3%%/JSON::Path::Tokenizer.3.gz