Date: Fri, 28 Jul 2006 22:36:31 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@freebsd.org Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] devel/p5-IPC-Run3: update to 0.035 Message-ID: <20060728143631.61877B9@netnews.NCTU.edu.tw>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.pre.mk> .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 ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060728143631.61877B9>