ports/128158: [PATCH] devel/p5-Class-Adapter: update to 1.05

Yen-Ming Lee leeym at FreeBSD.org
Thu Oct 16 20:00:07 UTC 2008


>Number:         128158
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Class-Adapter: update to 1.05
>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:   Thu Oct 16 20:00:07 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
>Description:
- Update to 1.05

Port maintainer (snowfly at yuntech.edu.tw) is cc'd.

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

--- p5-Class-Adapter-1.05.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Class-Adapter/Makefile,v
retrieving revision 1.4
diff -u -d -b -w -u -r1.4 Makefile
--- Makefile	20 Feb 2008 13:24:37 -0000	1.4
+++ Makefile	16 Oct 2008 19:54:22 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Class-Adapter
-PORTVERSION=	1.04
+PORTVERSION=	1.05
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,17 +14,16 @@
 MAINTAINER=	snowfly at yuntech.edu.tw
 COMMENT=	Perl implementation of the "Adapter" Design Pattern
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
-		${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
-		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
-		${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
-		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
-
 PERL_CONFIGURE=	yes
 
 MAN3=		Class::Adapter.3 \
 		Class::Adapter::Builder.3 \
 		Class::Adapter::Clear.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500703
+RUN_DEPENDS+=	p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Class-Adapter/distinfo,v
retrieving revision 1.3
diff -u -d -b -w -u -r1.3 distinfo
--- distinfo	20 Feb 2008 13:24:37 -0000	1.3
+++ distinfo	16 Oct 2008 19:54:22 -0000
@@ -1,3 +1,3 @@
-MD5 (Class-Adapter-1.04.tar.gz) = 5dcebbeae517882637dcb7c44070b26b
-SHA256 (Class-Adapter-1.04.tar.gz) = 8ad86d6e53fc375fb63c6a4fa3fef5aa56b29bfaf5d1336552a953d9af313e87
-SIZE (Class-Adapter-1.04.tar.gz) = 26743
+MD5 (Class-Adapter-1.05.tar.gz) = 39b4b06a30b770ae5a7ee42dccdf143e
+SHA256 (Class-Adapter-1.05.tar.gz) = af688260d29d8e6526053e9fec03375cc8a5964002df3e69c663b60ca9095e13
+SIZE (Class-Adapter-1.05.tar.gz) = 28960
--- p5-Class-Adapter-1.05.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list