From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 18 06:20:23 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5EA016A47E for ; Wed, 18 Oct 2006 06:20:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8D6843D5C for ; Wed, 18 Oct 2006 06:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9I6KMBi069859 for ; Wed, 18 Oct 2006 06:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9I6KMiq069858; Wed, 18 Oct 2006 06:20:22 GMT (envelope-from gnats) Resent-Date: Wed, 18 Oct 2006 06:20:22 GMT Resent-Message-Id: <200610180620.k9I6KMiq069858@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, Jin-Shan Tseng Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DD6116A407; Wed, 18 Oct 2006 06:17:18 +0000 (UTC) (envelope-from tjs@pluto.cdpa.nsysu.edu.tw) Received: from pluto.cdpa.nsysu.edu.tw (Pluto.CDPA.nsysu.edu.tw [140.117.205.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC29A43D45; Wed, 18 Oct 2006 06:17:17 +0000 (GMT) (envelope-from tjs@pluto.cdpa.nsysu.edu.tw) Received: from pluto.cdpa.nsysu.edu.tw (localhost [127.0.0.1]) by pluto.cdpa.nsysu.edu.tw (8.13.8/8.13.8) with ESMTP id k9I6H6Cr026596; Wed, 18 Oct 2006 14:17:06 +0800 (CST) (envelope-from tjs@pluto.cdpa.nsysu.edu.tw) Received: (from root@localhost) by pluto.cdpa.nsysu.edu.tw (8.13.8/8.13.8/Submit) id k9I6H6Xn026595; Wed, 18 Oct 2006 14:17:06 +0800 (CST) (envelope-from tjs) Message-Id: <200610180617.k9I6H6Xn026595@pluto.cdpa.nsysu.edu.tw> Date: Wed, 18 Oct 2006 14:17:06 +0800 (CST) From: Jin-Shan Tseng To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: perl@FreeBSD.org Subject: ports/104517: [PATCH] devel/p5-IO-All: update to 0.36 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: Wed, 18 Oct 2006 06:20:23 -0000 >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 .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 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: