Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2013 08:10:01 +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: r314403 - head/devel/pear-HTML_CSS
Message-ID:  <201303170810.r2H8A1aB008479@svn.freebsd.org>

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

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header

Modified:
  head/devel/pear-HTML_CSS/Makefile   (contents, props changed)

Modified: head/devel/pear-HTML_CSS/Makefile
==============================================================================
--- head/devel/pear-HTML_CSS/Makefile	Sun Mar 17 08:08:23 2013	(r314402)
+++ head/devel/pear-HTML_CSS/Makefile	Sun Mar 17 08:10:01 2013	(r314403)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-HTML_CSS
-# Date created:			  16 May 2005
-# Whom:				  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
 # $FreeBSD$
-#
 
 PORTNAME=	HTML_CSS
 PORTVERSION=	1.5.4
@@ -13,17 +9,9 @@ MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	PEAR class for generating CSS declarations
 
 BUILD_DEPENDS=	${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
 
-CATEGORY=	HTML
-FILES=		CSS.php CSS/Error.php
-EXAMPLES=	CSS_Advanced.php CSS_Logger.php CSS_req12194_atrule_api.php \
-		css_error_ignore.php CSS_DisplayOnline.php CSS_Stylesheet.php \
-		CSS_req12194_atrule_parser.php css_error_logger.php CSS_InHeader.php \
-		CSS_grepStyles.php CSS_validate.php css_errorstack_custom.php \
-		CSS_Inline.php CSS_parseData.php css_error_custom.php css_errorstack_logger.php
-TESTES=		AllTests.php HTML_CSS_TestSuite_Bugs.php \
-		HTML_CSS_TestSuite_Standard.php stylesheet.css
+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?201303170810.r2H8A1aB008479>