From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 12 00:10:01 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 06A6A1065686 for ; Sun, 12 Oct 2008 00:10:01 +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 D325A8FC1F for ; Sun, 12 Oct 2008 00:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m9C0A0Su081572 for ; Sun, 12 Oct 2008 00:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m9C0A0Ym081571; Sun, 12 Oct 2008 00:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 12 Oct 2008 00:10:00 GMT Resent-Message-Id: <200810120010.m9C0A0Ym081571@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 236021065690 for ; Sun, 12 Oct 2008 00:00:35 +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 DEA9A8FC20 for ; Sun, 12 Oct 2008 00:00:34 +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 m9C00Y86001279; Sat, 11 Oct 2008 17:00:34 -0700 (PDT) (envelope-from leeym@cn1.leeym.com) Received: (from leeym@localhost) by cn1.leeym.com (8.14.2/8.14.2/Submit) id m9C00Yvm001278; Sat, 11 Oct 2008 17:00:34 -0700 (PDT) (envelope-from leeym) Message-Id: <200810120000.m9C00Yvm001278@cn1.leeym.com> Date: Sat, 11 Oct 2008 17:00:34 -0700 (PDT) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: tobez@FreeBSD.org Subject: ports/128023: [PATCH] devel/p5-IPC-Cmd: update to 0.42 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, 12 Oct 2008 00:10:01 -0000 >Number: 128023 >Category: ports >Synopsis: [PATCH] devel/p5-IPC-Cmd: update to 0.42 >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 Oct 12 00:10:00 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.42 Port maintainer (tobez@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-IPC-Cmd-0.42.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-IPC-Cmd/Makefile,v retrieving revision 1.5 diff -u -d -b -w -u -r1.5 Makefile --- Makefile 17 Apr 2008 14:25:35 -0000 1.5 +++ Makefile 12 Oct 2008 00:00:18 -0000 @@ -6,25 +6,24 @@ # PORTNAME= IPC-Cmd -PORTVERSION= 0.40 +PORTVERSION= 0.42 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org -COMMENT= IPC::Cmd - finding and running system commands made easy - -RUN_DEPENDS= ${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \ - ${SITE_PERL}/Module/Load/Conditional.pm:${PORTSDIR}/devel/p5-Module-Load-Conditional \ - p5-IPC-Run>=0.55:${PORTSDIR}/devel/p5-IPC-Run \ - p5-Params-Check>=0.20:${PORTSDIR}/devel/p5-Params-Check -BUILD_DEPENDS= ${RUN_DEPENDS} +COMMENT= Finding and running system commands made easy PERL_CONFIGURE= yes MAN3= IPC::Cmd.3 -post-patch: - ${RM} -f ${WRKSRC}/lib/IPC/Cmd.pm.orig +.include -.include +.if ${PERL_LEVEL} < 500905 +RUN_DEPENDS+= p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \ + p5-Module-Load-Conditional>=0:${PORTSDIR}/devel/p5-Module-Load-Conditional \ + p5-Params-Check>=0.20:${PORTSDIR}/devel/p5-Params-Check +.endif + +.include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-IPC-Cmd/distinfo,v retrieving revision 1.5 diff -u -d -b -w -u -r1.5 distinfo --- distinfo 20 Dec 2007 09:35:54 -0000 1.5 +++ distinfo 12 Oct 2008 00:00:18 -0000 @@ -1,3 +1,3 @@ -MD5 (IPC-Cmd-0.40.tar.gz) = fe97b70d363e1b69cb635086d90dcee4 -SHA256 (IPC-Cmd-0.40.tar.gz) = d70f25512397335e0974c00adb4549d1536a06be42ddc588e02d475f7f7240c3 -SIZE (IPC-Cmd-0.40.tar.gz) = 13053 +MD5 (IPC-Cmd-0.42.tar.gz) = 0347b09658d24f5ec4df69ebc6e61bd5 +SHA256 (IPC-Cmd-0.42.tar.gz) = 7fd2b58fbd537a1a8f918db38ff9f5fe6622d13bbac598e415e75e100ab088ed +SIZE (IPC-Cmd-0.42.tar.gz) = 18287 --- p5-IPC-Cmd-0.42.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: