diff options
author | wen <wen@FreeBSD.org> | 2010-03-09 09:12:37 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-03-09 09:12:37 +0800 |
commit | 54cf48a2f72acf59315bc356c63202c2ee83328d (patch) | |
tree | 6c3a569f2fd4adc39c0e5e0fd1fbd3ea661d367b | |
parent | 5516bf97f36865758780e2039372265d35ec51f7 (diff) | |
download | freebsd-ports-graphics-54cf48a2f72acf59315bc356c63202c2ee83328d.tar.gz freebsd-ports-graphics-54cf48a2f72acf59315bc356c63202c2ee83328d.tar.zst freebsd-ports-graphics-54cf48a2f72acf59315bc356c63202c2ee83328d.zip |
- Fix runtime dependency
PR: ports/144504
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: maintainer
Feature safe: yes
-rw-r--r-- | www/validator/Makefile | 3 | ||||
-rw-r--r-- | www/validator/files/validator.conf.sample.in | 10 |
2 files changed, 2 insertions, 11 deletions
diff --git a/www/validator/Makefile b/www/validator/Makefile index 8702b3f95ec..f45ed4c8765 100644 --- a/www/validator/Makefile +++ b/www/validator/Makefile @@ -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/ @@ -23,9 +24,9 @@ RUN_DEPENDS= onsgmls:${PORTSDIR}/textproc/opensp \ ${SITE_PERL}/HTML/Encoding.pm:${PORTSDIR}/www/p5-HTML-Encoding \ ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \ ${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 diff --git a/www/validator/files/validator.conf.sample.in b/www/validator/files/validator.conf.sample.in index 5e8c4808ed9..e70a37b7ec8 100644 --- a/www/validator/files/validator.conf.sample.in +++ b/www/validator/files/validator.conf.sample.in @@ -76,10 +76,6 @@ Maintainer = www-validator@w3.org # 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 @@ Languages = en # # -# 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> |