diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-26 09:22:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-26 09:22:24 +0000 |
commit | 5b88fa9ff2055a636676d1a7e5c0891dd8f25ad3 (patch) | |
tree | 763e099602f50efa1b397011bdf08414d1481f04 /www/pear-Services_W3C_CSSValidator | |
parent | 39c7986a125e54dd017b2d9949c8d2e86bbec521 (diff) | |
download | ports-5b88fa9ff2055a636676d1a7e5c0891dd8f25ad3.tar.gz ports-5b88fa9ff2055a636676d1a7e5c0891dd8f25ad3.zip |
- Update to 0.2.2
Notes
Notes:
svn path=/head/; revision=269783
Diffstat (limited to 'www/pear-Services_W3C_CSSValidator')
-rw-r--r-- | www/pear-Services_W3C_CSSValidator/Makefile | 13 | ||||
-rw-r--r-- | www/pear-Services_W3C_CSSValidator/distinfo | 5 |
2 files changed, 9 insertions, 9 deletions
diff --git a/www/pear-Services_W3C_CSSValidator/Makefile b/www/pear-Services_W3C_CSSValidator/Makefile index 58722b1e3972..e4ca946976ef 100644 --- a/www/pear-Services_W3C_CSSValidator/Makefile +++ b/www/pear-Services_W3C_CSSValidator/Makefile @@ -6,19 +6,20 @@ # PORTNAME= Services_W3C_CSSValidator -PORTVERSION= 0.1.0 +PORTVERSION= 0.2.2 CATEGORIES= www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PHP interface to W3C CSS Validator API -BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request -RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request +BUILD_DEPENDS= ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 +RUN_DEPENDS= ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 -CATEGORY= Services +PEAR_CATSRC= yes -FILES= CSSValidator.php CSSValidator/Error.php CSSValidator/Message.php \ - CSSValidator/Response.php CSSValidator/Warning.php +CATEGORY= Services +FILES= W3C/CSSValidator.php W3C/CSSValidator/Error.php W3C/CSSValidator/Message.php \ + W3C/CSSValidator/Response.php W3C/CSSValidator/Warning.php TESTS= AllTests.php fragment.css Services_W3C_CSSValidatorTest.php EXAMPLES= examples/foo.css examples/fragment.css examples/pear_manual.css \ examples/validate_atrules.php examples/validate_byfile.php \ diff --git a/www/pear-Services_W3C_CSSValidator/distinfo b/www/pear-Services_W3C_CSSValidator/distinfo index 714db6501707..fca90f39f55a 100644 --- a/www/pear-Services_W3C_CSSValidator/distinfo +++ b/www/pear-Services_W3C_CSSValidator/distinfo @@ -1,3 +1,2 @@ -MD5 (PEAR/Services_W3C_CSSValidator-0.1.0.tgz) = 7d4caa54880de5b94808db8cba85f665 -SHA256 (PEAR/Services_W3C_CSSValidator-0.1.0.tgz) = 1687f4cb65eccb382a9d1b99c0aa15a10a0cf27b5c25814af7ee4bdbe5a2cd5c -SIZE (PEAR/Services_W3C_CSSValidator-0.1.0.tgz) = 8397 +SHA256 (PEAR/Services_W3C_CSSValidator-0.2.2.tgz) = 698d60f2bb4c1e1ca2b95226a87575c8ceeb4912dcd5e87ebe3fd320afea4c5f +SIZE (PEAR/Services_W3C_CSSValidator-0.2.2.tgz) = 10260 |