Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jan 2006 15:14:03 +0100 (CET)
From:      Anton Berezin <tobez@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92264: Update devel/p5-Class-Tangram to 1.56
Message-ID:  <20060124141403.A73A6125420@heechee.tobez.org>
Resent-Message-ID: <200601241420.k0OEK551074655@freefall.freebsd.org>

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

>Number:         92264
>Category:       ports
>Synopsis:       Update devel/p5-Class-Tangram to 1.56
>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:   Tue Jan 24 14:20:04 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Anton Berezin
>Release:        FreeBSD 6.0-STABLE amd64
>Organization:
>Environment:

	
>Description:
	
>How-To-Repeat:
	
>Fix:

The reason for requiring perl from ports is that one of the dependencies
wants it.

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Class-Tangram/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	30 Sep 2005 13:07:40 -0000	1.7
+++ Makefile	24 Jan 2006 14:05:40 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Class-Tangram
-PORTVERSION=	1.55
+PORTVERSION=	1.56
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Class
@@ -28,4 +28,10 @@
 post-patch:
 		@${PERL} -pi -e 's/\@/\\@/' ${WRKSRC}/Makefile.PL
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE=		requires perl 5.6.0 or later. Install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Class-Tangram/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo	22 Jan 2006 08:28:50 -0000	1.6
+++ distinfo	24 Jan 2006 14:04:53 -0000
@@ -1,3 +1,3 @@
-MD5 (Class-Tangram-1.55.tar.gz) = c4261d1ff134fab5b522679091122115
-SHA256 (Class-Tangram-1.55.tar.gz) = 7b284ba0f876cbbaaac4ec8dc9ade9f04fa1835ae7d7a70653b443507030a1ba
-SIZE (Class-Tangram-1.55.tar.gz) = 43921
+MD5 (Class-Tangram-1.56.tar.gz) = 8b3fa0b95ff619bf56e50842b85495ba
+SHA256 (Class-Tangram-1.56.tar.gz) = 23d82452affea72538cc80b808e9df0dd8b113361e017bf21f0f447a9dd33c24
+SIZE (Class-Tangram-1.56.tar.gz) = 50163

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



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