pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Update to 0.34.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1956db6378df
branches: trunk
changeset: 464308:1956db6378df
user: epg <epg%pkgsrc.org@localhost>
date: Sat Dec 06 03:01:57 2003 +0000
description:
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:
devel/p5-subversion/Makefile | 5 +++--
devel/py-subversion/Makefile | 3 +--
devel/subversion-base/Makefile | 3 +--
devel/subversion/Makefile | 5 ++---
devel/subversion/Makefile.version | 4 ++--
devel/subversion/distinfo | 8 ++++----
devel/subversion/patches/patch-ae | 16 ++++++++--------
www/ap2-subversion/Makefile | 3 +--
8 files changed, 22 insertions(+), 25 deletions(-)
diffs (159 lines):
diff -r 81a4fe55d7ac -r 1956db6378df devel/p5-subversion/Makefile
--- a/devel/p5-subversion/Makefile Sat Dec 06 01:52:10 2003 +0000
+++ b/devel/p5-subversion/Makefile Sat Dec 06 03:01:57 2003 +0000
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2003/12/04 17:12:40 recht Exp $
+# $NetBSD: Makefile,v 1.4 2003/12/06 03:01:57 epg Exp $
PKGNAME= p5-subversion-${SVNVER}
-PKGREVISION= 1
COMMENT= Perl bindings for Subversion
.include "../../devel/subversion/Makefile.common"
+CONFIGURE_ENV+= PERL=${PERL5}
+
BUILDLINK_PKGSRCDIR.perl= ../../lang/perl58
PERL5_REQD= 5.8.0
diff -r 81a4fe55d7ac -r 1956db6378df devel/py-subversion/Makefile
--- a/devel/py-subversion/Makefile Sat Dec 06 01:52:10 2003 +0000
+++ b/devel/py-subversion/Makefile Sat Dec 06 03:01:57 2003 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2003/12/04 17:12:40 recht Exp $
+# $NetBSD: Makefile,v 1.3 2003/12/06 03:01:57 epg Exp $
PKGNAME= ${PYPKGPREFIX}-subversion-${SVNVER}
-PKGREVISION= 1
COMMENT= Python bindings and tools for Subversion
.include "../../devel/subversion/Makefile.common"
diff -r 81a4fe55d7ac -r 1956db6378df devel/subversion-base/Makefile
--- a/devel/subversion-base/Makefile Sat Dec 06 01:52:10 2003 +0000
+++ b/devel/subversion-base/Makefile Sat Dec 06 03:01:57 2003 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2003/12/04 17:12:40 recht Exp $
+# $NetBSD: Makefile,v 1.8 2003/12/06 03:01:58 epg Exp $
PKGNAME= subversion-base-${SVNVER}
-PKGREVISION= 1
COMMENT= Version control system, base programs and libraries
PLIST_SUBST+= INSTALL_INFO=${INSTALL_INFO}
diff -r 81a4fe55d7ac -r 1956db6378df devel/subversion/Makefile
--- a/devel/subversion/Makefile Sat Dec 06 01:52:10 2003 +0000
+++ b/devel/subversion/Makefile Sat Dec 06 03:01:57 2003 +0000
@@ -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 -r 81a4fe55d7ac -r 1956db6378df devel/subversion/Makefile.version
--- a/devel/subversion/Makefile.version Sat Dec 06 01:52:10 2003 +0000
+++ b/devel/subversion/Makefile.version Sat Dec 06 03:01:57 2003 +0000
@@ -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 -r 81a4fe55d7ac -r 1956db6378df devel/subversion/distinfo
--- a/devel/subversion/distinfo Sat Dec 06 01:52:10 2003 +0000
+++ b/devel/subversion/distinfo Sat Dec 06 03:01:57 2003 +0000
@@ -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 -r 81a4fe55d7ac -r 1956db6378df devel/subversion/patches/patch-ae
--- a/devel/subversion/patches/patch-ae Sat Dec 06 01:52:10 2003 +0000
+++ b/devel/subversion/patches/patch-ae Sat Dec 06 03:01:57 2003 +0000
@@ -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 @@
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 @@
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 @@
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 @@
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 @@
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
diff -r 81a4fe55d7ac -r 1956db6378df www/ap2-subversion/Makefile
--- a/www/ap2-subversion/Makefile Sat Dec 06 01:52:10 2003 +0000
+++ b/www/ap2-subversion/Makefile Sat Dec 06 03:01:57 2003 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2003/12/04 17:12:40 recht Exp $
+# $NetBSD: Makefile,v 1.11 2003/12/06 03:01:58 epg Exp $
PKGNAME= ap2-subversion-${SVNVER}
-PKGREVISION= 2
COMMENT= WebDAV server (Apache module) for Subversion
.include "../../devel/subversion/Makefile.common"
Home |
Main Index |
Thread Index |
Old Index