Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2013 00:40:32 +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: r314197 - head/devel/pear-XML_Util
Message-ID:  <201303150040.r2F0eWGQ085548@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Mar 15 00:40:32 2013
New Revision: 314197
URL: http://svnweb.freebsd.org/changeset/ports/314197

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header

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

Modified: head/devel/pear-XML_Util/Makefile
==============================================================================
--- head/devel/pear-XML_Util/Makefile	Fri Mar 15 00:39:14 2013	(r314196)
+++ head/devel/pear-XML_Util/Makefile	Fri Mar 15 00:40:32 2013	(r314197)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-XML_Util
-# Date created:			  03 September 2003
-# Whom:				  Alex Miller (<asm@asm.kiev.ua>)
-#
+# Created by: Alex Miller (<asm@asm.kiev.ua>)
 # $FreeBSD$
-#
 
 PORTNAME=	XML_Util
 PORTVERSION=	1.2.1
@@ -13,28 +9,9 @@ MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	PEAR XML utility class
 
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS:=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 
-CATEGORY=	XML
-FILES=		Util.php
-EXAMPLES=	example.php example2.php
-TESTS=		AllTests.php testBasic_apiVersion.phpt \
-		testBasic_attributesToString.phpt \
-		testBasic_collapseEmptyTags.phpt \
-		testBasic_createCDataSection.phpt \
-		testBasic_createComment.phpt \
-		testBasic_createEndElement.phpt \
-		testBasic_createStartElement.phpt \
-		testBasic_createTag.phpt \
-		testBasic_createTagFromArray.phpt \
-		testBasic_getDocTypeDeclaration.phpt \
-		testBasic_getXmlDeclaration.phpt \
-		testBasic_isValidName.phpt \
-		testBasic_raiseError.phpt \
-		testBasic_replaceEntities.phpt \
-		testBasic_reverseEntities.phpt \
-		testBasic_splitQualifiedName.phpt \
-		testBug_4950.phpt testBug_5392.phpt
+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?201303150040.r2F0eWGQ085548>