summaryrefslogtreecommitdiff
path: root/chat/hexchat
diff options
context:
space:
mode:
Diffstat (limited to 'chat/hexchat')
-rw-r--r--chat/hexchat/Makefile5
-rw-r--r--chat/hexchat/distinfo10
-rw-r--r--chat/hexchat/options.mk9
3 files changed, 10 insertions, 14 deletions
diff --git a/chat/hexchat/Makefile b/chat/hexchat/Makefile
index fcda9625cfa..4e4c7d5a6f1 100644
--- a/chat/hexchat/Makefile
+++ b/chat/hexchat/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2017/02/12 06:25:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2017/03/28 16:18:25 khorben Exp $
-DISTNAME= hexchat-2.12.1
-PKGREVISION= 3
+DISTNAME= hexchat-2.12.3
CATEGORIES= chat
MASTER_SITES= http://dl.hexchat.net/hexchat/
EXTRACT_SUFX= .tar.xz
diff --git a/chat/hexchat/distinfo b/chat/hexchat/distinfo
index 1775797b097..ef2f8e27de0 100644
--- a/chat/hexchat/distinfo
+++ b/chat/hexchat/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.3 2016/08/16 08:30:14 tnn Exp $
+$NetBSD: distinfo,v 1.4 2017/03/28 16:18:25 khorben Exp $
-SHA1 (hexchat-2.12.1.tar.xz) = 45281165322bf4c331cdb5047f9907fdc6526a09
-RMD160 (hexchat-2.12.1.tar.xz) = 877b00c61a2a32a9297babbaf7e0e8536f5d301f
-SHA512 (hexchat-2.12.1.tar.xz) = ef21029108f0c7de527186137a849540665878dab3dbd97993ba48977c81c3e5dc7e7a677e2aa11dcdf324f881659f7c2dcefa1bd092c83d9acad3b536d5a0af
-Size (hexchat-2.12.1.tar.xz) = 1585532 bytes
+SHA1 (hexchat-2.12.3.tar.xz) = 69c91e374eed4b869941d55a7d50362c667119bb
+RMD160 (hexchat-2.12.3.tar.xz) = b9340b949012f4f86e6d14b7b8c6e7794967bb0b
+SHA512 (hexchat-2.12.3.tar.xz) = 1ee8348b70ed27786874aebb136e78b9d3b24bc55b7cebb5c6a730970f6aa3ec690f8c7422003d7ace56987ca84c993694c8ab6b830ef39b620e544fc7353b04
+Size (hexchat-2.12.3.tar.xz) = 1577736 bytes
SHA1 (patch-configure) = 4b62af9f771c743c979dc1ad98d48ddaa5f3e50d
SHA1 (patch-osx_launcher.sh) = 7493430921809182898aca2ebb8fd1f493dbd9d3
SHA1 (patch-plugins_sysinfo_Makefile.in) = cd1d3b70a59ecd18b895a1633f59e6ab745c2e42
diff --git a/chat/hexchat/options.mk b/chat/hexchat/options.mk
index e557c4f7f96..babfa39973c 100644
--- a/chat/hexchat/options.mk
+++ b/chat/hexchat/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2016/08/16 08:30:14 tnn Exp $
+# $NetBSD: options.mk,v 1.5 2017/03/28 16:18:25 khorben Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.hexchat
PKG_SUPPORTED_OPTIONS= dbus gtk2 inet6 libcanberra libnotify libpci libproxy
@@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --disable-dbus
.include "../../x11/gtk2/buildlink3.mk"
PLIST.gtk2= yes
.else
-CONFIGURE_ARGS+= --disable-gtkfe --disable-gtktest
+CONFIGURE_ARGS+= --disable-gtkfe
.endif
.if empty(PKG_OPTIONS:Minet6)
@@ -101,11 +101,8 @@ CONFIGURE_ARGS+= --enable-python=no
.if !empty(PKG_OPTIONS:Mtests)
CONFIGURE_ARGS+= --enable-glibtest
-.if !empty(PKG_OPTIONS:Mgtk2)
-CONFIGURE_ARGS+= --enable-gtktest
-.endif
.else
-CONFIGURE_ARGS+= --disable-glibtest --disable-gtktest
+CONFIGURE_ARGS+= --disable-glibtest
.endif
.if !empty(PKG_OPTIONS:Mthemes)