From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 23 00:10:08 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 172FD16A41F for ; Mon, 23 Jan 2006 00:10:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE2E943D5D for ; Mon, 23 Jan 2006 00:10:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0N0A6xa039957 for ; Mon, 23 Jan 2006 00:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0N0A6TS039956; Mon, 23 Jan 2006 00:10:06 GMT (envelope-from gnats) Resent-Date: Mon, 23 Jan 2006 00:10:06 GMT Resent-Message-Id: <200601230010.k0N0A6TS039956@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, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEE8816A41F; Mon, 23 Jan 2006 00:06:50 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from msr24.hinet.net (msr24.hinet.net [168.95.4.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BEE343D45; Mon, 23 Jan 2006 00:06:49 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by msr24.hinet.net (8.9.3/8.9.3) with ESMTP id IAA22604; Mon, 23 Jan 2006 08:06:48 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 215C5B29D83; Mon, 23 Jan 2006 08:06:48 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 92480-01-9; Mon, 23 Jan 2006 08:06:36 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 943EEB29FD9; Sun, 22 Jan 2006 23:26:42 +0800 (CST) Message-Id: <20060122234838.943EEB29FD9@utopia.leeym.com> Date: Sun, 22 Jan 2006 23:26:42 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: demon@FreeBSD.org Subject: ports/92174: [PATCH] devel/p5-Module-Info: update to 0.30 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: Mon, 23 Jan 2006 00:10:08 -0000 >Number: 92174 >Category: ports >Synopsis: [PATCH] devel/p5-Module-Info: update to 0.30 >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: Mon Jan 23 00:10:06 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 6.0-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Sun Jan 22 07:54:24 CST 2006 >Description: - Update to 0.30 Port maintainer (demon@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-Module-Info-0.30.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Module-Info/Makefile,v retrieving revision 1.7 diff -u -u -r1.7 Makefile --- Makefile 19 Jul 2005 08:39:16 -0000 1.7 +++ Makefile 22 Jan 2006 15:26:21 -0000 @@ -6,21 +6,29 @@ # PORTNAME= Module-Info -PORTVERSION= 0.28 +PORTVERSION= 0.30 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Module +MASTER_SITE_SUBDIR= ../by-authors/id/M/MB/MBARBON PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Provides information about Perl modules -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools +BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple PERL_CONFIGURE= yes MAN1= module_info.1 pfunc.1 -MAN3= B::Utils.3 Module::Info.3 +MAN3= B::BUtils.3 Module::Info.3 -.include +.include + +.if ${PERL_LEVEL} < 500600 +post-configure: + ${PERL} -pi -e 's/-I\S+PERL\S+ //g' ${WRKSRC}/Makefile +.endif + +.include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-Module-Info/distinfo,v retrieving revision 1.6 diff -u -u -r1.6 distinfo --- distinfo 22 Jan 2006 08:29:15 -0000 1.6 +++ distinfo 22 Jan 2006 15:26:21 -0000 @@ -1,3 +1,3 @@ -MD5 (Module-Info-0.28.tar.gz) = 5cc412c88c5509015e355cf5a102ee07 -SHA256 (Module-Info-0.28.tar.gz) = df155c25afbcdcfc6a98cc76b7da30612c2d37da9478f2adf8ee788e91968712 -SIZE (Module-Info-0.28.tar.gz) = 52082 +MD5 (Module-Info-0.30.tar.gz) = a1e4e39cceda93dc0ab2d296b5075d76 +SHA256 (Module-Info-0.30.tar.gz) = b6218c257063eda3aa7ac9b1c7e750dd6431d39f86ecff84032e8e53a747e034 +SIZE (Module-Info-0.30.tar.gz) = 44654 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/devel/p5-Module-Info/pkg-plist,v retrieving revision 1.3 diff -u -u -r1.3 pkg-plist --- pkg-plist 22 Jan 2006 01:47:58 -0000 1.3 +++ pkg-plist 22 Jan 2006 15:26:21 -0000 @@ -1,7 +1,7 @@ bin/module_info bin/pfunc +%%SITE_PERL%%/B/BUtils.pm %%SITE_PERL%%/B/Module/Info.pm -%%SITE_PERL%%/B/Utils.pm %%SITE_PERL%%/Module/Info.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Info/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Info --- p5-Module-Info-0.30.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: