From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 15 07:10:18 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 5CB0C16A4E2 for ; Sat, 15 Jul 2006 07:10:18 +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 545D743D46 for ; Sat, 15 Jul 2006 07:10:17 +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 k6F7AH1B085143 for ; Sat, 15 Jul 2006 07:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6F7AHHq085142; Sat, 15 Jul 2006 07:10:17 GMT (envelope-from gnats) Resent-Date: Sat, 15 Jul 2006 07:10:17 GMT Resent-Message-Id: <200607150710.k6F7AHHq085142@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, Gea-Suan Lin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D95D16A4E1; Sat, 15 Jul 2006 07:04:57 +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 E777D43D45; Sat, 15 Jul 2006 07:04:56 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 801653CA; Sat, 15 Jul 2006 15:04:53 +0800 (CST) Message-Id: <20060715070453.801653CA@netnews.NCTU.edu.tw> Date: Sat, 15 Jul 2006 15:04:53 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org, erwin@FreeBSD.org Subject: ports/100327: [PATCH] devel/p5-Exception-Class: unignore perl 5.00503 and perl 5.6 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: Sat, 15 Jul 2006 07:10:18 -0000 >Number: 100327 >Category: ports >Synopsis: [PATCH] devel/p5-Exception-Class: unignore perl 5.00503 and perl 5.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 15 07:10:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Unignore Perl 5.00503 and Perl 5.6. Port maintainer (erwin@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Exception-Class-1.23_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-Exception-Class/Makefile /home/staff/gslin/work/p5-Exception-Class/Makefile --- /usr/ports/devel/p5-Exception-Class/Makefile Sat Jul 15 15:03:21 2006 +++ /home/staff/gslin/work/p5-Exception-Class/Makefile Sat Jul 15 14:58:49 2006 @@ -8,6 +8,7 @@ PORTNAME= Exception-Class PORTVERSION= 1.23 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Exception @@ -22,12 +23,12 @@ PERL_CONFIGURE= yes -MAN3= Exception::Class.3 +MAN3= Exception::Class.3 .include -.if ${PERL_LEVEL} < 500800 -IGNORE= requires perl 5.8.0 or higher. Please install lang/perl5.8 and try again +.if ${PERL_LEVEL} < 500702 +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils .endif .include diff -ruN --exclude=CVS /usr/ports/devel/p5-Exception-Class/pkg-plist /home/staff/gslin/work/p5-Exception-Class/pkg-plist --- /usr/ports/devel/p5-Exception-Class/pkg-plist Sat Jul 15 15:03:21 2006 +++ /home/staff/gslin/work/p5-Exception-Class/pkg-plist Sat Jul 15 14:13:17 2006 @@ -1,5 +1,6 @@ -%%SITE_PERL%%/Exception/Class.pm +@comment $FreeBSD$ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Exception/Class/.packlist -@dirrm %%SITE_PERL%%/Exception -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Exception/Class -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Exception +%%SITE_PERL%%/Exception/Class.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Exception/Class +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Exception +@dirrmtry %%SITE_PERL%%/Exception --- p5-Exception-Class-1.23_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: