Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2006 16:58:41 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erwin@FreeBSD.org
Subject:   ports/94722: [PATCH] www/p5-HTML-TableExtract: update to 2.07
Message-ID:  <20060320085841.29976B29C85@utopia.leeym.com>
Resent-Message-ID: <200603200900.k2K90Tx4069712@freefall.freebsd.org>

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

>Number:         94722
>Category:       ports
>Synopsis:       [PATCH] www/p5-HTML-TableExtract: update to 2.07
>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:   Mon Mar 20 09:00:29 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Wed Mar  1 11:06:23 CST
>Description:
- Update to 2.07

Port maintainer (erwin@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-HTML-TableExtract-2.07.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-HTML-TableExtract/Makefile,v
retrieving revision 1.21
diff -u -u -r1.21 Makefile
--- Makefile	7 Jan 2006 11:28:09 -0000	1.21
+++ Makefile	20 Mar 2006 08:58:37 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	HTML-TableExtract
-PORTVERSION=	2.06
+PORTVERSION=	2.07
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	HTML
@@ -26,11 +26,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 500600
-post-configure:
-	${PERL} -pi -e '$$_="" if m{warnings}' ${WRKSRC}/lib/HTML/TableExtract.pm
-	${PERL} -pi -e 's/exists/defined/ if m{return 1}' ${WRKSRC}/lib/HTML/TableExtract.pm
-	${PERL} -pi -e "s/'<',/'<'./" ${WRKSRC}/t/30_tree.t
-	${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/${MAKEFILE}
+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/pcvs/ports/www/p5-HTML-TableExtract/distinfo,v
retrieving revision 1.13
diff -u -u -r1.13 distinfo
--- distinfo	26 Nov 2005 17:00:46 -0000	1.13
+++ distinfo	20 Mar 2006 08:58:37 -0000
@@ -1,3 +1,3 @@
-MD5 (HTML-TableExtract-2.06.tar.gz) = fd40942e756a676ffb2fa3352a7b2f1c
-SHA256 (HTML-TableExtract-2.06.tar.gz) = 566d6455438cac090420f383f4243e2d2618e24e6e172c74d6f0676cb7803ba9
-SIZE (HTML-TableExtract-2.06.tar.gz) = 23509
+MD5 (HTML-TableExtract-2.07.tar.gz) = ad3ddfb3e25826071d1e52e336862438
+SHA256 (HTML-TableExtract-2.07.tar.gz) = 5e22b2dcd81d03600e66b89a50e5f7af23dadd437ed48f7d452fb1f977eeb2a2
+SIZE (HTML-TableExtract-2.07.tar.gz) = 24393
--- p5-HTML-TableExtract-2.07.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?20060320085841.29976B29C85>