summaryrefslogtreecommitdiff
path: root/devel/subversion
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2003-12-06 03:01:57 +0000
committerepg <epg@pkgsrc.org>2003-12-06 03:01:57 +0000
commitd3ba72d4cb5bd1ff9a8cba4763f359dae1d341c4 (patch)
tree307ce94dc6e4964f69e211093d400fc636d6860a /devel/subversion
parentdc095f12f64553b0490c53bc99895916f0eb26f2 (diff)
downloadpkgsrc-d3ba72d4cb5bd1ff9a8cba4763f359dae1d341c4.tar.gz
Update to 0.34.0.
Add PERL to CONFIGURE_ENV for p5-subversion. Upstream change log: Version 0.34.0 (released 3 December 2003, from revision r7859) http://svn.collab.net/repos/svn/tags/0.34.0 ##################################################################### ## WARNING WARNING WARNING WARNING WARNING WARNING WARNING ## ##################################################################### ## ## ## This release makes an incompatible change to the Subversion ## ## database. Repositories created with versions of Subversion ## ## prior to 0.34 will not work with Subversion 0.34. ## ## To upgrade, first use 'svnadmin dump' with your existing ## ## Subversion binaries. Then upgrade your binaries to 0.34, and ## ## use 'svnadmin load' to create a new repository from your ## ## dumpfile. ## ## Don't forget to copy any custom configuration/hooks from the ## ## old to the new repository. ## ## ## ##################################################################### Please see notes/repos_upgrade_HOWTO for documentation on migrating pre-0.34.0 repos to 0.34.0. That document is also located here: http://svn.collab.net/repos/svn/trunk/notes/repos_upgrade_HOWTO User-visible changes: * fs schema change (#1578, #1595) **NOTE: repos dump/load cycle required!** * Berkeley DB 4.2.50 is now the recommended Berkeley version * Fix: 'svn status' thought replaced items were unversioned (#1609) * SSL server cert error prompt improvement (r7849) * many error message improvements (r7745, r7763, r7824 and 7827 - #897) * don't show update-completion message until all wc work completes (#1556) * many other enhancements, minor features, and bugfixes not listed here Developer-visible changes: * public client APIs changes (r7799) after fixing #1556 * many improvements and fixes on Perl bindings (perl => 5.8.0 are required) * improvements, fixes on misc. test scripts * many other changes not listed here Merged revisions after release branching: * r7868 - Java bindings * r7888 - Security fix for svnserve
Diffstat (limited to 'devel/subversion')
-rw-r--r--devel/subversion/Makefile5
-rw-r--r--devel/subversion/Makefile.version4
-rw-r--r--devel/subversion/distinfo8
-rw-r--r--devel/subversion/patches/patch-ae16
4 files changed, 16 insertions, 17 deletions
diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile
index 054c81b2629..d952da00330 100644
--- a/devel/subversion/Makefile
+++ b/devel/subversion/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.17 2003/12/04 17:12:40 recht Exp $
+# $NetBSD: Makefile,v 1.18 2003/12/06 03:01:57 epg Exp $
PKGNAME= subversion-${SVNVER}
-PKGREVISION= 1
COMMENT= Version control system, meta-package
DEPENDS+= subversion-base-${SVNVER}:../../devel/subversion-base
DEPENDS+= p5-subversion-${SVNVER}:../../devel/p5-subversion
-DEPENDS+= ap2-subversion-${SVNVER}nb1:../../www/ap2-subversion
+DEPENDS+= ap2-subversion-${SVNVER}:../../www/ap2-subversion
# We depend on py-subversion via its buildlink2.mk so we don't
# have to worry about which Python version it uses.
diff --git a/devel/subversion/Makefile.version b/devel/subversion/Makefile.version
index 435877b324a..67dbdc16c7a 100644
--- a/devel/subversion/Makefile.version
+++ b/devel/subversion/Makefile.version
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile.version,v 1.10 2003/12/03 15:20:44 epg Exp $
+# $NetBSD: Makefile.version,v 1.11 2003/12/06 03:01:57 epg Exp $
.if !defined(SVNVER)
-SVNVER= 0.33.1
+SVNVER= 0.34.0
.endif
diff --git a/devel/subversion/distinfo b/devel/subversion/distinfo
index 62c00e1ee54..0aaa9b02940 100644
--- a/devel/subversion/distinfo
+++ b/devel/subversion/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.19 2003/12/03 15:20:44 epg Exp $
+$NetBSD: distinfo,v 1.20 2003/12/06 03:01:57 epg Exp $
-SHA1 (subversion-0.33.1.tar.gz) = ef83269cd2499a7e43a2db3cae48de506a2be323
-Size (subversion-0.33.1.tar.gz) = 7744097 bytes
+SHA1 (subversion-0.34.0.tar.gz) = 00af9b3a860ae842f0708369936ba4e120ec0a40
+Size (subversion-0.34.0.tar.gz) = 7423143 bytes
SHA1 (patch-aa) = 00bd9a667459a704c6454e581c2cc5b1cfc197a9
SHA1 (patch-ac) = 7f0669a6f684583ff0ca4a443be356ae2fca06db
-SHA1 (patch-ae) = 5779f16e09024c0433617b0806b2236d9bc00a49
+SHA1 (patch-ae) = 3d07f9a929fca2d4521bcaa6b2dce7aa74e12351
SHA1 (patch-ag) = 79106ed622c67c5921eabc4a3254948d131a4a3e
diff --git a/devel/subversion/patches/patch-ae b/devel/subversion/patches/patch-ae
index df878481cfc..d2d3f8c7b51 100644
--- a/devel/subversion/patches/patch-ae
+++ b/devel/subversion/patches/patch-ae
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.5 2003/12/03 15:20:44 epg Exp $
+$NetBSD: patch-ae,v 1.6 2003/12/06 03:01:57 epg Exp $
---- configure.orig 2003-11-18 01:58:09.000000000 -0500
+--- configure.orig Wed Dec 3 17:40:04 2003
+++ configure
-@@ -21072,8 +21072,9 @@ echo "$as_me: WARNING: swig bindings req
+@@ -10494,8 +10494,9 @@ echo "$as_me: WARNING: swig bindings req
esac
if test "$PYTHON" != "none" -a "$SWIG_SUITABLE" = "yes"; then
### TODO: When it's ready, add the swig-java-lib rule here.
@@ -14,7 +14,7 @@ $NetBSD: patch-ae,v 1.5 2003/12/03 15:20:44 epg Exp $
echo "$as_me:$LINENO: checking for swig library directory" >&5
echo $ECHO_N "checking for swig library directory... $ECHO_C" >&6
-@@ -21160,7 +21161,7 @@ echo "${ECHO_T}$ac_cv_python_link" >&6
+@@ -10582,7 +10583,7 @@ echo "${ECHO_T}$ac_cv_python_link" >&6
fi
if test "$PERL" != "none" -a "$SWIG_SUITABLE" = "yes"; then
@@ -23,7 +23,7 @@ $NetBSD: patch-ae,v 1.5 2003/12/03 15:20:44 epg Exp $
SWIG_PL_COMPILE="`$PERL -MConfig -e 'print $Config{cc}'` \$(SWIG_PL_INCLUDES)"
SWIG_PL_LINK="`$PERL -MConfig -e 'print $Config{ld}'` `$PERL -MConfig -e 'print $Config{lddlflags}'` `$PERL -MExtUtils::Embed -e ldopts`"
fi
-@@ -21254,8 +21255,9 @@ echo "$as_me: WARNING: swig bindings req
+@@ -10676,8 +10677,9 @@ echo "$as_me: WARNING: swig bindings req
esac
if test "$PYTHON" != "none" -a "$SWIG_SUITABLE" = "yes"; then
### TODO: When it's ready, add the swig-java-lib rule here.
@@ -35,7 +35,7 @@ $NetBSD: patch-ae,v 1.5 2003/12/03 15:20:44 epg Exp $
echo "$as_me:$LINENO: checking for swig library directory" >&5
echo $ECHO_N "checking for swig library directory... $ECHO_C" >&6
-@@ -21342,7 +21344,7 @@ echo "${ECHO_T}$ac_cv_python_link" >&6
+@@ -10764,7 +10766,7 @@ echo "${ECHO_T}$ac_cv_python_link" >&6
fi
if test "$PERL" != "none" -a "$SWIG_SUITABLE" = "yes"; then
@@ -44,7 +44,7 @@ $NetBSD: patch-ae,v 1.5 2003/12/03 15:20:44 epg Exp $
SWIG_PL_COMPILE="`$PERL -MConfig -e 'print $Config{cc}'` \$(SWIG_PL_INCLUDES)"
SWIG_PL_LINK="`$PERL -MConfig -e 'print $Config{ld}'` `$PERL -MConfig -e 'print $Config{lddlflags}'` `$PERL -MExtUtils::Embed -e ldopts`"
fi
-@@ -21439,8 +21441,9 @@ echo "$as_me: WARNING: swig bindings req
+@@ -10861,8 +10863,9 @@ echo "$as_me: WARNING: swig bindings req
esac
if test "$PYTHON" != "none" -a "$SWIG_SUITABLE" = "yes"; then
### TODO: When it's ready, add the swig-java-lib rule here.
@@ -56,7 +56,7 @@ $NetBSD: patch-ae,v 1.5 2003/12/03 15:20:44 epg Exp $
echo "$as_me:$LINENO: checking for swig library directory" >&5
echo $ECHO_N "checking for swig library directory... $ECHO_C" >&6
-@@ -21527,7 +21530,7 @@ echo "${ECHO_T}$ac_cv_python_link" >&6
+@@ -10949,7 +10952,7 @@ echo "${ECHO_T}$ac_cv_python_link" >&6
fi
if test "$PERL" != "none" -a "$SWIG_SUITABLE" = "yes"; then