From owner-svn-ports-all@freebsd.org Thu Mar 31 15:41:28 2016 Return-Path: Delivered-To: svn-ports-all@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 94F66AE0C60; Thu, 31 Mar 2016 15:41:28 +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 4AEBC1341; Thu, 31 Mar 2016 15:41:28 +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 u2VFfRpS044999; Thu, 31 Mar 2016 15:41:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VFfRwS044997; Thu, 31 Mar 2016 15:41:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603311541.u2VFfRwS044997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Mar 2016 15:41:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412272 - head/devel/p5-Config-MVP-Reader-INI 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.21 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, 31 Mar 2016 15:41:28 -0000 Author: sunpoet Date: Thu Mar 31 15:41:27 2016 New Revision: 412272 URL: https://svnweb.freebsd.org/changeset/ports/412272 Log: - Update to 2.101463 - While I'm here: - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Config-MVP-Reader-INI/Changes PR: 208010 Submitted by: Approved by: maintainer (timeout, 16 days) Modified: head/devel/p5-Config-MVP-Reader-INI/Makefile head/devel/p5-Config-MVP-Reader-INI/distinfo Modified: head/devel/p5-Config-MVP-Reader-INI/Makefile ============================================================================== --- head/devel/p5-Config-MVP-Reader-INI/Makefile Thu Mar 31 15:41:22 2016 (r412271) +++ head/devel/p5-Config-MVP-Reader-INI/Makefile Thu Mar 31 15:41:27 2016 (r412272) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Config-MVP-Reader-INI -PORTVERSION= 2.101461 -PORTREVISION= 1 +PORTVERSION= 2.101463 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,11 +12,13 @@ COMMENT= MVP config reader for .ini file LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= p5-Config-INI>=0:${PORTSDIR}/devel/p5-Config-INI \ +BUILD_DEPENDS= p5-Config-INI>=0:${PORTSDIR}/devel/p5-Config-INI \ p5-Config-MVP>=2:${PORTSDIR}/devel/p5-Config-MVP -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Config-MVP-Reader-INI/distinfo ============================================================================== --- head/devel/p5-Config-MVP-Reader-INI/distinfo Thu Mar 31 15:41:22 2016 (r412271) +++ head/devel/p5-Config-MVP-Reader-INI/distinfo Thu Mar 31 15:41:27 2016 (r412272) @@ -1,2 +1,2 @@ -SHA256 (Config-MVP-Reader-INI-2.101461.tar.gz) = 21bea3b7da666ac1679f91974d9f31b3f4d9e4ada87b32dae590ac34f6761721 -SIZE (Config-MVP-Reader-INI-2.101461.tar.gz) = 11330 +SHA256 (Config-MVP-Reader-INI-2.101463.tar.gz) = 69a916bf3711ebc9e7d4caaa70f3c695e918b93a5923958773303e0da0b6d445 +SIZE (Config-MVP-Reader-INI-2.101463.tar.gz) = 14671