- Updated to 0.5.0
ChangeLog: http://pear.php.net/package/VersionControl_SVN/download/ - Trimmed Makefile header Reported by: portscout
This commit is contained in:
parent
f35a324c34
commit
27fdfa431e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310948
2 changed files with 37 additions and 35 deletions
|
@ -1,12 +1,8 @@
|
|||
# Ports collection makefile for: pear-VersionControl_SVN
|
||||
# Date created: 30 Oct 2007
|
||||
# Whom: Greg Larkin <glarkin@FreeBSD.org>
|
||||
#
|
||||
# Created by: Greg Larkin <glarkin@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= VersionControl_SVN
|
||||
PORTVERSION= 0.4.0
|
||||
PORTVERSION= 0.5.0
|
||||
CATEGORIES= devel pear
|
||||
|
||||
MAINTAINER= glarkin@FreeBSD.org
|
||||
|
@ -22,33 +18,39 @@ RUN_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
|
|||
|
||||
CATEGORY= VersionControl_SVN
|
||||
FILES= SVN.php \
|
||||
SVN/Add.php \
|
||||
SVN/Blame.php \
|
||||
SVN/Cat.php \
|
||||
SVN/Checkout.php \
|
||||
SVN/Cleanup.php \
|
||||
SVN/Commit.php \
|
||||
SVN/Copy.php \
|
||||
SVN/Delete.php \
|
||||
SVN/Diff.php \
|
||||
SVN/Export.php \
|
||||
SVN/Import.php \
|
||||
SVN/Info.php \
|
||||
SVN/List.php \
|
||||
SVN/Log.php \
|
||||
SVN/Merge.php \
|
||||
SVN/Mkdir.php \
|
||||
SVN/Move.php \
|
||||
SVN/Parsers/Log.php \
|
||||
SVN/Propdel.php \
|
||||
SVN/Propget.php \
|
||||
SVN/Proplist.php \
|
||||
SVN/Propset.php \
|
||||
SVN/Resolved.php \
|
||||
SVN/Revert.php \
|
||||
SVN/Status.php \
|
||||
SVN/Switch.php \
|
||||
SVN/Update.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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (PEAR/VersionControl_SVN-0.4.0.tgz) = b9e0bf23d336841dc1d936f648a372c1d556f1fc57282c07c03473414dd2f918
|
||||
SIZE (PEAR/VersionControl_SVN-0.4.0.tgz) = 40187
|
||||
SHA256 (PEAR/VersionControl_SVN-0.5.0.tgz) = f22c7c6e10de4e648c8dec92bc6ea4595c9d14edefa62eb0c4804757cb5c9cb3
|
||||
SIZE (PEAR/VersionControl_SVN-0.5.0.tgz) = 31044
|
||||
|
|
Loading…
Reference in a new issue