Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (d2d9246a8127730cfeb29708a57468d0f1d4cd27)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (d2d9246a8127730cfeb29708a57468d0f1d4cd27)
  • Date: Wed, 7 Apr 2010 19:03:19 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

http/gnash/DEPENDS | 2 +-
http/gnash/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit d2d9246a8127730cfeb29708a57468d0f1d4cd27
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

http/gnash: switched to libssh from openssh

diff --git a/http/gnash/DEPENDS b/http/gnash/DEPENDS
index e70e36b..1e390b0 100755
--- a/http/gnash/DEPENDS
+++ b/http/gnash/DEPENDS
@@ -99,7 +99,7 @@ optional_depends docbook-utils
\
"--disable-docbook" \
"Enable support for building documentation" &&

-optional_depends openssh \
+optional_depends libssh \
"--enable-ssh" \
"--disable-ssh" \
"Enable using SSH for network communication" &&
diff --git a/http/gnash/HISTORY b/http/gnash/HISTORY
index ee20077..66f283f 100644
--- a/http/gnash/HISTORY
+++ b/http/gnash/HISTORY
@@ -1,3 +1,6 @@
+2010-04-07 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS: openssh -> libssh
+
2010-02-19 Pol Vinogradov <vin.public AT gmail.com>
* CONFIGURE, BUILD: moved OPTS modifying code to BUILD according
policy
* DEPENDS: fixed cairo double dependency




Archive powered by MHonArc 2.6.24.

Top of Page