ports/99581: [PATCH] lang/p5-Error: update to 0.15009

Yen-Ming Lee leeym at FreeBSD.org
Wed Jun 28 14:00:38 UTC 2006


>Number:         99581
>Category:       ports
>Synopsis:       [PATCH] lang/p5-Error: update to 0.15009
>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 Jun 28 14:00:36 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun Jun 18 11:24:48 CST 2006
>Description:
- Update to 0.15009
- add WWW in pkg-descr

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	28 Jun 2006 13:54:00 -0000
@@ -6,17 +6,22 @@
 #
 
 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}-${PORTVERSION:R}${PORTVERSION:E}
 
 MAINTAINER=	pvh at wfeet.za.net
-COMMENT=	Perl module to provide Error/exception support for perl: Error
+COMMENT=	Error/exception handling in an OO-ish way
+
+RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
+BUILD_DEPENDS=	${RUN_DEPENDS}
+BUILD_DEPENDS+=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
 
 PERL_CONFIGURE=	YES
 
-MAN3=		Error.3
+MAN3=		Error.3 Error::Simple.3
 
 .include <bsd.port.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	28 Jun 2006 13:54:00 -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-descr
===================================================================
RCS file: /home/pcvs/ports/lang/p5-Error/pkg-descr,v
retrieving revision 1.2
diff -u -u -r1.2 pkg-descr
--- pkg-descr	2 Jul 2001 15:18:01 -0000	1.2
+++ pkg-descr	28 Jun 2006 13:54:00 -0000
@@ -2,3 +2,5 @@
 
 This module, which provides support for throwing and catching Error 
 (i.e. exception) objects.
+
+WWW: http://search.cpan.org/dist/Error/
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	28 Jun 2006 13:54:00 -0000
@@ -1,3 +1,5 @@
 %%SITE_PERL%%/Error.pm
+%%SITE_PERL%%/Error/Simple.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Error/.packlist
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Error
+ at dirrmtry %%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