svn commit: r316896 - head/devel/pear-XML_RSS

Martin Wilke miwi at FreeBSD.org
Tue Apr 30 08:36:35 UTC 2013


Author: miwi
Date: Tue Apr 30 08:36:34 2013
New Revision: 316896
URL: http://svnweb.freebsd.org/changeset/ports/316896

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header

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

Modified: head/devel/pear-XML_RSS/Makefile
==============================================================================
--- head/devel/pear-XML_RSS/Makefile	Tue Apr 30 08:35:54 2013	(r316895)
+++ head/devel/pear-XML_RSS/Makefile	Tue Apr 30 08:36:34 2013	(r316896)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-XML_RSS
-# Date created:			  04 September 2003
-# Whom:				  Alex Miller (<asm at asm.kiev.ua>)
-#
+# Created by: Alex Miller (<asm at asm.kiev.ua>)
 # $FreeBSD$
-#
 
 PORTNAME=	XML_RSS
 PORTVERSION=	1.0.2
@@ -16,9 +12,7 @@ BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${POR
 RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
 		${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
 
-FILES=		XML/RSS.php
-TESTS=		test.rss XML_RSS_Infrastructure_Test.php \
-		XML_RSS_Parsing_Test.php
+PEAR_AUTOINSTALL=	yes
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"


More information about the svn-ports-all mailing list