[SM-Commit] GIT changes to master grimoire by Jaka Kranjc (f614f089a3ebe48e3096f11f50ff6c3e32b84a30)

Jaka Kranjc scm at sourcemage.org
Sun Jun 10 12:23:13 EDT 2007


GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx at sourcemage.org>:

 crypto/xmlsec/DEPENDS |    2 +-
 crypto/xmlsec/HISTORY |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit f614f089a3ebe48e3096f11f50ff6c3e32b84a30
Author: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    xmlsec: added missing &&

diff --git a/crypto/xmlsec/DEPENDS b/crypto/xmlsec/DEPENDS
index c264f91..0479086 100755
--- a/crypto/xmlsec/DEPENDS
+++ b/crypto/xmlsec/DEPENDS
@@ -4,7 +4,7 @@ depends libxml2   '--with-libxml=/usr' &&
 optional_depends libxslt '--with-libxslt=/usr' '--without-libxslt' 'for XSLT-related functions' &&
 echo &&
 message "You have to pick at least one of the following dependencies!" &&
-optional_depends gnutls  '--with-gnutls=/usr'  '--without-gnutls'  'for encrypted communications'
+optional_depends gnutls  '--with-gnutls=/usr'  '--without-gnutls'  'for encrypted communications' &&
 optional_depends nss     '--with-nss=/usr'     '--without-nss'     'for encrypted communications' &&
 optional_depends openssl '--with-openssl=/usr' '--without-openssl' 'for encrypted communications' &&
 
diff --git a/crypto/xmlsec/HISTORY b/crypto/xmlsec/HISTORY
index e271539..bf938b6 100644
--- a/crypto/xmlsec/HISTORY
+++ b/crypto/xmlsec/HISTORY
@@ -1,5 +1,6 @@
 2007-06-10 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
 	* DEPENDS: added a fallback backend choice #11486
+	  added missing &&
 
 2006-10-03 Juuso Alasuutari <iuso at sourcemage.org>
 	* DETAILS: [automated] Removed UPDATED.



More information about the SM-Commit mailing list