ports/102756: [PATCH] devel/p5-Test-Exception: update to 0.22

Gea-Suan Lin gslin at gslin.org
Fri Sep 1 16:50:21 UTC 2006


>Number:         102756
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Test-Exception: update to 0.22
>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 Sep 01 16:50:18 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:
- Update to 0.22
- Use BUILD_DEPENDS=${RUN_DEPENDS} to avoid unused dependency

Port maintainer (erwin at FreeBSD.org) is cc'd.

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

--- p5-Test-Exception-0.22.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-Test-Exception/Makefile /home/staff/gslin/work/p5-Test-Exception/Makefile
--- /usr/ports/devel/p5-Test-Exception/Makefile	Tue Nov  1 02:24:10 2005
+++ /home/staff/gslin/work/p5-Test-Exception/Makefile	Sat Sep  2 00:45:10 2006
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	Test-Exception
-PORTVERSION=	0.21
-PORTREVISION=	1
+PORTVERSION=	0.22
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Test
@@ -16,9 +15,9 @@
 MAINTAINER=	erwin at FreeBSD.org
 COMMENT=	Test::Exception - test functions for exception based code
 
-BUILD_DEPENDS=	${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Simple \
-		${SITE_PERL}/Sub/Uplevel.pm:${PORTSDIR}/devel/p5-Sub-Uplevel
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Simple \
+		p5-Sub-Uplevel>=0.13:${PORTSDIR}/devel/p5-Sub-Uplevel
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
diff -ruN --exclude=CVS /usr/ports/devel/p5-Test-Exception/distinfo /home/staff/gslin/work/p5-Test-Exception/distinfo
--- /usr/ports/devel/p5-Test-Exception/distinfo	Sun Nov 27 01:00:32 2005
+++ /home/staff/gslin/work/p5-Test-Exception/distinfo	Sat Sep  2 00:43:33 2006
@@ -1,3 +1,3 @@
-MD5 (Test-Exception-0.21.tar.gz) = fc1aab12ca0867dd46328e169c06a21c
-SHA256 (Test-Exception-0.21.tar.gz) = 1d9d7016cbe82571abb97c19a305ea3c79fe3f92ee6a7c33437403b2bdde992d
-SIZE (Test-Exception-0.21.tar.gz) = 10142
+MD5 (Test-Exception-0.22.tar.gz) = dcf44183af3d26b14d7f989fc5ee1117
+SHA256 (Test-Exception-0.22.tar.gz) = 98b129aa38a729f9c63b3ae2118b500f76bcf3456bb03a5f049f67ddea7efc81
+SIZE (Test-Exception-0.22.tar.gz) = 10771
--- p5-Test-Exception-0.22.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list