Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Mar 2013 16:14:46 +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: r314367 - head/textproc/pear-XML_Beautifier
Message-ID:  <201303161614.r2GGEknR018638@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat Mar 16 16:14:46 2013
New Revision: 314367
URL: http://svnweb.freebsd.org/changeset/ports/314367

Log:
  - Convert to PEAR_AUTOINSTALL

Modified:
  head/textproc/pear-XML_Beautifier/Makefile   (contents, props changed)

Modified: head/textproc/pear-XML_Beautifier/Makefile
==============================================================================
--- head/textproc/pear-XML_Beautifier/Makefile	Sat Mar 16 16:14:17 2013	(r314366)
+++ head/textproc/pear-XML_Beautifier/Makefile	Sat Mar 16 16:14:46 2013	(r314367)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-XML_Beautifier
-# Date created:			  31 March 2005
-# Whom:				  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
 # $FreeBSD$
-#
 
 PORTNAME=	XML_Beautifier
 PORTVERSION=	1.2.2
@@ -14,16 +10,10 @@ COMMENT=	PEAR class to format XML docume
 
 BUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
 		${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
+		${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util
 
-PEAR_WRKSRC=	yes
-CATEGORY=	XML
-FILES=		Beautifier/Renderer.php Beautifier/Tokenizer.php \
-		Beautifier/Renderer/Plain.php Beautifier.php
-EXAMPLES=	example1.php example2.php example3.php \
-		example4.php example5.php example6.php \
-		example7.php \
-		test.xml test2.xml test3.xml
+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?201303161614.r2GGEknR018638>