summaryrefslogtreecommitdiff
path: root/devel/subversion/Makefile.version
diff options
context:
space:
mode:
authorepg <epg>2003-09-08 04:47:51 +0000
committerepg <epg>2003-09-08 04:47:51 +0000
commit40ed2adc373d391c7503aebfe92104c6d6959fcb (patch)
treebdb647a97072b4bb97b720f1d6a2e726a8f42f2a /devel/subversion/Makefile.version
parentc0cf73285ef166cec87c6f115e1fe3d876c49d73 (diff)
downloadpkgsrc-40ed2adc373d391c7503aebfe92104c6d6959fcb.tar.gz
Update to 0.29.0.
Remove patch-ad (fixed in this release). User-visible changes: * 'svn status' now streams its response. (r6913, #1426) * 'svn status' now recurses into externals (r6913, #1428) * new 'svnadmin verify' command to verify repository data (r6851, #1074) * SSL changes: (r6958, #1371) - dropped support for PEM-encoded client certs, only accept PKCS12 now. - 'ssl-authority-files' is now a list of CA files - no more 'ssl-client-cert-type' and 'ssl-client-key-file' variables. * new svndumpfilter option: '--preserve-revprops' to keep props on empty revs * mailer.py improvement: handle multiple match groups (r6940) * remove in-repos/on-disk repository template features, till post-1.0 (r6965) * various cleanups to the Book * other bugfixes: switch deletion bug (r6890, #1496), status repos-delete bug (r6913, #1469), reversion of '.' (r6953, #854). Developer-visible changes: * GUI developers take note: prompting API changed (r6928, #1214) * now compile against neon-0.24; 0.23.9 support to be dropped soon. (r6958) * various improvements to Perl/SWIG bindings * tree re-org: non-core utilities split into 'tools' and 'contrib' areas. * some gen_make.py/gen-base.py improvements * configure.in CFLAGS bugfix (r6963) * stop callng deprecated APIs in APR, in preparation for upcoming APR-1.0.
Diffstat (limited to 'devel/subversion/Makefile.version')
-rw-r--r--devel/subversion/Makefile.version6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/subversion/Makefile.version b/devel/subversion/Makefile.version
index e56c7e8d2ae..6b4ba574ce4 100644
--- a/devel/subversion/Makefile.version
+++ b/devel/subversion/Makefile.version
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.version,v 1.6 2003/09/02 17:57:21 epg Exp $
+# $NetBSD: Makefile.version,v 1.7 2003/09/08 04:47:51 epg Exp $
.if !defined(SVNVER)
-SVNVER= 0.28.2
+SVNVER= 0.29.0
# This macro is in this file because the URL changes with every release.
-MASTER_SITES= http://subversion.tigris.org/files/documents/15/5940/
+MASTER_SITES= http://subversion.tigris.org/files/documents/15/5977/
.endif