Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 2006 17:51:12 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        toni.viemero@iki.fi
Subject:   ports/96504: [PATCH] www/p5-WebService-Validator-HTML-W3C: update to 0.13
Message-ID:  <20060429095112.4C7EAB29C92@utopia.leeym.com>
Resent-Message-ID: <200604291000.k3TA0U17028568@freefall.freebsd.org>

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

>Number:         96504
>Category:       ports
>Synopsis:       [PATCH] www/p5-WebService-Validator-HTML-W3C: update to 0.13
>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:   Sat Apr 29 10:00:29 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.1-RC i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.1-RC FreeBSD 6.1-RC #0: Tue Apr 11 08:54:13 CST 2006
>Description:
- Update to 0.13

Port maintainer (toni.viemero@iki.fi) is cc'd.

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

--- p5-WebService-Validator-HTML-W3C-0.13.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-webservice-validator-html-w3c/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	12 Oct 2005 05:35:20 -0000	1.1
+++ Makefile	29 Apr 2006 09:51:06 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	WebService-Validator-HTML-W3C
-PORTVERSION=	0.1
+PORTVERSION=	0.13
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	WebService
@@ -15,10 +15,11 @@
 MAINTAINER=	toni.viemero@iki.fi
 COMMENT=	Access to the W3Cs online HTML validator
 
-BUILD_DEPENDS=	${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
-		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
+RUN_DEPENDS=	${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
+		${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath \
 		${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor
-RUN_DEPENDS=	${BUILD_DEPENDS}
+BUILD_DEPENDS=	${RUN_DEPENDS}
+BUILD_DEPENDS+=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
 
 PERL_CONFIGURE=	yes
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/www/p5-webservice-validator-html-w3c/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo	24 Jan 2006 03:14:00 -0000	1.2
+++ distinfo	29 Apr 2006 09:51:06 -0000
@@ -1,3 +1,3 @@
-MD5 (WebService-Validator-HTML-W3C-0.1.tar.gz) = 1c3cf9659196a550608751ba26ac8c45
-SHA256 (WebService-Validator-HTML-W3C-0.1.tar.gz) = 74640718e4e7d555f829d5737756fb1192aaac0962c3eef46ec8bc0166e927fa
-SIZE (WebService-Validator-HTML-W3C-0.1.tar.gz) = 8919
+MD5 (WebService-Validator-HTML-W3C-0.13.tar.gz) = f203649d7046aba25505da5423bdb86e
+SHA256 (WebService-Validator-HTML-W3C-0.13.tar.gz) = 1b7900d34ea510974461caa34b4a21285f5ca3a5c28e00821b516cf6cc006ad0
+SIZE (WebService-Validator-HTML-W3C-0.13.tar.gz) = 10586
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/www/p5-webservice-validator-html-w3c/pkg-plist,v
retrieving revision 1.2
diff -u -u -r1.2 pkg-plist
--- pkg-plist	22 Jan 2006 02:58:19 -0000	1.2
+++ pkg-plist	29 Apr 2006 09:51:06 -0000
@@ -1,3 +1,4 @@
+%%SITE_PERL%%/WebService/Validator/HTML/W3C/Warning.pm
 %%SITE_PERL%%/WebService/Validator/HTML/W3C/Error.pm
 %%SITE_PERL%%/WebService/Validator/HTML/W3C.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Validator/HTML/W3C/.packlist
--- p5-WebService-Validator-HTML-W3C-0.13.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?20060429095112.4C7EAB29C92>