From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 6 07:50:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 01E64106566B for ; Sun, 6 May 2012 07:50:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D1EF88FC15 for ; Sun, 6 May 2012 07:50:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q467oBWx035887 for ; Sun, 6 May 2012 07:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q467oBMD035886; Sun, 6 May 2012 07:50:11 GMT (envelope-from gnats) Resent-Date: Sun, 6 May 2012 07:50:11 GMT Resent-Message-Id: <201205060750.q467oBMD035886@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C1D310656D1 for ; Sun, 6 May 2012 07:40:22 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id C89568FC16 for ; Sun, 6 May 2012 07:40:21 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 3Vlf4Q1hr0z31l; Sun, 6 May 2012 15:39:50 +0800 (CST) Message-Id: <3Vlf4Q1hr0z31l@sunpoet.net> Date: Sun, 6 May 2012 15:39:50 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: cm@therek.net Subject: ports/167633: [PATCH] devel/p5-Config-IniFiles: update to 2.72 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2012 07:50:13 -0000 >Number: 167633 >Category: ports >Synopsis: [PATCH] devel/p5-Config-IniFiles: update to 2.72 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun May 06 07:50:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Mon Apr 23 19:27:08 CST 2012 >Description: - Update to 2.72 - Add LICENSE - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Config-IniFiles/Changes Port maintainer (cm@therek.net) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS) >How-To-Repeat: >Fix: --- p5-Config-IniFiles-2.72.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Config-IniFiles/Makefile,v retrieving revision 1.41 diff -u -u -r1.41 Makefile --- Makefile 3 May 2012 01:25:12 -0000 1.41 +++ Makefile 6 May 2012 07:40:03 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Config-IniFiles -PORTVERSION= 2.71 +PORTVERSION= 2.72 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,11 +14,16 @@ MAINTAINER= cm@therek.net COMMENT= Perl5 module for reading .ini-style configuration files +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils RUN_DEPENDS:= ${BUILD_DEPENDS} -MAN3= Config::IniFiles.3 +TEST_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy -PERL_MODBUILD= yes +PERL_CONFIGURE= yes + +MAN3= Config::IniFiles.3 .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-Config-IniFiles/distinfo,v retrieving revision 1.25 diff -u -u -r1.25 distinfo --- distinfo 3 May 2012 01:25:12 -0000 1.25 +++ distinfo 6 May 2012 07:40:03 -0000 @@ -1,2 +1,2 @@ -SHA256 (Config-IniFiles-2.71.tar.gz) = 853b97d6e33f4a63c121408d9aed1a85597de95d0769ec249e1739dfe51c42c4 -SIZE (Config-IniFiles-2.71.tar.gz) = 60175 +SHA256 (Config-IniFiles-2.72.tar.gz) = 6ec0a7fee53d47ca03f6f52c05dbe4c0f2788b6fe7b1f765c40a34cd81e80b91 +SIZE (Config-IniFiles-2.72.tar.gz) = 61256 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/p5-Config-IniFiles/pkg-plist,v retrieving revision 1.10 diff -u -u -r1.10 pkg-plist --- pkg-plist 23 Apr 2009 04:27:02 -0000 1.10 +++ pkg-plist 6 May 2012 07:40:03 -0000 @@ -1,2 +1,5 @@ %%SITE_PERL%%/Config/IniFiles.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/IniFiles/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/IniFiles +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config @dirrmtry %%SITE_PERL%%/Config --- p5-Config-IniFiles-2.72.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: