ports/99023: [PATCH] lang/p5-Error: update to 0.15.009

Aaron Dalton aaron at FreeBSD.org
Fri Jun 16 11:30:20 UTC 2006


>Number:         99023
>Category:       ports
>Synopsis:       [PATCH] lang/p5-Error: update to 0.15.009
>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:   Fri Jun 16 11:30:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May  8 10:21:06 UTC
>Description:
- Update to 0.15.009

Port maintainer (pvh at wfeet.za.net) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Error-0.15.009.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/lang/p5-Error/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	24 Oct 2003 12:02:34 -0000	1.7
+++ Makefile	16 Jun 2006 11:27:49 -0000
@@ -6,17 +6,28 @@
 #
 
 PORTNAME=	Error
-PORTVERSION=	0.15
+PORTVERSION=	0.15.009
 CATEGORIES=	lang perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=Error
 PKGNAMEPREFIX=	p5-
+DISTNAME=	${PORTNAME}-0.15009
 
 MAINTAINER=	pvh at wfeet.za.net
 COMMENT=	Perl module to provide Error/exception support for perl: Error
 
+BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
+RUN_DEPENDS=	${BUILD_DEPENDS}
+
 PERL_CONFIGURE=	YES
 
-MAN3=		Error.3
+MAN3=		Error.3 \
+		Error::Simple.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE=	requires at least Perl 5.6.  Please install lang/perl5.8 and try again
+.endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/lang/p5-Error/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo	22 Jan 2006 12:42:17 -0000	1.5
+++ distinfo	16 Jun 2006 11:27:49 -0000
@@ -1,3 +1,3 @@
-MD5 (Error-0.15.tar.gz) = 81b4847fb893f18a4e85186bca5f4380
-SHA256 (Error-0.15.tar.gz) = 22152558fc81ba4dd4940ffbeb1af9742aedd5d85ff01e51c13e20d1c2476fb2
-SIZE (Error-0.15.tar.gz) = 8188
+MD5 (Error-0.15009.tar.gz) = 758e3e2024d883095d500d91e3a65b8d
+SHA256 (Error-0.15009.tar.gz) = 884d61e1d4bc8042176b6113a0e05fbc1d1bc71945e026fdeaff57688a2a814a
+SIZE (Error-0.15009.tar.gz) = 10802
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/lang/p5-Error/pkg-plist,v
retrieving revision 1.3
diff -u -u -r1.3 pkg-plist
--- pkg-plist	22 Jan 2006 02:18:36 -0000	1.3
+++ pkg-plist	16 Jun 2006 11:27:49 -0000
@@ -1,3 +1,5 @@
 %%SITE_PERL%%/Error.pm
+%%SITE_PERL%%/Error/Simple.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Error/.packlist
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Error
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Error
+ at dirrm %%SITE_PERL%%/Error
--- p5-Error-0.15.009.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list