From leeym@utopia.leeym.com  Tue Dec  6 14:11:19 2005
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5F95316A41F;
	Tue,  6 Dec 2005 14:11:19 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from msr32.hinet.net (msr32.hinet.net [168.95.4.132])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 73DFE43D64;
	Tue,  6 Dec 2005 14:11:18 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by msr32.hinet.net (8.9.3/8.9.3) with ESMTP id WAA10453;
	Tue, 6 Dec 2005 22:11:14 +0800 (CST)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id 1B557B29C54;
	Tue,  6 Dec 2005 22:11:03 +0800 (CST)
Received: from utopia.leeym.com ([127.0.0.1])
 by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 21569-03; Tue,  6 Dec 2005 22:10:58 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id AFE6CB29CB4; Tue,  6 Dec 2005 22:10:58 +0800 (CST)
Message-Id: <20051206141058.AFE6CB29CB4@utopia.leeym.com>
Date: Tue,  6 Dec 2005 22:10:58 +0800 (CST)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: demon@freebsd.org
Subject: [PATCH] www/p5-HTML-Tree: update to 3.19.01
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         90030
>Category:       ports
>Synopsis:       [PATCH] www/p5-HTML-Tree: update to 3.19.01
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    demon
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 06 14:20:02 GMT 2005
>Closed-Date:    Thu Dec 29 22:31:21 GMT 2005
>Last-Modified:  Thu Dec 29 22:31:21 GMT 2005
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Nov 17 09:15:19 CST 2005
>Description:
- Update to 3.19.01

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

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

--- p5-HTML-Tree-3.19.01.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-HTML-Tree/Makefile,v
retrieving revision 1.14
diff -u -u -r1.14 Makefile
--- Makefile	10 Dec 2003 15:52:58 -0000	1.14
+++ Makefile	6 Dec 2005 14:09:34 -0000
@@ -6,11 +6,12 @@
 #
 
 PORTNAME=	HTML-Tree
-PORTVERSION=	3.18
+PORTVERSION=	3.19.01
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	HTML
 PKGNAMEPREFIX=	p5-
+DISTNAME=	${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/}
 
 MAINTAINER=	demon@FreeBSD.org
 COMMENT=	A collection of modules to manupulate HTML syntax trees
@@ -20,10 +21,16 @@
 
 PERL_CONFIGURE=	yes
 
-MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 MAN3=		HTML::Parse.3 HTML::TreeBuilder.3 HTML::AsSubs.3 \
 		HTML::Element.3 HTML::Element::traverse.3 HTML::Tree.3 \
 		HTML::Tree::Scanning.3 HTML::Tree::AboutObjects.3 \
 		HTML::Tree::AboutTrees.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+# p5-HTML-Tree -> p5-HTML-Parser
+.if ${PERL_LEVEL} < 500600
+IGNORE=		requires 5.6 or above
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/www/p5-HTML-Tree/distinfo,v
retrieving revision 1.7
diff -u -u -r1.7 distinfo
--- distinfo	18 Mar 2004 18:01:06 -0000	1.7
+++ distinfo	6 Dec 2005 14:09:34 -0000
@@ -1,2 +1,3 @@
-MD5 (HTML-Tree-3.18.tar.gz) = 6a9e4e565648c9772e7d8ec6d4392497
-SIZE (HTML-Tree-3.18.tar.gz) = 116025
+MD5 (HTML-Tree-3.1901.tar.gz) = 9b41dfed97605891829746433e6d2d7b
+SHA256 (HTML-Tree-3.1901.tar.gz) = 93e6be61de0e00d6bcbcda1b061a366770261da34f680847f32a915877140894
+SIZE (HTML-Tree-3.1901.tar.gz) = 119220
--- p5-HTML-Tree-3.19.01.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->demon 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Dec 6 14:24:17 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=90030 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Thu Dec 29 22:31:14 UTC 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=90030 
>Unformatted:
