summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
Diffstat (limited to 'chat')
-rw-r--r--chat/weechat/Makefile4
-rw-r--r--chat/weechat/distinfo8
-rw-r--r--chat/weechat/options.mk8
3 files changed, 12 insertions, 8 deletions
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile
index df3857aa207..4fa931d4caf 100644
--- a/chat/weechat/Makefile
+++ b/chat/weechat/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2007/04/23 11:36:49 tonio Exp $
+# $NetBSD: Makefile,v 1.15 2007/06/10 22:20:09 tonio Exp $
#
-DISTNAME= weechat-0.2.4
+DISTNAME= weechat-0.2.5
CATEGORIES= chat
MASTER_SITES= http://weechat.flashtux.org/download/
EXTRACT_SUFX= .tar.bz2
diff --git a/chat/weechat/distinfo b/chat/weechat/distinfo
index 2c6c72f9717..31f0cab054b 100644
--- a/chat/weechat/distinfo
+++ b/chat/weechat/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2007/04/23 11:36:49 tonio Exp $
+$NetBSD: distinfo,v 1.11 2007/06/10 22:20:10 tonio Exp $
-SHA1 (weechat-0.2.4.tar.bz2) = 2bd5ee7e720a037142ee3c225686e23bedf0290e
-RMD160 (weechat-0.2.4.tar.bz2) = 5e155dd00c74a2dfa8325e4d5cbdb651174f90d1
-Size (weechat-0.2.4.tar.bz2) = 1087284 bytes
+SHA1 (weechat-0.2.5.tar.bz2) = f5e589355d78f3561e09a2525644ac85c2350192
+RMD160 (weechat-0.2.5.tar.bz2) = 60a65a4e9c6a5e2d3bf1b6a252f7cd1f9e2257b4
+Size (weechat-0.2.5.tar.bz2) = 1094690 bytes
SHA1 (patch-aa) = 5bfba8832834898030fb1612adee83c8a7d1e708
diff --git a/chat/weechat/options.mk b/chat/weechat/options.mk
index 182f4a7fdcd..3f6c79ac981 100644
--- a/chat/weechat/options.mk
+++ b/chat/weechat/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.2 2007/01/15 20:25:01 tonio Exp $
+# $NetBSD: options.mk,v 1.3 2007/06/10 22:20:10 tonio Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.weechat
-PKG_SUPPORTED_OPTIONS= charset python lua
+PKG_SUPPORTED_OPTIONS= charset gnutls python lua
PKG_SUGGESTED_OPTIONS= charset
.include "../../mk/bsd.options.mk"
@@ -14,6 +14,10 @@ CONFIGURE_ARGS+= --disable-charset
PLIST_SUBST+= WITHCHARSET="@comment "
.endif
+.if !empty(PKG_OPTIONS:Mgnutls)
+.include "../../security/gnutls/buildlink3.mk"
+.endif
+
.if !empty(PKG_OPTIONS:Mpython)
.include "../../lang/python/extension.mk"
CONFIGURE_ARGS+= --enable-python