Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2013 02:55:24 +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: r314245 - head/www/pear-Services_Yadis
Message-ID:  <201303150255.r2F2tO5Y030517@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Mar 15 02:55:24 2013
New Revision: 314245
URL: http://svnweb.freebsd.org/changeset/ports/314245

Log:
  - Trim header
  - Convert to PEAR_AUTOINSTALL

Modified:
  head/www/pear-Services_Yadis/Makefile   (contents, props changed)

Modified: head/www/pear-Services_Yadis/Makefile
==============================================================================
--- head/www/pear-Services_Yadis/Makefile	Fri Mar 15 02:48:55 2013	(r314244)
+++ head/www/pear-Services_Yadis/Makefile	Fri Mar 15 02:55:24 2013	(r314245)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-Services_Yadis
-# Date created:			  21 Jan 2007
-# Whom:				  Ditesh Shashikant Gathani <ditesh@gathani.org>
-#
+# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Services_Yadis
 PORTVERSION=	0.5.1
@@ -15,14 +11,7 @@ COMMENT=	Implementation of the Yadis Spe
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 
-PEAR_CATSRC=	yes
-USE_PHP=	simplexml dom
-CATEGORY=	Services
-FILES=		Yadis.php Yadis/Xri.php Yadis/Xrds.php Yadis/Service.php \
-		Yadis/Exception.php Yadis/Xrds/Namespace.php \
-		Yadis/Xrds/Service.php
-
-TESTS=		AllTests.php TestConfiguration.php.dist TestHelper.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?201303150255.r2F2tO5Y030517>