Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jul 2006 15:04:53 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org, erwin@FreeBSD.org
Subject:   ports/100327: [PATCH] devel/p5-Exception-Class: unignore perl 5.00503 and perl 5.6
Message-ID:  <20060715070453.801653CA@netnews.NCTU.edu.tw>
Resent-Message-ID: <200607150710.k6F7AHHq085142@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.pre.mk>
 
-.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 <bsd.port.post.mk>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060715070453.801653CA>