New commits:
commit a7fdaaf1aabd0798577be674fc6e8dc53a352e58
Author: George Sherwood <george AT beernabeer.com>
Commit: George Sherwood <george AT beernabeer.com>
subversion: Updated to version 1.5.0
diff --git a/collab/subversion/DEPENDS b/collab/subversion/DEPENDS
index 56a0ea1..aee4567 100755
--- a/collab/subversion/DEPENDS
+++ b/collab/subversion/DEPENDS
@@ -20,7 +20,7 @@ then
if [[ "$SVN_RUBY" == y ]]; then depends ruby; fi
fi &&
-optional_depends zlib '--with-zlib' '--without-zlib' 'for stream compression
support' &&
+optional_depends zlib '--with-zlib=/usr' '--without-zlib' 'for stream
compression support' &&
optional_depends gettext '--enable-nls' '--disable-nls' 'for language
translations' &&
optional_depends openssl '--with-ssl' '--without-ssl' 'for SSL/TLS support'
&&
optional_depends cyrus-sasl '--with-sasl' '--without-sasl' 'for Cyrus SASL
authentication' &&
diff --git a/collab/subversion/DETAILS b/collab/subversion/DETAILS
index 51409b9..35d1985 100755
--- a/collab/subversion/DETAILS
+++ b/collab/subversion/DETAILS
@@ -1,5 +1,5 @@
SPELL=subversion
- VERSION=1.4.6
+ VERSION=1.5.0
if [[ "$SVN_HEAD" == y ]]; then VERSION=${VERSION%.*}-HEAD; fi
SOURCE=$SPELL-$VERSION.tar.bz2
if [[ "$SVN_HEAD" == y ]]; then
@@ -9,14 +9,13 @@ if [[ "$SVN_HEAD" == y ]]; then
else
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://subversion.tigris.org/downloads/$SOURCE
-
SOURCE_HASH=sha512:bfa6fe0fe035b71d385d6d5b752dc1ad15cb080a61f1eac5b09dd0c1465c9affdb05dbc901641e6d9a29524977f52b65a4042b263d76fbd897fde501f0a4481a
+
SOURCE_HASH=sha512:3cd3b164c9fd0bb9a580e2fe25c8569f043fdb4d083ca0b3eb4d1625b07725ebac9bbeb426e9c483b0c83beae42b499194351efb81e1b1fe57046e37509f3efd
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://subversion.tigris.org/
ENTERED=20020528
LICENSE[0]=APACHE
DOCS='doc/*'
- PATCHLEVEL=0
KEYWORDS="cvs collab"
SHORT='Compelling replacement for CVS'
cat << EOF
diff --git a/collab/subversion/HISTORY b/collab/subversion/HISTORY
index f1b4a23..f9fcb34 100644
--- a/collab/subversion/HISTORY
+++ b/collab/subversion/HISTORY
@@ -1,3 +1,8 @@
+2008-06-21 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 1.5.0
+ * DEPENDS: Added /usr to depends zlib
+ * PRE_BUILD: Removed unneeded sedit for configure.in
+
2008-04-18 Elisamuel Resto <ryuji AT sourcemage.org>
* INSTALL: install bindings with a single make job, stuff tends to
break otherwise