diff options
author | leeym <leeym@FreeBSD.org> | 2006-05-03 07:17:37 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2006-05-03 07:17:37 +0800 |
commit | 768f526847ba5f3f4bead265f30332fefd07ef92 (patch) | |
tree | b7c03a6cce76dc093289f55c9cd55b6de353c416 | |
parent | 22d731d543fed1049bd12611b51b8a7a27f126e3 (diff) | |
download | freebsd-ports-gnome-768f526847ba5f3f4bead265f30332fefd07ef92.tar.gz freebsd-ports-gnome-768f526847ba5f3f4bead265f30332fefd07ef92.tar.zst freebsd-ports-gnome-768f526847ba5f3f4bead265f30332fefd07ef92.zip |
- Update to 0.13
PR: 96504
Submitted by: leeym
Approved by: maintainer
-rw-r--r-- | www/p5-webservice-validator-html-w3c/Makefile | 9 | ||||
-rw-r--r-- | www/p5-webservice-validator-html-w3c/distinfo | 6 | ||||
-rw-r--r-- | www/p5-webservice-validator-html-w3c/pkg-plist | 1 |
3 files changed, 9 insertions, 7 deletions
diff --git a/www/p5-webservice-validator-html-w3c/Makefile b/www/p5-webservice-validator-html-w3c/Makefile index 65609c4b7649..a955fb83c4f7 100644 --- a/www/p5-webservice-validator-html-w3c/Makefile +++ b/www/p5-webservice-validator-html-w3c/Makefile @@ -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 @@ PKGNAMEPREFIX= p5- 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 diff --git a/www/p5-webservice-validator-html-w3c/distinfo b/www/p5-webservice-validator-html-w3c/distinfo index f00495c64fb5..656571116d40 100644 --- a/www/p5-webservice-validator-html-w3c/distinfo +++ b/www/p5-webservice-validator-html-w3c/distinfo @@ -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 diff --git a/www/p5-webservice-validator-html-w3c/pkg-plist b/www/p5-webservice-validator-html-w3c/pkg-plist index c28bdf6383cc..2173df53f238 100644 --- a/www/p5-webservice-validator-html-w3c/pkg-plist +++ b/www/p5-webservice-validator-html-w3c/pkg-plist @@ -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 |