[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a8f4be278c103b7a94516a77375e23d3be28208c)

Vlad Glagolev scm at sourcemage.org
Sun Sep 21 17:16:49 EDT 2008


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 http/elinks/DEPENDS    |   10 +++++-----
 http/elinks/DETAILS    |    2 +-
 http/elinks/HISTORY    |    6 ++++++
 http/elinks/PRE_BUILD  |    4 ++--
 http/elinks/elinks.gpg |binary
 5 files changed, 14 insertions(+), 8 deletions(-)

New commits:
commit a8f4be278c103b7a94516a77375e23d3be28208c
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    elinks: => 0.11.5

diff --git a/http/elinks/DEPENDS b/http/elinks/DEPENDS
index 6fbe1a6..2c793f3 100755
--- a/http/elinks/DEPENDS
+++ b/http/elinks/DEPENDS
@@ -11,12 +11,12 @@ optional_depends bzip2 \
 optional_depends openssl \
                  "--with-openssl" \
                  "--without-openssl" \
-                 "encryption for HTTPS"  &&
+                 "encryption for HTTPS" &&
 
-optional_depends  xorg-libs                     \
-                  '--with-x'                   \
-                  '--without-x'                \
-                  'for X-Windows GUI support'  &&
+optional_depends xorg-libs \
+                 "--with-x" \
+                 "--without-x" \
+                 "for X-Window GUI support" &&
 
 optional_depends spidermonkey \
                  "--with-spidermonkey" \
diff --git a/http/elinks/DETAILS b/http/elinks/DETAILS
index 24741da..e15d816 100755
--- a/http/elinks/DETAILS
+++ b/http/elinks/DETAILS
@@ -11,7 +11,7 @@ if [[ $ELINKS_VCS == y ]]; then
    SOURCE_IGNORE=volatile
   FORCE_DOWNLOAD=on
 else
-         VERSION=0.11.4
+         VERSION=0.11.5
           SOURCE=$SPELL-$VERSION.tar.bz2
          SOURCE2=$SOURCE.asc
    SOURCE_URL[0]=http://elinks.or.cz/download/$SOURCE
diff --git a/http/elinks/HISTORY b/http/elinks/HISTORY
index 0c1ad9a..02287ca 100644
--- a/http/elinks/HISTORY
+++ b/http/elinks/HISTORY
@@ -1,3 +1,9 @@
+2008-09-22 Vlad Glagolev <stealth at sourcemage.org>
+	* DETAILS: updated spell to 0.11.5
+	* DEPENDS: cleaned up, fixed a typo
+	* PRE_BUILD: quoting paths
+	* elinks.gpg: added key DEB478C8 (Kalle Olavi Niemitalo <kon at iki.fi>)
+
 2008-07-06 Vlad Glagolev <stealth at sourcemage.org>
 	* DETAILS: fixed short and long descs, replaced cvs with git, replaced
 	  hash with upstream gpg key, cleaned up
diff --git a/http/elinks/PRE_BUILD b/http/elinks/PRE_BUILD
index a3208d9..c19c6cb 100755
--- a/http/elinks/PRE_BUILD
+++ b/http/elinks/PRE_BUILD
@@ -1,6 +1,6 @@
 default_pre_build &&
-cd $SOURCE_DIRECTORY &&
+cd "$SOURCE_DIRECTORY" &&
 
 if is_depends_enabled $SPELL lua; then
-  patch -p0 < $SPELL_DIRECTORY/lua51.patch
+  patch -p0 < "$SPELL_DIRECTORY/lua51.patch"
 fi
diff --git a/http/elinks/elinks.gpg b/http/elinks/elinks.gpg
index 7cf233f..8520e74 100644
Binary files a/http/elinks/elinks.gpg and b/http/elinks/elinks.gpg differ



More information about the SM-Commit mailing list