aboutsummaryrefslogtreecommitdiff
path: root/www/pear-Services_W3C_HTMLValidator
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-02-04 07:10:43 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-02-04 07:10:43 +0000
commitf2430f0adace1d0471a7b020872cf09fc8c09d32 (patch)
tree25a59a73d665a94376fb3f65a39003bb98226419 /www/pear-Services_W3C_HTMLValidator
parent5b3afb6eb813dc984fdf9b82e8ff9a7b6ca6c396 (diff)
downloadports-f2430f0adace1d0471a7b020872cf09fc8c09d32.tar.gz
ports-f2430f0adace1d0471a7b020872cf09fc8c09d32.zip
- Use DISTVERSION instead PORTVERSION
- Fix RUN_DEPENDS - Remove pkg-plist - Bump PORTREVISION Pointy hat to: tabthorpe Reported by: ionbot
Notes
Notes: svn path=/head/; revision=227593
Diffstat (limited to 'www/pear-Services_W3C_HTMLValidator')
-rw-r--r--www/pear-Services_W3C_HTMLValidator/Makefile14
-rw-r--r--www/pear-Services_W3C_HTMLValidator/pkg-plist23
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