Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David C. Haley (7aa4abd808500af71ebf56fa57a67329704e3993)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "David C. Haley" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David C. Haley (7aa4abd808500af71ebf56fa57a67329704e3993)
  • Date: Tue, 19 Dec 2017 16:00:47 +0000

GIT changes to master grimoire by David C. Haley <khoralin AT gmail.com>:

devel/cmake/DEPENDS | 3 +--
devel/cmake/HISTORY | 3 +++
2 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 7aa4abd808500af71ebf56fa57a67329704e3993
Author: David C. Haley <khoralin AT gmail.com>
Commit: David C. Haley <khoralin AT gmail.com>

devel/cmake: Fixed Erroneous DEPENDS New-Line

diff --git a/devel/cmake/DEPENDS b/devel/cmake/DEPENDS
index b1309a1..4365fbb 100755
--- a/devel/cmake/DEPENDS
+++ b/devel/cmake/DEPENDS
@@ -7,8 +7,7 @@ depends jsoncpp '--system-jsoncpp' &&
depends zlib '--system-zlib' &&
depends bzip2 '--system-bzip2' &&
depends libarchive '--system-libarchive' &&
-depends xz-utils
- '--system-liblzma' &&
+depends xz-utils '--system-liblzma' &&
optional_depends libidn '' '' 'international domain name support' &&
optional_depends qt4 \
"--qt-gui" \
diff --git a/devel/cmake/HISTORY b/devel/cmake/HISTORY
index 7c0a3d6..5081858 100644
--- a/devel/cmake/HISTORY
+++ b/devel/cmake/HISTORY
@@ -1,3 +1,6 @@
+2017-12-19 David C. Haley <khoralin AT gmail.com>
+ * DEPENDS: fixed erroneous new-line
+
2017-12-18 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: add gettext, xz-utils, jsoncpp




  • [SM-Commit] GIT changes to master grimoire by David C. Haley (7aa4abd808500af71ebf56fa57a67329704e3993), David C. Haley, 12/19/2017

Archive powered by MHonArc 2.6.24.

Top of Page