From owner-svn-ports-all@freebsd.org Tue Feb 27 13:25:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D8EFF258AD; Tue, 27 Feb 2018 13:25:27 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CFFF776B5D; Tue, 27 Feb 2018 13:25:26 +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 B18D32E62; Tue, 27 Feb 2018 13:25:26 +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 w1RDPQCI076032; Tue, 27 Feb 2018 13:25:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RDPQde076029; Tue, 27 Feb 2018 13:25:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802271325.w1RDPQde076029@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, 27 Feb 2018 13:25:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463139 - head/devel/p5-Parse-PlainConfig X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Parse-PlainConfig X-SVN-Commit-Revision: 463139 X-SVN-Commit-Repository: ports 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.25 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: Tue, 27 Feb 2018 13:25:27 -0000 Author: sunpoet Date: Tue Feb 27 13:25:26 2018 New Revision: 463139 URL: https://svnweb.freebsd.org/changeset/ports/463139 Log: Update to 3.05 - Add LICENSE - Add BUILD_DEPENDS - Fix *_DEPENDS - Add NO_ARCH - Take maintainership Changes: http://search.cpan.org/dist/Parse-PlainConfig/CHANGELOG Modified: head/devel/p5-Parse-PlainConfig/Makefile head/devel/p5-Parse-PlainConfig/distinfo head/devel/p5-Parse-PlainConfig/pkg-plist Modified: head/devel/p5-Parse-PlainConfig/Makefile ============================================================================== --- head/devel/p5-Parse-PlainConfig/Makefile Tue Feb 27 13:25:20 2018 (r463138) +++ head/devel/p5-Parse-PlainConfig/Makefile Tue Feb 27 13:25:26 2018 (r463139) @@ -2,19 +2,23 @@ # $FreeBSD$ PORTNAME= Parse-PlainConfig -PORTVERSION= 2.06 -PORTREVISION= 1 +PORTVERSION= 3.05 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= Perl5 module to use plain config files +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Perl module to use plain config files -RUN_DEPENDS= p5-Paranoid>0:devel/p5-Paranoid \ - p5-Text-ParseWords>0:textproc/p5-Text-ParseWords \ - p5-Text-Tabs+Wrap>0:textproc/p5-Text-Tabs+Wrap +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE +BUILD_DEPENDS= p5-Class-EHierarchy>=2.00:devel/p5-Class-EHierarchy \ + p5-Paranoid>=2.05:devel/p5-Paranoid +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Parse-PlainConfig/distinfo ============================================================================== --- head/devel/p5-Parse-PlainConfig/distinfo Tue Feb 27 13:25:20 2018 (r463138) +++ head/devel/p5-Parse-PlainConfig/distinfo Tue Feb 27 13:25:26 2018 (r463139) @@ -1,2 +1,3 @@ -SHA256 (Parse-PlainConfig-2.06.tar.gz) = 1c9d48b8fe3d7fe8b570d0111b9cfb28c2c07e8136f557146b9b1503c06cf7b8 -SIZE (Parse-PlainConfig-2.06.tar.gz) = 25487 +TIMESTAMP = 1519736108 +SHA256 (Parse-PlainConfig-3.05.tar.gz) = 6b78a8552398b0d2d7063505c93b3cfed0432c5b2cf6e00b8e51febf411c1efa +SIZE (Parse-PlainConfig-3.05.tar.gz) = 41653 Modified: head/devel/p5-Parse-PlainConfig/pkg-plist ============================================================================== --- head/devel/p5-Parse-PlainConfig/pkg-plist Tue Feb 27 13:25:20 2018 (r463138) +++ head/devel/p5-Parse-PlainConfig/pkg-plist Tue Feb 27 13:25:26 2018 (r463139) @@ -1,2 +1,8 @@ %%SITE_PERL%%/Parse/PlainConfig.pm +%%SITE_PERL%%/Parse/PlainConfig/Constants.pm +%%SITE_PERL%%/Parse/PlainConfig/Legacy.pm +%%SITE_PERL%%/Parse/PlainConfig/Settings.pm %%PERL5_MAN3%%/Parse::PlainConfig.3.gz +%%PERL5_MAN3%%/Parse::PlainConfig::Constants.3.gz +%%PERL5_MAN3%%/Parse::PlainConfig::Legacy.3.gz +%%PERL5_MAN3%%/Parse::PlainConfig::Settings.3.gz