svn commit: r318045 - head/devel/pear-VersionControl_SVN
Martin Wilke
miwi at FreeBSD.org
Mon May 13 09:49:42 UTC 2013
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 at 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"
More information about the svn-ports-head
mailing list