Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (ca1f95e1369db3ab8ef81da38eb64083415c7576)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (ca1f95e1369db3ab8ef81da38eb64083415c7576)
  • Date: Wed, 11 May 2011 19:48:40 -0500

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

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

New commits:
commit ca1f95e1369db3ab8ef81da38eb64083415c7576
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

http/luakit: update dependencies

Update/correct the dependencies. Wget is no longer used by luakit.
help2man is only needed for generating the man page during build. This
could be disabled, but only by modifying (e.g., sed -i) the config.mk
file before BUILD. Therefore, currently, the build will fail if help2man
is not installed.

diff --git a/http/luakit/DEPENDS b/http/luakit/DEPENDS
index 22eea36..dcd8192 100755
--- a/http/luakit/DEPENDS
+++ b/http/luakit/DEPENDS
@@ -1,3 +1,5 @@
depends lua &&
depends webkitgtk &&
-depends wget
+depends help2man &&
+
+runtime_depends luafilesystem
diff --git a/http/luakit/HISTORY b/http/luakit/HISTORY
index 312071f..e2680cc 100644
--- a/http/luakit/HISTORY
+++ b/http/luakit/HISTORY
@@ -1,3 +1,7 @@
+2011-05-12 Justin Boffemmyer <flux AT sourcemage.org>
+ * DEPENDS: add missing dependencies, remove wget (no longer a
+ dependency)
+
2010-08-30 Arjan Bouter <abouter AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, PRE_BUILD, PREPARE: spell created




  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (ca1f95e1369db3ab8ef81da38eb64083415c7576), Justin Boffemmyer, 05/11/2011

Archive powered by MHonArc 2.6.24.

Top of Page