- Use DISTVERSION instead PORTVERSION
- Fix RUN_DEPENDS - Remove pkg-plist - Bump PORTREVISION Pointy hat to: tabthorpe Reported by: ionbot
This commit is contained in:
parent
5b3afb6eb8
commit
f2430f0ada
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227593
2 changed files with 5 additions and 32 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue