Date: Thu, 20 Oct 2005 09:05:16 +0200 (CEST) From: Anton Berezin <tobez@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/87705: [UPDATE] Update www/p5-HTML-TableExtract to 2.06 Message-ID: <20051020070516.776D3125420@heechee.tobez.org> Resent-Message-ID: <200510200710.j9K7A9PA061846@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 87705 >Category: ports >Synopsis: [UPDATE] Update www/p5-HTML-TableExtract to 2.06 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Oct 20 07:10:09 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Anton Berezin >Release: FreeBSD 5.4-STABLE amd64 >Organization: >Environment: >Description: It is necessary to require perl from ports since the new version: - uses warnings; - uses "exists" for an array element; - uses three-argument open; >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-HTML-TableExtract/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 11 Oct 2005 17:12:37 -0000 1.18 +++ Makefile 20 Oct 2005 07:02:04 -0000 @@ -6,7 +6,7 @@ # PORTNAME= HTML-TableExtract -PORTVERSION= 2.05 +PORTVERSION= 2.06 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML @@ -22,4 +22,10 @@ MAN3= HTML::TableExtract.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= Port 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-TableExtract/distinfo,v retrieving revision 1.11 diff -u -r1.11 distinfo --- distinfo 11 Oct 2005 17:12:37 -0000 1.11 +++ distinfo 20 Oct 2005 07:01:22 -0000 @@ -1,2 +1,2 @@ -MD5 (HTML-TableExtract-2.05.tar.gz) = a405c8346ca2ff3fda994e7ceee1e29a -SIZE (HTML-TableExtract-2.05.tar.gz) = 21602 +MD5 (HTML-TableExtract-2.06.tar.gz) = fd40942e756a676ffb2fa3352a7b2f1c +SIZE (HTML-TableExtract-2.06.tar.gz) = 23509 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051020070516.776D3125420>