Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 09:49:42 +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: r318045 - head/devel/pear-VersionControl_SVN
Message-ID:  <201305130949.r4D9ngWH046991@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Mon May 13 09:49:41 2013
New Revision: 318045
URL: http://svnweb.freebsd.org/changeset/ports/318045

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header

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

Modified: head/devel/pear-VersionControl_SVN/Makefile
==============================================================================
--- head/devel/pear-VersionControl_SVN/Makefile	Mon May 13 09:49:11 2013	(r318044)
+++ head/devel/pear-VersionControl_SVN/Makefile	Mon May 13 09:49:41 2013	(r318045)
@@ -8,52 +8,13 @@ CATEGORIES=	devel pear
 MAINTAINER=	glarkin@FreeBSD.org
 COMMENT=	Wrapper interface for the Subversion command-line client
 
-USE_PHP=	yes
-IGNORE_WITH_PHP=4
-
 BUILD_DEPENDS=	pear>=1.9.4:${PORTSDIR}/devel/pear \
 		pear-XML_Parser>=1.3.4:${PORTSDIR}/devel/pear-XML_Parser
 RUN_DEPENDS=	pear>=1.9.4:${PORTSDIR}/devel/pear \
 		pear-XML_Parser>=1.3.4:${PORTSDIR}/devel/pear-XML_Parser
 
-CATEGORY=	VersionControl_SVN
-FILES=		SVN.php \
-		SVN/Command.php \
-		SVN/Command/Add.php \
-		SVN/Command/Blame.php \
-		SVN/Command/Cat.php \
-		SVN/Command/Changelist.php \
-		SVN/Command/Checkout.php \
-		SVN/Command/Cleanup.php \
-		SVN/Command/Commit.php \
-		SVN/Command/Copy.php \
-		SVN/Command/Delete.php \
-		SVN/Command/Diff.php \
-		SVN/Command/Export.php \
-		SVN/Command/Import.php \
-		SVN/Command/Info.php \
-		SVN/Command/List.php \
-		SVN/Command/Log.php \
-		SVN/Command/Merge.php \
-		SVN/Command/Mkdir.php \
-		SVN/Command/Move.php \
-		SVN/Command/Propdel.php \
-		SVN/Command/Propget.php \
-		SVN/Command/Proplist.php \
-		SVN/Command/Propset.php \
-		SVN/Command/Resolved.php \
-		SVN/Command/Revert.php \
-		SVN/Command/Status.php \
-		SVN/Command/Switch.php \
-		SVN/Command/Update.php \
-		SVN/Exception.php \
-		SVN/Parser/Exception.php \
-		SVN/Parser/XML.php \
-		SVN/Parser/XML/Info.php \
-		SVN/Parser/XML/List.php
-EXAMPLES=	example1.php \
-		example_tree.php
-_EXAMPLESDIR=	docs/examples
+USE_PHP=	yes
+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?201305130949.r4D9ngWH046991>