From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 25 02:30:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E0C31065674 for ; Sat, 25 Oct 2008 02:30:02 +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 EE30E8FC1F for ; Sat, 25 Oct 2008 02:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id m9P2U1aC001867 for ; Sat, 25 Oct 2008 02:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id m9P2U1AH001866; Sat, 25 Oct 2008 02:30:01 GMT (envelope-from gnats) Resent-Date: Sat, 25 Oct 2008 02:30:01 GMT Resent-Message-Id: <200810250230.m9P2U1AH001866@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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEFA8106567B for ; Sat, 25 Oct 2008 02:29:40 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237]) by mx1.freebsd.org (Postfix) with ESMTP id 7E8458FC0A for ; Sat, 25 Oct 2008 02:29:40 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (localhost [127.0.0.1]) by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id m9P2TdeE001237; Fri, 24 Oct 2008 19:29:39 -0700 (PDT) (envelope-from leeym@cn1.leeym.com) Received: (from leeym@localhost) by cn1.leeym.com (8.14.2/8.14.2/Submit) id m9P2Tdqq001236; Fri, 24 Oct 2008 19:29:39 -0700 (PDT) (envelope-from leeym) Message-Id: <200810250229.m9P2Tdqq001236@cn1.leeym.com> Date: Fri, 24 Oct 2008 19:29:39 -0700 (PDT) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: rafan@FreeBSD.org Subject: ports/128357: [PATCH] devel/p5-Module-ScanDeps: update to 0.86 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: Sat, 25 Oct 2008 02:30:02 -0000 >Number: 128357 >Category: ports >Synopsis: [PATCH] devel/p5-Module-ScanDeps: update to 0.86 >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: Sat Oct 25 02:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - Update to 0.86 Port maintainer (rafan@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Module-ScanDeps-0.86.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Module-ScanDeps/Makefile,v retrieving revision 1.36 diff -u -d -b -w -u -r1.36 Makefile --- Makefile 15 May 2008 09:39:11 -0000 1.36 +++ Makefile 25 Oct 2008 02:28:58 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Module-ScanDeps -PORTVERSION= 0.84 +PORTVERSION= 0.86 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,17 +14,27 @@ MAINTAINER= rafan@FreeBSD.org COMMENT= Recursively scan Perl code for dependencies -BUILD_DEPENDS= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build -RUN_DEPENDS= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build - PERL_CONFIGURE= yes MAN1= scandeps.pl.1 MAN3= Module::ScanDeps.3 Module::ScanDeps::DataFeed.3 +post-extract: + @${RM} ${WRKSRC}/lib/Module/.ScanDeps.pm.swp + post-patch: @${REINPLACE_CMD} -e \ 's|/usr/bin/perl|${PERL}|' ${WRKSRC}/script/scandeps.pl \ ${WRKSRC}/Makefile.PL -.include +.include + +.if ${PERL_LEVEL} < 500904 +RUN_DEPENDS+= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build +.endif + +.if ${PERL_LEVEL} < 500900 +RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version +.endif + +.include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-Module-ScanDeps/distinfo,v retrieving revision 1.34 diff -u -d -b -w -u -r1.34 distinfo --- distinfo 15 May 2008 09:39:11 -0000 1.34 +++ distinfo 25 Oct 2008 02:28:58 -0000 @@ -1,3 +1,3 @@ -MD5 (Module-ScanDeps-0.84.tar.gz) = e8b5515611e6a2480bb96dc1f244c3a2 -SHA256 (Module-ScanDeps-0.84.tar.gz) = eb372bf1fab6c7ebb388c9f90690d708e422de719c940eaccc641be53edcc3f2 -SIZE (Module-ScanDeps-0.84.tar.gz) = 41657 +MD5 (Module-ScanDeps-0.86.tar.gz) = 6d838e66d20dfbd947a6912cea84d6cc +SHA256 (Module-ScanDeps-0.86.tar.gz) = 634af82bf9f62a27f054e6cb7ff0891a880a7c53463b3e47a4c884c8c84fb6cf +SIZE (Module-ScanDeps-0.86.tar.gz) = 59719 --- p5-Module-ScanDeps-0.86.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: