From owner-freebsd-perl@FreeBSD.ORG Fri Jul 28 14:37:42 2006 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D44516A4E7; Fri, 28 Jul 2006 14:37:42 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F94843DDD; Fri, 28 Jul 2006 14:36:45 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 61877B9; Fri, 28 Jul 2006 22:36:31 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20060728143631.61877B9@netnews.NCTU.edu.tw> Date: Fri, 28 Jul 2006 22:36:31 +0800 (CST) Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] devel/p5-IPC-Run3: update to 0.035 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2006 14:37:42 -0000 >Submitter-Id: current-users >Originator: Gea-Suan Lin >Organization: >Confidential: no >Synopsis: [PATCH] devel/p5-IPC-Run3: update to 0.035 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.1-RELEASE i386 >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Update to 0.035 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-IPC-Run3-0.035.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-IPC-Run3/Makefile /home/staff/gslin/work/p5-IPC-Run3/Makefile --- /usr/ports/devel/p5-IPC-Run3/Makefile Sun Dec 18 02:11:42 2005 +++ /home/staff/gslin/work/p5-IPC-Run3/Makefile Fri Jul 28 22:35:51 2006 @@ -5,7 +5,7 @@ # $FreeBSD: ports/devel/p5-IPC-Run3/Makefile,v 1.11 2005/12/17 18:11:42 leeym Exp $ PORTNAME= IPC-Run3 -PORTVERSION= 0.034 +PORTVERSION= 0.035 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= IPC @@ -14,8 +14,8 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Run a subprocess in batch mode -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes @@ -29,7 +29,7 @@ .include .if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp +RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp .endif .if ${PERL_LEVEL} < 500600 diff -ruN --exclude=CVS /usr/ports/devel/p5-IPC-Run3/distinfo /home/staff/gslin/work/p5-IPC-Run3/distinfo --- /usr/ports/devel/p5-IPC-Run3/distinfo Wed Dec 14 04:21:08 2005 +++ /home/staff/gslin/work/p5-IPC-Run3/distinfo Fri Jul 28 22:34:58 2006 @@ -1,3 +1,3 @@ -MD5 (IPC-Run3-0.034.tar.gz) = 5dcacdecda88a721c8348847f8eda9a2 -SHA256 (IPC-Run3-0.034.tar.gz) = 17d487b9a4ccaedaaaae9a439b24fbba3425f77a254242f835f01fd26cd1e1b3 -SIZE (IPC-Run3-0.034.tar.gz) = 15125 +MD5 (IPC-Run3-0.035.tar.gz) = ce4df220aa7bff2911f4cb99200d7ab8 +SHA256 (IPC-Run3-0.035.tar.gz) = 11985c2d28d17e21aa2346218ff83d9de7b2f50b3324d498dda53a0c9153fb2d +SIZE (IPC-Run3-0.035.tar.gz) = 15088 --- p5-IPC-Run3-0.035.patch ends here ---