Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2008 19:04:23 GMT
From:      Felippe de Meirelles Motta <lippemail@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/120907: [UPDATE] devel/p5-List-Rotation-Cycle
Message-ID:  <200802201904.m1KJ4NsY052502@www.freebsd.org>
Resent-Message-ID: <200802201910.m1KJA4bO049592@freefall.freebsd.org>

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

>Number:         120907
>Category:       ports
>Synopsis:       [UPDATE] devel/p5-List-Rotation-Cycle
>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 Feb 20 19:10:04 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.008
- Use CPAN macro
- Add missing deps.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-List-Rotation-Cycle/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	19 Feb 2007 07:01:19 -0000	1.1
+++ Makefile	20 Feb 2008 18:00:15 -0000
@@ -6,15 +6,21 @@
 #
 
 PORTNAME=	List-Rotation-Cycle
-PORTVERSION=	1.004
+PORTVERSION=	1.008
 CATEGORIES=	devel perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	List
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	chinsan@FreeBSD.org
 COMMENT=	Cycle through a list of values
 
+WRKSRC=		${WRKDIR}/${PORTNAME}
+
+BUILD_DEPENDS+=	${SITE_PERL}/Module/Signature.pm:${PORTSDIR}/security/p5-Module-Signature \
+		${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
+		${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage
+RUN_DEPENDS+=	${BUILD_DEPENDS}
+
 MAN3=		List::Rotation::Cycle.3
 
 PERL_CONFIGURE=	yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-List-Rotation-Cycle/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	19 Feb 2007 07:01:19 -0000	1.1
+++ distinfo	20 Feb 2008 18:00:15 -0000
@@ -1,3 +1,3 @@
-MD5 (List-Rotation-Cycle-1.004.tar.gz) = fc8cf4f49d6bff0ea819690de72ced11
-SHA256 (List-Rotation-Cycle-1.004.tar.gz) = 4038ca59341998d20ee9fd2388e8d829e1a89aa9df28eac58fd32564a6083f7a
-SIZE (List-Rotation-Cycle-1.004.tar.gz) = 2936
+MD5 (List-Rotation-Cycle-1.008.tar.gz) = 64e88bb5737e6c15189676366a527349
+SHA256 (List-Rotation-Cycle-1.008.tar.gz) = d3e499ba0c75478bc1d14f8b75deccfe5352ee2d37e973ce3106ecae160afd9c
+SIZE (List-Rotation-Cycle-1.008.tar.gz) = 4651


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



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