From owner-svn-ports-head@freebsd.org Mon Jan 13 17:46:14 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6C39E1E504C; Mon, 13 Jan 2020 17:46:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47xLc61JT8z3NGD; Mon, 13 Jan 2020 17:46:14 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0FC1D8580; Mon, 13 Jan 2020 17:46:14 +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 00DHkDqj087433; Mon, 13 Jan 2020 17:46:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00DHkDiN087427; Mon, 13 Jan 2020 17:46:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202001131746.00DHkDiN087427@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Jan 2020 17:46:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r522926 - head/devel/p5-Config-AST X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Config-AST X-SVN-Commit-Revision: 522926 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.29 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: Mon, 13 Jan 2020 17:46:14 -0000 Author: sunpoet Date: Mon Jan 13 17:46:13 2020 New Revision: 522926 URL: https://svnweb.freebsd.org/changeset/ports/522926 Log: Update to 1.06 - Add LICENSE_FILE - Add missing *_DEPENDS - Sort PLIST Changes: https://metacpan.org/changes/distribution/Config-AST Modified: head/devel/p5-Config-AST/Makefile head/devel/p5-Config-AST/distinfo head/devel/p5-Config-AST/pkg-plist Modified: head/devel/p5-Config-AST/Makefile ============================================================================== --- head/devel/p5-Config-AST/Makefile Mon Jan 13 17:46:07 2020 (r522925) +++ head/devel/p5-Config-AST/Makefile Mon Jan 13 17:46:13 2020 (r522926) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-AST -PORTVERSION= 1.05 +PORTVERSION= 1.06 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,8 +11,11 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Abstract syntax tree for configuration files LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= p5-Text-Locus>=1.01:textproc/p5-Text-Locus +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Clone>=0:devel/p5-Clone \ + p5-Text-Locus>=1.01:textproc/p5-Text-Locus USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Config-AST/distinfo ============================================================================== --- head/devel/p5-Config-AST/distinfo Mon Jan 13 17:46:07 2020 (r522925) +++ head/devel/p5-Config-AST/distinfo Mon Jan 13 17:46:13 2020 (r522926) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567009992 -SHA256 (Config-AST-1.05.tar.gz) = cdcdc9fd07d2e45787db0c97715c1d94299f8982c55c21412c218d29ac667d8a -SIZE (Config-AST-1.05.tar.gz) = 33445 +TIMESTAMP = 1578923262 +SHA256 (Config-AST-1.06.tar.gz) = 7163145065b5cb036480140b73973384e62bf224fc2d802c88f3a26501d28a56 +SIZE (Config-AST-1.06.tar.gz) = 33735 Modified: head/devel/p5-Config-AST/pkg-plist ============================================================================== --- head/devel/p5-Config-AST/pkg-plist Mon Jan 13 17:46:07 2020 (r522925) +++ head/devel/p5-Config-AST/pkg-plist Mon Jan 13 17:46:13 2020 (r522926) @@ -1,14 +1,14 @@ %%SITE_PERL%%/Config/AST.pm %%SITE_PERL%%/Config/AST/Follow.pm %%SITE_PERL%%/Config/AST/Node.pm -%%SITE_PERL%%/Config/AST/Root.pm %%SITE_PERL%%/Config/AST/Node/Null.pm %%SITE_PERL%%/Config/AST/Node/Section.pm %%SITE_PERL%%/Config/AST/Node/Value.pm +%%SITE_PERL%%/Config/AST/Root.pm +%%PERL5_MAN3%%/Config::AST.3.gz %%PERL5_MAN3%%/Config::AST::Follow.3.gz +%%PERL5_MAN3%%/Config::AST::Node.3.gz %%PERL5_MAN3%%/Config::AST::Node::Null.3.gz %%PERL5_MAN3%%/Config::AST::Node::Section.3.gz %%PERL5_MAN3%%/Config::AST::Node::Value.3.gz -%%PERL5_MAN3%%/Config::AST::Node.3.gz %%PERL5_MAN3%%/Config::AST::Root.3.gz -%%PERL5_MAN3%%/Config::AST.3.gz