Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2013 08:11:30 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314404 - head/www/pear-Services_W3C_HTMLValidator
Message-ID:  <201303170811.r2H8BUGL010389@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Mar 17 08:11:30 2013
New Revision: 314404
URL: http://svnweb.freebsd.org/changeset/ports/314404

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header

Modified:
  head/www/pear-Services_W3C_HTMLValidator/Makefile   (contents, props changed)

Modified: head/www/pear-Services_W3C_HTMLValidator/Makefile
==============================================================================
--- head/www/pear-Services_W3C_HTMLValidator/Makefile	Sun Mar 17 08:10:01 2013	(r314403)
+++ head/www/pear-Services_W3C_HTMLValidator/Makefile	Sun Mar 17 08:11:30 2013	(r314404)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-Services_W3C_HTMLValidator
-# Date created:			  2007/04/29
-# Whom:				  Martin Wilke <miwi@FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Services_W3C_HTMLValidator
 PORTVERSION=	1.0.0
@@ -18,15 +14,7 @@ BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${POR
 RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
 		${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2
 
-PEAR_CATSRC=	yes
-CATEGORY=	Services
-FILES=		W3C/HTMLValidator.php W3C/HTMLValidator/Error.php W3C/HTMLValidator/Message.php \
-		W3C/HTMLValidator/Response.php W3C/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
+PEAR_AUTOINSTALL=	yes
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303170811.r2H8BUGL010389>