Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2003 11:53:41 +0100 (CET)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48523: maintainer-update devel/p5-Exception-Class to 1.11 
Message-ID:  <20030221105341.B6CE2A93E@backup-mx.droso.dk>

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

>Number:         48523
>Category:       ports
>Synopsis:       maintainer-update devel/p5-Exception-Class to 1.11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 21 03:00:29 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD panda.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #14: Sun Feb 16 11:42:13 CET 2003 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386


	
>Description:

vendor update to 1.11:
- A description containing a single quote or backslash would cause a
syntax error in the code generated by Exception::Class.  Patch by Luc
St-Louis.

>How-To-Repeat:
	
>Fix:

	

--- p5-Exception-Class.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Exception-Class/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	2 Feb 2003 23:41:54 -0000	1.7
+++ Makefile	21 Feb 2003 10:51:33 -0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	Exception-Class
-PORTVERSION=	1.10
+PORTVERSION=	1.11
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Exception
@@ -16,7 +16,8 @@
 MAINTAINER=	erwin@lansing.dk
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Devel/StackTrace.pm:${PORTSDIR}/devel/p5-Devel-StackTrace \
-		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable
+		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
+		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Exception-Class/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo	2 Feb 2003 23:41:54 -0000	1.6
+++ distinfo	21 Feb 2003 10:51:33 -0000
@@ -1 +1 @@
-MD5 (Exception-Class-1.10.tar.gz) = 433f079b2794111320f13663ef394faf
+MD5 (Exception-Class-1.11.tar.gz) = ac968cb71199eeea221fe07c4a2d9bdd
--- p5-Exception-Class.diff ends here ---


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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