Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2008 16:19:21 GMT
From:      Felippe de Meirelles Motta <lippemail@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/120797: [UPDATE] devel/p5-Class-Adapter
Message-ID:  <200802181619.m1IGJLNk001431@www.freebsd.org>
Resent-Message-ID: <200802181630.m1IGU1rF074145@freefall.freebsd.org>

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

>Number:         120797
>Category:       ports
>Synopsis:       [UPDATE] devel/p5-Class-Adapter
>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:   Mon Feb 18 16:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008
    lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC

>Description:
- Updated to 1.04;
- Use CPAN macro;
- Add missing deps.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Class-Adapter/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	30 Jul 2007 02:00:05 -0000	1.3
+++ Makefile	18 Feb 2008 03:38:17 -0000
@@ -6,17 +6,18 @@
 #
 
 PORTNAME=	Class-Adapter
-PORTVERSION=	1.03
+PORTVERSION=	1.04
 CATEGORIES=	devel perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	Class
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	snowfly@yuntech.edu.tw
 COMMENT=	Perl implementation of the "Adapter" Design Pattern
 
-RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
-BUILD_DEPENDS=	${RUN_DEPENDS}
+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=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Class-Adapter/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	30 Jul 2007 02:00:05 -0000	1.2
+++ distinfo	18 Feb 2008 03:38:17 -0000
@@ -1,3 +1,3 @@
-MD5 (Class-Adapter-1.03.tar.gz) = 046d791990a81035ab6c29db609357be
-SHA256 (Class-Adapter-1.03.tar.gz) = a38ea3bc19be962e60234119ec639d5e7ef2a8af0fb1804dd9bfeb9b372f1d87
-SIZE (Class-Adapter-1.03.tar.gz) = 26694
+MD5 (Class-Adapter-1.04.tar.gz) = 5dcebbeae517882637dcb7c44070b26b
+SHA256 (Class-Adapter-1.04.tar.gz) = 8ad86d6e53fc375fb63c6a4fa3fef5aa56b29bfaf5d1336552a953d9af313e87
+SIZE (Class-Adapter-1.04.tar.gz) = 26743


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



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