Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Apr 2012 14:00:59 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        cm@therek.net
Subject:   ports/167296: [PATCH] devel/p5-CPAN-Checksums: update to 2.08
Message-ID:  <201204251800.q3PI0xL8024116@meatwad.mouf.net>
Resent-Message-ID: <201204251810.q3PIA7NI086891@freefall.freebsd.org>

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

>Number:         167296
>Category:       ports
>Synopsis:       [PATCH] devel/p5-CPAN-Checksums: update to 2.08
>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 Apr 25 18:10:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #17 r233932: Thu Apr  5 22:13:25
>Description:
- Update to 2.08
- Avoid use of SITE_PERL

Port maintainer (cm@therek.net) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: update, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-CPAN-Checksums-2.08.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-CPAN-Checksums/Makefile,v
retrieving revision 1.8
diff -u -u -r1.8 Makefile
--- Makefile	13 Mar 2012 16:14:47 -0000	1.8
+++ Makefile	25 Apr 2012 18:00:48 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	CPAN-Checksums
-PORTVERSION=	2.07
-PORTREVISION=	1
+PORTVERSION=	2.08
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,9 +14,9 @@
 MAINTAINER=	cm@therek.net
 COMMENT=	Perl module to write a CHECKSUMS file for a directory as on CPAN
 
-BUILD_DEPENDS=	${SITE_PERL}/Data/Compare.pm:${PORTSDIR}/devel/p5-Data-Compare \
+BUILD_DEPENDS=	p5-Data-Compare>=0:${PORTSDIR}/devel/p5-Data-Compare \
 		p5-Module-Signature>=0:${PORTSDIR}/security/p5-Module-Signature
-RUN_DEPENDS=	${SITE_PERL}/Data/Compare.pm:${PORTSDIR}/devel/p5-Data-Compare \
+RUN_DEPENDS=	p5-Data-Compare>=0:${PORTSDIR}/devel/p5-Data-Compare \
 		p5-Module-Signature>=0:${PORTSDIR}/security/p5-Module-Signature
 TEST_DEPENDS=	p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2
 
@@ -26,10 +25,10 @@
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Compress/Bzip2.pm:${PORTSDIR}/archivers/p5-IO-Compress \
-		${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA
-RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Compress/Bzip2.pm:${PORTSDIR}/archivers/p5-IO-Compress \
-		${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA
+BUILD_DEPENDS+=	p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress \
+		p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
+RUN_DEPENDS+=	p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress \
+		p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
 .endif
 
 MAN3=		CPAN::Checksums.3
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-CPAN-Checksums/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	22 Dec 2010 23:24:52 -0000	1.4
+++ distinfo	25 Apr 2012 18:00:48 -0000
@@ -1,2 +1,2 @@
-SHA256 (CPAN-Checksums-2.07.tar.gz) = ed4836933ce9b928bfc1cd715ec97ab809cf07097d6de3eb51edc110a94a30da
-SIZE (CPAN-Checksums-2.07.tar.gz) = 13101
+SHA256 (CPAN-Checksums-2.08.tar.gz) = b5eae5689056ac48f6c4ea068bc52dfc32c806dae421ddde54ef73dc0cb8215e
+SIZE (CPAN-Checksums-2.08.tar.gz) = 12699
--- p5-CPAN-Checksums-2.08.patch ends here ---

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



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