diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-02-14 12:52:13 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-02-14 12:52:13 +0000 |
commit | bad6c227c4bee283109f5dea4384e9808043bd15 (patch) | |
tree | c04d718b7175c1095007a7a8266d9ee4d37302de /chat | |
parent | 18d2be290fde583f1a208154bb75d902b216df4e (diff) | |
download | pkgsrc-bad6c227c4bee283109f5dea4384e9808043bd15.tar.gz |
Update to 1.4
* Fix PR pkg/50358 partially using dynamic python library.
However if your system has python in /usr/bin and your current
working directory is not your home directory, your weechat
reads its library files and dies.
Changelog:
Among the new features:
- add a parent name in options, display inherited values if null in /set output
- add option weechat.look.paste_auto_add_newline
- add /fifo command
- track real names using extended-join and WHO (IRC)
- add support of SNI (Server Name Indication) in SSL connection to IRC server
- add support of IRC "cap-notify" capability
- add IRC command /cap
- add hex dump of messages in raw buffer when debug is enabled for irc plugin
- add option relay.irc.backlog_since_last_message
- add option script.scripts.download_timeout
- add scripts to build Debian packages
- many bugs fixed.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/weechat/Makefile | 4 | ||||
-rw-r--r-- | chat/weechat/PLIST | 3 | ||||
-rw-r--r-- | chat/weechat/distinfo | 10 | ||||
-rw-r--r-- | chat/weechat/options.mk | 3 |
4 files changed, 11 insertions, 9 deletions
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile index 28e7ae809e4..6bb15c93f64 100644 --- a/chat/weechat/Makefile +++ b/chat/weechat/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.59 2015/12/06 22:36:46 tonio Exp $ +# $NetBSD: Makefile,v 1.60 2016/02/14 12:52:13 ryoon Exp $ -DISTNAME= weechat-1.3 +DISTNAME= weechat-1.4 CATEGORIES= chat MASTER_SITES= http://www.weechat.org/files/src/ diff --git a/chat/weechat/PLIST b/chat/weechat/PLIST index 1396b745c53..c821a25ea4e 100644 --- a/chat/weechat/PLIST +++ b/chat/weechat/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2015/08/01 19:10:15 tonio Exp $ +@comment $NetBSD: PLIST,v 1.22 2016/02/14 12:52:13 ryoon Exp $ bin/weechat include/weechat/weechat-plugin.h lib/pkgconfig/weechat.pc @@ -12,6 +12,7 @@ lib/weechat/plugins/relay.so lib/weechat/plugins/script.so lib/weechat/plugins/trigger.so lib/weechat/plugins/xfer.so +man/cs/man1/weechat.1 man/de/man1/weechat.1 man/fr/man1/weechat.1 man/it/man1/weechat.1 diff --git a/chat/weechat/distinfo b/chat/weechat/distinfo index 0475d951bb1..e18995e6249 100644 --- a/chat/weechat/distinfo +++ b/chat/weechat/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.35 2015/12/06 22:36:46 tonio Exp $ +$NetBSD: distinfo,v 1.36 2016/02/14 12:52:13 ryoon Exp $ -SHA1 (weechat-1.3.tar.bz2) = 3d6cac3a92b194819197ee7ed435a0c2e62a7c66 -RMD160 (weechat-1.3.tar.bz2) = 2484204e67eea53328a37c7d588cb76f76dfd0ec -SHA512 (weechat-1.3.tar.bz2) = 82159f1c630bf389e7a3b8baf29b67c50711e1a767040440c71bfd7d3cd0c3005b7423e6dd53c2437512cc68953f540039971a4e6f6d7a4cdb4a4e74e4c3985b -Size (weechat-1.3.tar.bz2) = 2402422 bytes +SHA1 (weechat-1.4.tar.bz2) = 1245d1bf1cbcb37bfa586299850e37f1a23aee98 +RMD160 (weechat-1.4.tar.bz2) = e473abd155e79842a734e0c2deb0bc4a7bc9f47f +SHA512 (weechat-1.4.tar.bz2) = 4c4bf25da513c25a16b24d94c1a6971db12d5cf168c83aa97570ffff53c634f7b25e92f1dbe54fefd09eeb69ece9ddc4be115bb6f6fc078ef7682dcb1df21f04 +Size (weechat-1.4.tar.bz2) = 2464362 bytes SHA1 (patch-ab) = 2a4583e0f5b0336e8c42ad9eb5a65bbec4730207 SHA1 (patch-cmake_FindRuby_cmake.patch) = dbd214aa35eeedc4ea304a9e51cecd1761c05eab SHA1 (patch-po_CMakeLists.txt) = 9b97a4a4da4175e31ea53352fd0b95e1c985ba1e diff --git a/chat/weechat/options.mk b/chat/weechat/options.mk index f3f34b9b12c..9f7fd6963a7 100644 --- a/chat/weechat/options.mk +++ b/chat/weechat/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.13 2015/12/06 22:36:46 tonio Exp $ +# $NetBSD: options.mk,v 1.14 2016/02/14 12:52:13 ryoon Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.weechat PKG_SUPPORTED_OPTIONS= gnutls python lua wide-curses perl ruby @@ -21,6 +21,7 @@ PLIST_VARS+= lua plugin python perl ruby .if !empty(PKG_OPTIONS:Mpython) .include "../../lang/python/extension.mk" CMAKE_ARGS+= -DENABLE_PYTHON:BOOL=ON +CMAKE_ARGS+= -DPYTHON_LIBRARY:FILEPATH=${PREFIX}/lib/libpython${PYVERSSUFFIX}.so PLIST.python= yes .else CMAKE_ARGS+= -DENABLE_PYTHON:BOOL=OFF |