pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/weechat



Module Name:    pkgsrc
Committed By:   maya
Date:           Fri May 25 10:16:03 UTC 2018

Modified Files:
        pkgsrc/chat/weechat: Makefile PLIST distinfo
Removed Files:
        pkgsrc/chat/weechat/patches: patch-ab
            patch-src_gui_curses_CMakeLists_txt

Log Message:
weechat: update to 2.1

Note that if the perl option is used, weechat segfaults at exit.
Not sure the wide-curses option does anything.
Remove conflicting patches that don't seem necessary.

Highlights:
Option to check license of scripts loaded
Completion for /set and /help commands


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/chat/weechat/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/chat/weechat/PLIST
cvs rdiff -u -r1.47 -r1.48 pkgsrc/chat/weechat/distinfo
cvs rdiff -u -r1.8 -r0 pkgsrc/chat/weechat/patches/patch-ab
cvs rdiff -u -r1.5 -r0 \
    pkgsrc/chat/weechat/patches/patch-src_gui_curses_CMakeLists_txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/weechat/Makefile
diff -u pkgsrc/chat/weechat/Makefile:1.84 pkgsrc/chat/weechat/Makefile:1.85
--- pkgsrc/chat/weechat/Makefile:1.84   Sun May 20 10:56:23 2018
+++ pkgsrc/chat/weechat/Makefile        Fri May 25 10:16:03 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.84 2018/05/20 10:56:23 zafer Exp $
+# $NetBSD: Makefile,v 1.85 2018/05/25 10:16:03 maya Exp $
 
-DISTNAME=      weechat-2.0.1
-PKGREVISION=   2
+DISTNAME=      weechat-2.1
 CATEGORIES=    chat
 MASTER_SITES=  https://www.weechat.org/files/src/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/chat/weechat/PLIST
diff -u pkgsrc/chat/weechat/PLIST:1.27 pkgsrc/chat/weechat/PLIST:1.28
--- pkgsrc/chat/weechat/PLIST:1.27      Sat Jan 20 17:20:15 2018
+++ pkgsrc/chat/weechat/PLIST   Fri May 25 10:16:03 2018
@@ -1,5 +1,7 @@
-@comment $NetBSD: PLIST,v 1.27 2018/01/20 17:20:15 tonio Exp $
+@comment $NetBSD: PLIST,v 1.28 2018/05/25 10:16:03 maya Exp $
 bin/weechat
+bin/weechat-curses
+bin/weechat-headless
 include/weechat/weechat-plugin.h
 lib/pkgconfig/weechat.pc
 lib/weechat/plugins/alias.so

Index: pkgsrc/chat/weechat/distinfo
diff -u pkgsrc/chat/weechat/distinfo:1.47 pkgsrc/chat/weechat/distinfo:1.48
--- pkgsrc/chat/weechat/distinfo:1.47   Sat Jan 20 17:20:15 2018
+++ pkgsrc/chat/weechat/distinfo        Fri May 25 10:16:03 2018
@@ -1,11 +1,9 @@
-$NetBSD: distinfo,v 1.47 2018/01/20 17:20:15 tonio Exp $
+$NetBSD: distinfo,v 1.48 2018/05/25 10:16:03 maya Exp $
 
-SHA1 (weechat-2.0.1.tar.bz2) = 8eb0095af54270b4fee0c43ac4df7720984cf003
-RMD160 (weechat-2.0.1.tar.bz2) = f4131199b86944d310fc1c92e339fc7d034bb145
-SHA512 (weechat-2.0.1.tar.bz2) = a2ab2ccd05a8f020a036c67b8a979216be5442568b97b0503a88ec171502ba971deab62834926c894e76fc7a9c7bded0bfaae09ed63b8e722cd9af5b93fa4335
-Size (weechat-2.0.1.tar.bz2) = 2808212 bytes
+SHA1 (weechat-2.1.tar.bz2) = a537358336beef9391d668a6149bea1953c7b1d0
+RMD160 (weechat-2.1.tar.bz2) = 63c4e9f7ffb772ea81076454f0d653126750e987
+SHA512 (weechat-2.1.tar.bz2) = f49eb7d7a05edc8ada71a48e6dc190227daaec971d2386bee86fdd6151216a9e035bd2c682666f3a57582f8d63614bb92e69f3db5410c01cc5ff508483e6df1d
+Size (weechat-2.1.tar.bz2) = 2865960 bytes
 SHA1 (patch-CMakeLists.txt) = 493e49c0c698ff7b2685ba489d693fc1d388318d
-SHA1 (patch-ab) = 2a4583e0f5b0336e8c42ad9eb5a65bbec4730207
 SHA1 (patch-po_CMakeLists.txt) = 9b97a4a4da4175e31ea53352fd0b95e1c985ba1e
-SHA1 (patch-src_gui_curses_CMakeLists_txt) = 28a1b3b9920cc130d0454a18b111d37b8090038b
 SHA1 (patch-src_plugins_charset_charset.c) = f0b6e5268908caab5efa8048c8a55b0083ec0ca4



Home | Main Index | Thread Index | Old Index