Date: Wed, 18 Oct 2006 14:17:06 +0800 (CST) From: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Cc: perl@FreeBSD.org Subject: ports/104517: [PATCH] devel/p5-IO-All: update to 0.36 Message-ID: <200610180617.k9I6H6Xn026595@pluto.cdpa.nsysu.edu.tw> Resent-Message-ID: <200610180620.k9I6KMiq069858@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 104517 >Category: ports >Synopsis: [PATCH] devel/p5-IO-All: update to 0.36 >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: Wed Oct 18 06:20:22 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jin-Shan Tseng >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Thu Oct 12 11:54:24 CST 2006 >Description: - Update to 0.36 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-IO-All-0.36.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-IO-All/Makefile /hd1/p5-IO-All/Makefile --- /usr/ports/devel/p5-IO-All/Makefile Thu May 11 12:38:08 2006 +++ /hd1/p5-IO-All/Makefile Wed Oct 18 14:13:19 2006 @@ -6,10 +6,10 @@ # PORTNAME= IO-All -PORTVERSION= 0.35 +PORTVERSION= 0.36 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= ../../authors/id/I/IN/INGY/ +MASTER_SITE_SUBDIR= IO PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -17,7 +17,6 @@ RUN_DEPENDS= ${SITE_PERL}/Tie/File.pm:${PORTSDIR}/devel/p5-Tie-File \ ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String -BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes @@ -37,7 +36,7 @@ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500601 -IGNORE= requires perl 5.6.1 or later. Install lang/perl then try again +IGNORE= requires perl 5.6.1 or later. Install lang/perl5.8 then try again .endif .include <bsd.port.post.mk> diff -ruN --exclude=CVS /usr/ports/devel/p5-IO-All/distinfo /hd1/p5-IO-All/distinfo --- /usr/ports/devel/p5-IO-All/distinfo Thu May 11 12:38:08 2006 +++ /hd1/p5-IO-All/distinfo Wed Oct 18 14:04:57 2006 @@ -1,3 +1,3 @@ -MD5 (IO-All-0.35.tar.gz) = feea9663b97eb78abac4d956dde72f08 -SHA256 (IO-All-0.35.tar.gz) = 162b5b3a5d346f4d7f18cc4214cfc7c4b02362dc095e54590352abff48a6e2b2 -SIZE (IO-All-0.35.tar.gz) = 57230 +MD5 (IO-All-0.36.tar.gz) = e6d28db65f56936c641f68dcf2daa45f +SHA256 (IO-All-0.36.tar.gz) = 9fec3f6f5a522cc6e4da7eaa7dbd3fecebe06c2074a5290f3bc052cb3be8180c +SIZE (IO-All-0.36.tar.gz) = 57309 diff -ruN --exclude=CVS /usr/ports/devel/p5-IO-All/pkg-plist /hd1/p5-IO-All/pkg-plist --- /usr/ports/devel/p5-IO-All/pkg-plist Wed May 10 12:15:46 2006 +++ /hd1/p5-IO-All/pkg-plist Wed Oct 18 14:15:40 2006 @@ -1,3 +1,5 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/All/.packlist %%SITE_PERL%%/IO/All.pm %%SITE_PERL%%/IO/All.pod %%SITE_PERL%%/IO/All/Base.pm @@ -12,7 +14,6 @@ %%SITE_PERL%%/IO/All/Socket.pm %%SITE_PERL%%/IO/All/String.pm %%SITE_PERL%%/IO/All/Temp.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/All/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/All @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO @dirrm %%SITE_PERL%%/IO/All --- p5-IO-All-0.36.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610180617.k9I6H6Xn026595>