ports/144504: [PATCH] www/validator: fix runtime dependency

Yasuhiro KIMURA yasu at utahime.org
Sat Mar 6 08:10:02 UTC 2010


>Number:         144504
>Category:       ports
>Synopsis:       [PATCH] www/validator: fix runtime dependency
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 06 08:10:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 8.0-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD xxxx 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Sat Mar 6 00:10:19 JST 2010 xxxx i386


	
>Description:
	- Fix runtime dependency.
	- Sync files/validator.conf.sample.in with the one in the original archives.
	
>How-To-Repeat:
	
>Fix:

	

--- patch-validator begins here ---
Index: Makefile
===================================================================
RCS file: /usr0/freebsd/cvsroot/ports/www/validator/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile	4 Mar 2010 13:55:22 -0000	1.21
+++ Makefile	6 Mar 2010 07:38:30 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	validator
 PORTVERSION=	0.8.6
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://validator.w3.org/dist/ \
 		http://www.cyberbotx.com/w3c-validator/
@@ -22,10 +23,11 @@
 		${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
 		${SITE_PERL}/HTML/Encoding.pm:${PORTSDIR}/www/p5-HTML-Encoding \
 		${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
+		${SITE_PERL}/mach/HTML/Tidy.pm:${PORTSDIR}/textproc/p5-HTML-Tidy \
 		${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \
+		${SITE_PERL}/JSON.pm:${PORTSDIR}/converters/p5-JSON \
 		${SITE_PERL}/Net/IP.pm:${PORTSDIR}/net-mgmt/p5-Net-IP \
 		${SITE_PERL}/${PERL_ARCH}/SGML/Parser/OpenSP.pm:${PORTSDIR}/textproc/p5-SGML-Parser-OpenSP \
-		${SITE_PERL}/${PERL_ARCH}/String/Approx.pm:${PORTSDIR}/devel/p5-String-Approx \
 		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
 		${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML
 
Index: files/validator.conf.sample.in
===================================================================
RCS file: /usr0/freebsd/cvsroot/ports/www/validator/files/validator.conf.sample.in,v
retrieving revision 1.2
diff -u -r1.2 validator.conf.sample.in
--- files/validator.conf.sample.in	29 Jul 2007 13:13:58 -0000	1.2
+++ files/validator.conf.sample.in	6 Mar 2010 07:36:16 -0000
@@ -76,10 +76,6 @@
 # The "Home Page" for the service.  Make sure this ends with a slash.
 Home Page = http://validator.w3.org/
 
-#
-# Base URI for the Element Reference.
-Element Ref URI = http://www.htmlhelp.com/reference/html40/
-
 # Localization
 # only English available for now
 Languages = en
@@ -91,12 +87,6 @@
 #
 
 #
-# Maps element names to URLs (cf. "Element Ref URI" above).
-<Elements>
-  Include %%PREFIX%%/www/validator/htdocs/config/eref.cfg
-</Elements>
-
-#
 # Main document Type Registry; contains all information on the types
 # of documents we support and how they are processed.
 <Types>
--- patch-validator ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list