Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (a7fdaaf1aabd0798577be674fc6e8dc53a352e58)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (a7fdaaf1aabd0798577be674fc6e8dc53a352e58)
  • Date: Sat, 21 Jun 2008 12:53:09 -0500

GIT changes to master grimoire by George Sherwood <george AT beernabeer.com>:

collab/subversion/DEPENDS | 2 +-
collab/subversion/DETAILS | 5 ++---
collab/subversion/HISTORY | 5 +++++
collab/subversion/PRE_BUILD | 1 -
4 files changed, 8 insertions(+), 5 deletions(-)

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

diff --git a/collab/subversion/PRE_BUILD b/collab/subversion/PRE_BUILD
index ce00709..68e0a23 100755
--- a/collab/subversion/PRE_BUILD
+++ b/collab/subversion/PRE_BUILD
@@ -14,7 +14,6 @@ if [[ "$(get_spell_provider $SPELL APR)" == "apr" ]] || \
sedit "s:apr-config:apr-1-config:g" build/ac-macros/{find_,}ap* &&
sedit "s:apu-config:apu-1-config:g" build/ac-macros/{find_,}ap* &&
sedit
's,\(subversion/svnversion/svnversion.*\)\(>.*svn-revision.txt\),echo
"exported" \2,' Makefile.in &&
- sedit 's/\(NEON_ALLOWED_LIST=.* 0.26.4\)"/\1 0.27.2 0.28.0 0.28.1"/'
configure.in &&

autoreconf -v -f &&
libtoolize -f



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (a7fdaaf1aabd0798577be674fc6e8dc53a352e58), George Sherwood, 06/21/2008

Archive powered by MHonArc 2.6.24.

Top of Page