Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (3ba7534055669a5cd5381396f3f6c57b73f41f34)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (3ba7534055669a5cd5381396f3f6c57b73f41f34)
  • Date: Thu, 9 Feb 2017 23:02:20 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

libs/apr/DEPENDS | 3 +--
libs/apr/DETAILS | 3 +--
libs/apr/HISTORY | 1 +
3 files changed, 3 insertions(+), 4 deletions(-)

New commits:
commit 3ba7534055669a5cd5381396f3f6c57b73f41f34
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

apr: Remove outdated references to APR_CVS

diff --git a/libs/apr/DEPENDS b/libs/apr/DEPENDS
index 6f4acc5..5d1e7f7 100755
--- a/libs/apr/DEPENDS
+++ b/libs/apr/DEPENDS
@@ -1,7 +1,6 @@
depends autoconf &&
depends libtool &&
-# APR_LATEST replaces APR_CVS; remove APR_CVS in May, 2005
-if [[ "${APR_LATEST:-$APR_CVS}" == y ]]; then
+if [[ "${APR_LATEST}" == y ]]; then
depends python &&
depends subversion
fi
diff --git a/libs/apr/DETAILS b/libs/apr/DETAILS
index c8b3c08..ef14c0a 100755
--- a/libs/apr/DETAILS
+++ b/libs/apr/DETAILS
@@ -2,8 +2,7 @@
VERSION=1.5.2
SECURITY_PATCH=2
REPOS_URI="branches/${VERSION%.*}.x"
-# APR_LATEST replaces APR_CVS; remove APR_CVS in May, 2005
-if [[ "${APR_LATEST:-APR_CVS}" == y ]]; then
+if [[ "${APR_LATEST}" == y ]]; then
VERSION=${VERSION%\.*}-HEAD
SOURCE_IGNORE=volatile
SOURCE_HINTS=old_svn_compat
diff --git a/libs/apr/HISTORY b/libs/apr/HISTORY
index 219c5f1..cc12e06 100644
--- a/libs/apr/HISTORY
+++ b/libs/apr/HISTORY
@@ -1,4 +1,5 @@
2017-02-09 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS: Remove outdated references to APR_CVS
* INSTALL: build doesn't exist, copy to build-1

2016-12-04 Thomas Orgis <sobukus AT sourcemage.org>



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (3ba7534055669a5cd5381396f3f6c57b73f41f34), Eric Sandall, 02/09/2017

Archive powered by MHonArc 2.6.24.

Top of Page