diff options
-rw-r--r-- | www/pear-Services_W3C_HTMLValidator/Makefile | 10 | ||||
-rw-r--r-- | www/pear-Services_W3C_HTMLValidator/distinfo | 5 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/pear-Services_W3C_HTMLValidator/Makefile b/www/pear-Services_W3C_HTMLValidator/Makefile index d4de15cc18f2..14b40340f6d6 100644 --- a/www/pear-Services_W3C_HTMLValidator/Makefile +++ b/www/pear-Services_W3C_HTMLValidator/Makefile @@ -6,8 +6,8 @@ # PORTNAME= Services_W3C_HTMLValidator -DISTVERSION= 1.0.0RC2 -PORTREVISION= 2 +PORTVERSION= 1.0.0 +PORTEPOCH= 1 CATEGORIES= www pear MAINTAINER= miwi@FreeBSD.org @@ -18,16 +18,16 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 +PEAR_CATSRC= yes CATEGORY= Services -FILES= HTMLValidator.php HTMLValidator/Error.php HTMLValidator/Message.php \ - HTMLValidator/Response.php HTMLValidator/Warning.php +FILES= W3C/HTMLValidator.php W3C/HTMLValidator/Error.php W3C/HTMLValidator/Message.php \ + W3C/HTMLValidator/Response.php W3C/HTMLValidator/Warning.php _EXAMPLESDIR= docs/examples EXAMPLES= example.html validate_byfile.php \ validate_byuri.php validate_fragment.php \ validate_responsexml.php \ PHPUnit/URIValidationTest.php PHPUnit/ValidationSuite.php - .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/www/pear-Services_W3C_HTMLValidator/distinfo b/www/pear-Services_W3C_HTMLValidator/distinfo index 684cf08e1bbb..f756a0aa7362 100644 --- a/www/pear-Services_W3C_HTMLValidator/distinfo +++ b/www/pear-Services_W3C_HTMLValidator/distinfo @@ -1,3 +1,2 @@ -MD5 (PEAR/Services_W3C_HTMLValidator-1.0.0RC2.tgz) = 0a2959ca9d23aa45b4b2208951a0efd6 -SHA256 (PEAR/Services_W3C_HTMLValidator-1.0.0RC2.tgz) = 3bfbcc1e6ecd99bae0cc68ceeec010faaf4354e21cad6b1266f63a0bc2ce3fcf -SIZE (PEAR/Services_W3C_HTMLValidator-1.0.0RC2.tgz) = 13656 +SHA256 (PEAR/Services_W3C_HTMLValidator-1.0.0.tgz) = 68403ae6160eccce03a4c18e6ff157e37f759c37731141cede72ce02a8ce0814 +SIZE (PEAR/Services_W3C_HTMLValidator-1.0.0.tgz) = 13598 |