summaryrefslogtreecommitdiff
path: root/devel/subversion-base/Makefile
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2003-07-12 05:39:41 +0000
committerepg <epg@pkgsrc.org>2003-07-12 05:39:41 +0000
commite03e70634d0ded7e0cb0dceaace4ddfb4e06ac44 (patch)
tree121c087ce15aaa7f48c89388eed9c59d87092166 /devel/subversion-base/Makefile
parentcfd6480e8439787ec1e444a0c76dfe63da758081 (diff)
downloadpkgsrc-e03e70634d0ded7e0cb0dceaace4ddfb4e06ac44.tar.gz
Update to 0.25.
Upstream change log: Version 0.25.0 (released 09 July 2003, revision 6394, branches/release-0.25.0) User-visible changes: * command line options: . new --force option for svn export (r6327,#1296) . new --force-log for commit, copy, delete, import, mkdir, move (r6294) . --force no longer needed for commit * commands . new - svnadmin archive (r6310) . changed - svn import syntax now 'svn import [PATH] URL' (r6288,#933,#735) . fixed - Search PATH for external diff commands (r6373) . fixed - 'svn switch' memory bug (r6296) . fixed - 'svn mkdir' coredump (r6388,#1369) * python bindings now in -tools rpm for Mandrake 9.1 (r6374) * allow parent-into-child copies, provided they are not WC->WC. (r6348,#1367) * fixed - Apache module installation order (r6382-6,#1381) * now requre apache 2.0.47 (and apr 0.9.4) * fix 2 commit leaks * fix mod_dav_svn path-escaping bug Developer-visible changes: * Win32 build system . new - .vcproj files for svn_config project and APR (r6311) . fixed - SWIG bindings for Win32 (r6304) . vcproj generator now works (r6316) . swig's generated .c files now dependent on headers in .i files (r6379) . refactored code common to dsp & vcproj into gen_win.py (r6328) * fixed . SEGFAULTs in SWIG bindings (r6339) . potential SEGFAULTs in 'REPORT vcc' backward-compatibility code (r6377) . mod_dav_svn's autoversioning failure on PUT (r6312) . 'svn switch' memory bug (r6296) * changed - mailer.py now uses svn_repos_replay()
Diffstat (limited to 'devel/subversion-base/Makefile')
-rw-r--r--devel/subversion-base/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/subversion-base/Makefile b/devel/subversion-base/Makefile
index 43fb7b05d61..9044987a894 100644
--- a/devel/subversion-base/Makefile
+++ b/devel/subversion-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/06/18 13:26:26 epg Exp $
+# $NetBSD: Makefile,v 1.3 2003/07/12 05:39:43 epg Exp $
PKGNAME= subversion-base-${SVNVER}
COMMENT= Version control system, base programs and libraries
@@ -23,6 +23,8 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/tools/hook-scripts/svnperms* \
${SVNEXAMPLES}/hook-scripts
+BUILDLINK_DEPENDS.apr?= apr>=0.9.4
+
.include "../../databases/db4/buildlink2.mk"
.include "../../devel/apr/buildlink2.mk"
.include "../../www/neon/buildlink2.mk"