aboutsummaryrefslogtreecommitdiff
path: root/www/pear-Services_W3C_HTMLValidator
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2009-01-29 21:27:37 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2009-01-29 21:27:37 +0000
commit88538c2fffdd69e610560194019c627e5cce71d8 (patch)
tree19eca7da0939dc68b103bf2cd13e7e672f92fbd6 /www/pear-Services_W3C_HTMLValidator
parentdcc73bfa48e70c72afe2ce2f125d241df28b3ff6 (diff)
downloadports-88538c2fffdd69e610560194019c627e5cce71d8.tar.gz
ports-88538c2fffdd69e610560194019c627e5cce71d8.zip
- Fix plist
- Bump PORTREVISION Submitted by: pointyhat via pavmail Pointyhat to: tabthorpe No cookie for: tabthorpe (no birthday cake either) Approved by: maintainer implicit
Notes
Notes: svn path=/head/; revision=227117
Diffstat (limited to 'www/pear-Services_W3C_HTMLValidator')
-rw-r--r--www/pear-Services_W3C_HTMLValidator/Makefile1
-rw-r--r--www/pear-Services_W3C_HTMLValidator/pkg-plist7
2 files changed, 8 insertions, 0 deletions
diff --git a/www/pear-Services_W3C_HTMLValidator/Makefile b/www/pear-Services_W3C_HTMLValidator/Makefile
index e2238c9d0b49..a00704b37a80 100644
--- a/www/pear-Services_W3C_HTMLValidator/Makefile
+++ b/www/pear-Services_W3C_HTMLValidator/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Services_W3C_HTMLValidator
PORTVERSION= 1.0.0r2
+PORTREVISION= 1
CATEGORIES= www pear
DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/RC/}
diff --git a/www/pear-Services_W3C_HTMLValidator/pkg-plist b/www/pear-Services_W3C_HTMLValidator/pkg-plist
index 61d6caedaeac..7874377946d7 100644
--- a/www/pear-Services_W3C_HTMLValidator/pkg-plist
+++ b/www/pear-Services_W3C_HTMLValidator/pkg-plist
@@ -6,6 +6,13 @@ share/pear/Services/HTMLValidator.php
share/pear/tests/Services_W3C_HTMLValidator/AllTests.php
share/pear/tests/Services_W3C_HTMLValidator/Services/W3C/HTMLValidatorTest.php
share/pear/packages/pear-Services_W3C_HTMLValidator-1.0.0r2/package.xml
+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
@dirrm share/pear/Services/HTMLValidator
@dirrm share/pear/Services
@dirrm share/pear/tests/Services_W3C_HTMLValidator/Services/W3C/