diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/pear-Services_W3C_HTMLValidator/Makefile | 14 | ||||
-rw-r--r-- | www/pear-Services_W3C_HTMLValidator/pkg-plist | 23 |
2 files changed, 5 insertions, 32 deletions
diff --git a/www/pear-Services_W3C_HTMLValidator/Makefile b/www/pear-Services_W3C_HTMLValidator/Makefile index 9bd1c00bd151..d4de15cc18f2 100644 --- a/www/pear-Services_W3C_HTMLValidator/Makefile +++ b/www/pear-Services_W3C_HTMLValidator/Makefile @@ -6,31 +6,27 @@ # PORTNAME= Services_W3C_HTMLValidator -PORTVERSION= 1.0.0r2 -PORTREVISION= 1 +DISTVERSION= 1.0.0RC2 +PORTREVISION= 2 CATEGORIES= www pear -DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/RC/} MAINTAINER= miwi@FreeBSD.org COMMENT= An Object Oriented Interface to the W3C HTML Validator service. BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ + ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 CATEGORY= Services FILES= HTMLValidator.php HTMLValidator/Error.php HTMLValidator/Message.php \ HTMLValidator/Response.php 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 -TESTS= AllTests.php Services/W3C/HTMLValidatorTest.php - -_EXAMPLESDIR= docs/examples -PLIST_SUB= PORTVERSION=${PORTVERSION} \ - PORTREVISION=${PORTREVISION} .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" diff --git a/www/pear-Services_W3C_HTMLValidator/pkg-plist b/www/pear-Services_W3C_HTMLValidator/pkg-plist deleted file mode 100644 index 2f9ee1be03ed..000000000000 --- a/www/pear-Services_W3C_HTMLValidator/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -share/examples/pear/Services_W3C_HTMLValidator/PHPUnit/URIValidationTest.php -share/examples/pear/Services_W3C_HTMLValidator/PHPUnit/ValidationSuite.php -share/examples/pear/Services_W3C_HTMLValidator/example.html -share/examples/pear/Services_W3C_HTMLValidator/validate_byfile.php -share/examples/pear/Services_W3C_HTMLValidator/validate_byuri.php -share/examples/pear/Services_W3C_HTMLValidator/validate_fragment.php -share/examples/pear/Services_W3C_HTMLValidator/validate_responsexml.php -share/pear/Services/HTMLValidator.php -share/pear/Services/HTMLValidator/Error.php -share/pear/Services/HTMLValidator/Message.php -share/pear/Services/HTMLValidator/Response.php -share/pear/Services/HTMLValidator/Warning.php -share/pear/packages/pear-Services_W3C_HTMLValidator-%%PORTVERSION%%_%%PORTREVISION%%/package.xml -share/pear/tests/Services_W3C_HTMLValidator/AllTests.php -share/pear/tests/Services_W3C_HTMLValidator/Services/W3C/HTMLValidatorTest.php -@dirrm share/pear/tests/Services_W3C_HTMLValidator/Services/W3C/ -@dirrm share/pear/tests/Services_W3C_HTMLValidator/Services -@dirrm share/pear/tests/Services_W3C_HTMLValidator -@dirrm share/pear/packages/pear-Services_W3C_HTMLValidator-%%PORTVERSION%%_%%PORTREVISION%% -@dirrm share/pear/Services/HTMLValidator -@dirrm share/pear/Services -@dirrm share/examples/pear/Services_W3C_HTMLValidator/PHPUnit -@dirrm share/examples/pear/Services_W3C_HTMLValidator |