[Lunar-commits] <moonbase> weechat: version bumped to 0.3.7.

Florin Braescu florin at lunar-linux.org
Sun Feb 26 19:01:22 CET 2012


commit 4cd66e2eb92dd25504f66024c800ba69da90fb3b
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Feb 26 19:01:22 2012 +0100

    weechat: version bumped to 0.3.7.
---
 chat/weechat/BUILD   |    9 +++++----
 chat/weechat/DEPENDS |   10 ++++++----
 chat/weechat/DETAILS |   10 +++++-----
 3 files changed, 16 insertions(+), 13 deletions(-)

diff --git a/chat/weechat/BUILD b/chat/weechat/BUILD
index 11cb9c2..e110574 100644
--- a/chat/weechat/BUILD
+++ b/chat/weechat/BUILD
@@ -1,10 +1,11 @@
 (
-  default_build                           &&
-  cd /usr/bin                             &&
+
+  default_build  &&
+  cd /usr/bin    &&
   if [ -h /usr/bin/weechat ]; then
     rm -f weechat
-  fi                                      &&
-  ln -sf weechat-curses weechat           &&
+  fi  &&
+  ln -sf weechat-curses weechat  &&
   gather_docs UPGRADE_0.3
 
 ) > $C_FIFO 2>&1
diff --git a/chat/weechat/DEPENDS b/chat/weechat/DEPENDS
index 6936659..5115f0f 100644
--- a/chat/weechat/DEPENDS
+++ b/chat/weechat/DEPENDS
@@ -1,6 +1,8 @@
 depends ncurses
-optional_depends "perl"  "--enable-perl" "--disable-perl" "to compile the perl plugin"
+depends guile
+
+optional_depends "perl"   "--enable-perl"   "--disable-perl"   "to compile the perl plugin"
 optional_depends "Python" "--enable-python" "--disable-python" "to compile the Python plugin"
-optional_depends "lua" "--enable-lua" "--disable-lua" "to compile the lua plugin"
-optional_depends "ruby" "--enable-ruby" "--disable-ruby" "to compile the ruby plugin"
-optional_depends "tcl" "--enable-tcl" "--disable-tcl" "to compile the tcl plugin"
+optional_depends "lua"    "--enable-lua"    "--disable-lua"    "to compile the lua plugin"
+optional_depends "ruby"   "--enable-ruby"   "--disable-ruby"   "to compile the ruby plugin"
+optional_depends "tcl"    "--enable-tcl"    "--disable-tcl"    "to compile the tcl plugin"
diff --git a/chat/weechat/DETAILS b/chat/weechat/DETAILS
index 8e029cd..277b8db 100644
--- a/chat/weechat/DETAILS
+++ b/chat/weechat/DETAILS
@@ -1,11 +1,11 @@
           MODULE=weechat
-         VERSION=0.3.6
-          SOURCE=${MODULE}-${VERSION}.tar.bz2
+         VERSION=0.3.7
+          SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://weechat.org/files/src
-      SOURCE_VFY=sha1:529f8ec1756ababfe25cf16241fa7250508b6cc8
-        WEB_SITE=http://weechat.org/
+      SOURCE_VFY=sha1:897b79e18bbe947e4b78857ff1d428d17441d412
+        WEB_SITE=http://weechat.org
          ENTERED=20050223
-         UPDATED=20111022
+         UPDATED=20120227
            SHORT="A very light and neat IRC client"
 PSAFE=no
 


More information about the Lunar-commits mailing list