From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 20 07:10:10 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EB9916A420 for ; Thu, 20 Oct 2005 07:10:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 133DA43D62 for ; Thu, 20 Oct 2005 07:10:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9K7A9Se061847 for ; Thu, 20 Oct 2005 07:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9K7A9PA061846; Thu, 20 Oct 2005 07:10:09 GMT (envelope-from gnats) Resent-Date: Thu, 20 Oct 2005 07:10:09 GMT Resent-Message-Id: <200510200710.j9K7A9PA061846@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anton Berezin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A28416A41F for ; Thu, 20 Oct 2005 07:05:18 +0000 (GMT) (envelope-from tobez@tobez.org) Received: from heechee.tobez.org (heechee.tobez.org [217.157.39.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 184D843D5A for ; Thu, 20 Oct 2005 07:05:17 +0000 (GMT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id 776D3125420; Thu, 20 Oct 2005 09:05:16 +0200 (CEST) Message-Id: <20051020070516.776D3125420@heechee.tobez.org> Date: Thu, 20 Oct 2005 09:05:16 +0200 (CEST) From: Anton Berezin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/87705: [UPDATE] Update www/p5-HTML-TableExtract to 2.06 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Anton Berezin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2005 07:10:10 -0000 >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 +.include + +.if ${PERL_LEVEL} < 500600 +IGNORE= Port requires perl 5.6.0 or later. Install lang/perl5.8 and try again +.endif + +.include 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: