summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2004-02-23 18:18:59 +0000
committerepg <epg@pkgsrc.org>2004-02-23 18:18:59 +0000
commit956993d8ce323c5f68310f373c9426ab7ded604d (patch)
tree6433c26bb137bf409c6d2792e074980af253c825 /devel
parent90f266e2de52328f34d536d3daa8f45f4d848cac (diff)
downloadpkgsrc-956993d8ce323c5f68310f373c9426ab7ded604d.tar.gz
Update to Version 1.0.0.
(Monday, 23 February 2004, from /branches/1.0.0) http://svn.collab.net/repos/svn/tags/1.0.0 User-visible changes: * book and other documentation files brought up-to-date from trunk * various trunk fixes merged into tools/ and contrib/ scripts * tools/cvs2svn/ area brought up-to-date from trunk * www/ area brought up-to-date from trunk * improved 'svn help switch' text * various bindings improvements Developer-visible changes: * various fixes to binary packaging and installer systems
Diffstat (limited to 'devel')
-rw-r--r--devel/subversion/Makefile.version4
-rw-r--r--devel/subversion/distinfo8
-rw-r--r--devel/subversion/patches/patch-ae16
3 files changed, 14 insertions, 14 deletions
diff --git a/devel/subversion/Makefile.version b/devel/subversion/Makefile.version
index ea5720615d4..2adccfd0fbb 100644
--- a/devel/subversion/Makefile.version
+++ b/devel/subversion/Makefile.version
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile.version,v 1.14 2004/01/26 17:13:42 epg Exp $
+# $NetBSD: Makefile.version,v 1.15 2004/02/23 18:18:59 epg Exp $
.if !defined(SVNVER)
-SVNVER= 0.37.0
+SVNVER= 1.0.0
.endif
diff --git a/devel/subversion/distinfo b/devel/subversion/distinfo
index 93d30d4f926..7f163ca168b 100644
--- a/devel/subversion/distinfo
+++ b/devel/subversion/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.24 2004/01/26 17:13:42 epg Exp $
+$NetBSD: distinfo,v 1.25 2004/02/23 18:18:59 epg Exp $
-SHA1 (subversion-0.37.0.tar.gz) = 78d1896b5a09a9d268630a7799082e7a7dc270c5
-Size (subversion-0.37.0.tar.gz) = 7501295 bytes
+SHA1 (subversion-1.0.0.tar.gz) = 8540b382c750d91787ba26c4444673a026785b7b
+Size (subversion-1.0.0.tar.gz) = 7462659 bytes
SHA1 (patch-aa) = 00bd9a667459a704c6454e581c2cc5b1cfc197a9
SHA1 (patch-ac) = 7f0669a6f684583ff0ca4a443be356ae2fca06db
-SHA1 (patch-ae) = d31075da81c84ff7064b65146c2f9fdbbf3f37e0
+SHA1 (patch-ae) = 1c6a20139d24dcbd8ee519613bc24403e0b3ce24
diff --git a/devel/subversion/patches/patch-ae b/devel/subversion/patches/patch-ae
index 720ce9b032e..8bf19361bd2 100644
--- a/devel/subversion/patches/patch-ae
+++ b/devel/subversion/patches/patch-ae
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.8 2004/01/26 17:13:42 epg Exp $
+$NetBSD: patch-ae,v 1.9 2004/02/23 18:19:00 epg Exp $
---- configure.orig Sat Jan 24 08:30:50 2004
+--- configure.orig Mon Feb 23 11:17:11 2004
+++ configure
-@@ -10583,8 +10583,9 @@ echo "$as_me: WARNING: swig bindings ver
+@@ -10326,8 +10326,9 @@ echo "$as_me: WARNING: swig bindings ver
if test "$PYTHON" != "none" -a "$SWIG_SUITABLE" = "yes" -a "$svn_swig_bindings_enable_python" = "yes"; then
{ echo "$as_me:$LINENO: \"Configuring python swig binding\"" >&5
echo "$as_me: \"Configuring python swig binding\"" >&6;}
@@ -14,7 +14,7 @@ $NetBSD: patch-ae,v 1.8 2004/01/26 17:13:42 epg Exp $
echo "$as_me:$LINENO: checking if swig needs -L for its libraries" >&5
-@@ -10666,7 +10667,7 @@ echo "${ECHO_T}$ac_cv_python_link" >&6
+@@ -10409,7 +10410,7 @@ echo "${ECHO_T}$ac_cv_python_link" >&6
### TODO: enable when the target is implemented correctly
# SWIG_BUILD_RULES="$SWIG_BUILD_RULES swig-pl-lib"
# SWIG_INSTALL_RULES="$SWIG_INSTALL_RULES install-swig-pl-lib"
@@ -23,7 +23,7 @@ $NetBSD: patch-ae,v 1.8 2004/01/26 17:13:42 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
-@@ -10784,8 +10785,9 @@ echo "$as_me: WARNING: swig bindings ver
+@@ -10527,8 +10528,9 @@ echo "$as_me: WARNING: swig bindings ver
if test "$PYTHON" != "none" -a "$SWIG_SUITABLE" = "yes" -a "$svn_swig_bindings_enable_python" = "yes"; then
{ echo "$as_me:$LINENO: \"Configuring python swig binding\"" >&5
echo "$as_me: \"Configuring python swig binding\"" >&6;}
@@ -35,7 +35,7 @@ $NetBSD: patch-ae,v 1.8 2004/01/26 17:13:42 epg Exp $
echo "$as_me:$LINENO: checking if swig needs -L for its libraries" >&5
-@@ -10867,7 +10869,7 @@ echo "${ECHO_T}$ac_cv_python_link" >&6
+@@ -10610,7 +10612,7 @@ echo "${ECHO_T}$ac_cv_python_link" >&6
### TODO: enable when the target is implemented correctly
# SWIG_BUILD_RULES="$SWIG_BUILD_RULES swig-pl-lib"
# SWIG_INSTALL_RULES="$SWIG_INSTALL_RULES install-swig-pl-lib"
@@ -44,7 +44,7 @@ $NetBSD: patch-ae,v 1.8 2004/01/26 17:13:42 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
-@@ -10988,8 +10990,9 @@ echo "$as_me: WARNING: swig bindings ver
+@@ -10731,8 +10733,9 @@ echo "$as_me: WARNING: swig bindings ver
if test "$PYTHON" != "none" -a "$SWIG_SUITABLE" = "yes" -a "$svn_swig_bindings_enable_python" = "yes"; then
{ echo "$as_me:$LINENO: \"Configuring python swig binding\"" >&5
echo "$as_me: \"Configuring python swig binding\"" >&6;}
@@ -56,7 +56,7 @@ $NetBSD: patch-ae,v 1.8 2004/01/26 17:13:42 epg Exp $
echo "$as_me:$LINENO: checking if swig needs -L for its libraries" >&5
-@@ -11071,7 +11074,7 @@ echo "${ECHO_T}$ac_cv_python_link" >&6
+@@ -10814,7 +10817,7 @@ echo "${ECHO_T}$ac_cv_python_link" >&6
### TODO: enable when the target is implemented correctly
# SWIG_BUILD_RULES="$SWIG_BUILD_RULES swig-pl-lib"
# SWIG_INSTALL_RULES="$SWIG_INSTALL_RULES install-swig-pl-lib"