Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jan 2006 14:53:55 +0100 (CET)
From:      Anton Berezin <tobez@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92263: Update www/p5-HTML-Table to 2.04.
Message-ID:  <20060124135355.7BEE6125428@heechee.tobez.org>
Resent-Message-ID: <200601241400.k0OE0DET074057@freefall.freebsd.org>

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

>Number:         92263
>Category:       ports
>Synopsis:       Update www/p5-HTML-Table to 2.04.
>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:00:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Anton Berezin
>Release:        FreeBSD 6.0-STABLE amd64
>Organization:
>Environment:

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


Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-HTML-Table/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	18 Nov 2004 14:24:49 -0000	1.12
+++ Makefile	24 Jan 2006 13:52:58 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	HTML-Table
-PORTVERSION=	2.02
+PORTVERSION=	2.04
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	HTML
@@ -20,4 +20,10 @@
 MAN3=		HTML::Table.3
 MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 
-.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/www/p5-HTML-Table/distinfo,v
retrieving revision 1.12
diff -u -r1.12 distinfo
--- distinfo	24 Jan 2006 03:13:50 -0000	1.12
+++ distinfo	24 Jan 2006 13:52:58 -0000
@@ -1,3 +1,3 @@
-MD5 (HTML-Table-2.02.tar.gz) = 1c307b8fbb06d2ccbe08714632b418d9
-SHA256 (HTML-Table-2.02.tar.gz) = 68274362e5066a14c8e9c6b359f7f3df71f581e48e90975dce3a3f85de849844
-SIZE (HTML-Table-2.02.tar.gz) = 16623
+MD5 (HTML-Table-2.04.tar.gz) = 8d2bdfffd56db2bb13f34f273b9d297b
+SHA256 (HTML-Table-2.04.tar.gz) = f8cc9d276d6d41bb7c3f6df18eecce5dff8dcde67b2e5fa918ed1578aaf2216c
+SIZE (HTML-Table-2.04.tar.gz) = 17379

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



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