[SM-Commit] GIT changes to master grimoire by Bor Kraljič (92f8ec5dfef3cacd763aca15160b795d50bcb637)

Bor Kraljič scm at sourcemage.org
Wed Oct 27 10:15:12 EDT 2010


GIT changes to master grimoire by Bor Kraljič <pyrobor at ver.si>:

 crypto/gnupg/DEPENDS |    4 ++--
 crypto/gnupg/HISTORY |    3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 92f8ec5dfef3cacd763aca15160b795d50bcb637
Author: Bor Kraljič <pyrobor at ver.si>
Commit: Bor Kraljič <pyrobor at ver.si>

    gnupg: changed {dis,en}able-curl -> with{,out}-libcurl in DEPENDS

diff --git a/crypto/gnupg/DEPENDS b/crypto/gnupg/DEPENDS
index e7d17dc..4326545 100755
--- a/crypto/gnupg/DEPENDS
+++ b/crypto/gnupg/DEPENDS
@@ -9,8 +9,8 @@ optional_depends  bzip2                \
                   "for bzip2 support"  &&
 
 optional_depends  curl                 \
-                  "--enable-curl"      \
-                  "--disable-curl"     \
+                  "--with-libcurl"      \
+                  "--without-libcurl"     \
                   "curl support"      &&
 
 optional_depends  openldap            \
diff --git a/crypto/gnupg/HISTORY b/crypto/gnupg/HISTORY
index 48df35a..c2a1388 100644
--- a/crypto/gnupg/HISTORY
+++ b/crypto/gnupg/HISTORY
@@ -1,3 +1,6 @@
+2010-10-27 Bor Kraljič <pyrobor at ver.si>
+	* DEPENDS: changed {dis,en}able-curl -> with{,out}-libcurl
+
 2010-10-18 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 1.4.11
 



More information about the SM-Commit mailing list