Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2013 08:36:34 +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: r316896 - head/devel/pear-XML_RSS
Message-ID:  <201304300836.r3U8aYnP037137@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@asm.kiev.ua>)
-#
+# Created by: Alex Miller (<asm@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"



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