summaryrefslogtreecommitdiff
path: root/devel/subversion/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2002-12-06 14:04:09 +0000
committerwiz <wiz>2002-12-06 14:04:09 +0000
commitfc9572d1157f6f28a628009b26c2866da92ab604 (patch)
tree04372bcadb8aff75feb06f970d931c39bec1f52a /devel/subversion/Makefile
parenta7a5b22724b58be34727d90bf28d9ae19fd983e1 (diff)
downloadpkgsrc-fc9572d1157f6f28a628009b26c2866da92ab604.tar.gz
Update to r3987 (0.16).
User-visible changes: * new 'svn cat' subcommand * new --revprop flag to access revision props, -r for versioned props (#943) * new "compression" runtime option in ~/.subversion/config * svnadmin/svnlook now use help system, and some subcommands deleted or moved. * tool changes: [not installed by the package] - new svnshell.py tool - new mirror_dir_through_svn.cgi script - new svn_load_dirs.pl features - updates to vc-svn.el * --message-encoding is now just --encoding, and affects svn: propvals too. * major rewrites of chapters 3, 4, 5 of the Subversion Book. As well as lots of bugfixes, of course.
Diffstat (limited to 'devel/subversion/Makefile')
-rw-r--r--devel/subversion/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile
index d16e3591705..c31982c3542 100644
--- a/devel/subversion/Makefile
+++ b/devel/subversion/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2002/11/25 20:09:50 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2002/12/06 14:04:09 wiz Exp $
-DISTNAME= subversion-r3687
-PKGNAME= subversion-0.3687
+DISTNAME= subversion-r3987
+PKGNAME= subversion-0.3987
CATEGORIES= devel
-MASTER_SITES= http://subversion.tigris.org/files/documents/15/1698/
+MASTER_SITES= http://subversion.tigris.org/files/documents/15/2123/
MAINTAINER= joelw@unix.se
HOMEPAGE= http://subversion.tigris.org