Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a8f4be278c103b7a94516a77375e23d3be28208c)
  • Date: Sun, 21 Sep 2008 16:16:49 -0500

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




Archive powered by MHonArc 2.6.24.

Top of Page