summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorkhorben <khorben>2017-03-28 16:18:25 +0000
committerkhorben <khorben>2017-03-28 16:18:25 +0000
commita834381bd6fd795e5b5a7ddd785e4a5205f70364 (patch)
treeaed430762a3a36bde2fcddb17d8267577282c988 /chat
parent4135a0f27acae8b8952b0c9f83eadb1a3cf7b703 (diff)
downloadpkgsrc-a834381bd6fd795e5b5a7ddd785e4a5205f70364.tar.gz
Update chat/hexchat to version 2.12.3
2.12.3 (2016-10-22) * fix crash with bad translations * fix crash and leaks in mpcinfo plugin * add mhop command * change ping timeout to 60 by default * update translations 2.12.2 (2016-10-08) * fix input box theme with Adwaita 3.20 * fix return value of hexchat_pluginpref_get_int() * fix tab color changing when print events are eaten * fix network name not being sanitized for scrollback files * fix building sysinfo on OS X <= 10.9 * fix resume with DCC GET * fix possible assertion when decoding incoming text * fix possible crashes when plugins modify the UI during context close * add "chanmodes" to channel list in plugin api * lua: o add automatic return and = handling in console o fix pluginpref usage * fishlim: o fix saving nicks containing [ or ] o add commands: /topic+, /msg+, and /notice+ o add support for /me o add /keyx command to do DH1080 key exchanges * improve efficiency of various timers * reduce updates of user count in titlebar/userlist * download extra redist for perl on Windows * update appdata file * update translations * update dependencies on Windows This is a leaf package, and in preparation of a security fix. "please commit" gdt@
Diffstat (limited to 'chat')
-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)