Received: by mail.netbsd.org (Postfix, from userid 605) id EACDB84D32; Wed, 27 Mar 2019 04:05:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 70DA384D2A for ; Wed, 27 Mar 2019 04:05:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id NRO1ygPFgIzH for ; Wed, 27 Mar 2019 04:05:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DA51A84C6C for ; Wed, 27 Mar 2019 04:05:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D4DDEFB16; Wed, 27 Mar 2019 04:05:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1553659524121710" MIME-Version: 1.0 Date: Wed, 27 Mar 2019 04:05:24 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11/xfce4-whiskermenu-plugin To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20190327040524.D4DDEFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1553659524121710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Wed Mar 27 04:05:24 UTC 2019 Modified Files: pkgsrc/x11/xfce4-whiskermenu-plugin: Makefile PLIST distinfo Log Message: xfce4-whiskermenu-plugin: update to 2.3.2 2.3.2 ===== - Fix editing menu items containting a single quote. (bug #15091) - Fix displaying empty tooltips. (bug #15137) - Translation updates: Dutch, Galician, Spanish, Swedish, Ukrainian. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/xfce4-whiskermenu-plugin/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/xfce4-whiskermenu-plugin/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/xfce4-whiskermenu-plugin/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1553659524121710 Content-Disposition: inline Content-Length: 3140 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xfce4-whiskermenu-plugin/Makefile diff -u pkgsrc/x11/xfce4-whiskermenu-plugin/Makefile:1.22 pkgsrc/x11/xfce4-whiskermenu-plugin/Makefile:1.23 --- pkgsrc/x11/xfce4-whiskermenu-plugin/Makefile:1.22 Sun Feb 17 16:13:10 2019 +++ pkgsrc/x11/xfce4-whiskermenu-plugin/Makefile Wed Mar 27 04:05:24 2019 @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.22 2019/02/17 16:13:10 youri Exp $ +# $NetBSD: Makefile,v 1.23 2019/03/27 04:05:24 gutteridge Exp $ -DISTNAME= xfce4-whiskermenu-plugin-2.3.1 +VERSION= 2.3.2 +DISTNAME= xfce4-whiskermenu-plugin-${VERSION} CATEGORIES= x11 -MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/2.3/ +MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${VERSION:R}/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= youri@NetBSD.org Index: pkgsrc/x11/xfce4-whiskermenu-plugin/PLIST diff -u pkgsrc/x11/xfce4-whiskermenu-plugin/PLIST:1.5 pkgsrc/x11/xfce4-whiskermenu-plugin/PLIST:1.6 --- pkgsrc/x11/xfce4-whiskermenu-plugin/PLIST:1.5 Fri Jan 18 13:14:03 2019 +++ pkgsrc/x11/xfce4-whiskermenu-plugin/PLIST Wed Mar 27 04:05:24 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2019/01/18 13:14:03 youri Exp $ +@comment $NetBSD: PLIST,v 1.6 2019/03/27 04:05:24 gutteridge Exp $ bin/xfce4-popup-whiskermenu lib/xfce4/panel/plugins/libwhiskermenu.so man/man1/xfce4-popup-whiskermenu.1 @@ -31,6 +31,7 @@ share/locale/eu/LC_MESSAGES/xfce4-whiske share/locale/fa/LC_MESSAGES/xfce4-whiskermenu-plugin.mo share/locale/fi/LC_MESSAGES/xfce4-whiskermenu-plugin.mo share/locale/fr/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +share/locale/gl/LC_MESSAGES/xfce4-whiskermenu-plugin.mo share/locale/he/LC_MESSAGES/xfce4-whiskermenu-plugin.mo share/locale/hr/LC_MESSAGES/xfce4-whiskermenu-plugin.mo share/locale/hu/LC_MESSAGES/xfce4-whiskermenu-plugin.mo Index: pkgsrc/x11/xfce4-whiskermenu-plugin/distinfo diff -u pkgsrc/x11/xfce4-whiskermenu-plugin/distinfo:1.8 pkgsrc/x11/xfce4-whiskermenu-plugin/distinfo:1.9 --- pkgsrc/x11/xfce4-whiskermenu-plugin/distinfo:1.8 Sun Feb 17 16:13:10 2019 +++ pkgsrc/x11/xfce4-whiskermenu-plugin/distinfo Wed Mar 27 04:05:24 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2019/02/17 16:13:10 youri Exp $ +$NetBSD: distinfo,v 1.9 2019/03/27 04:05:24 gutteridge Exp $ -SHA1 (xfce4-whiskermenu-plugin-2.3.1.tar.bz2) = 2305ea3ab0241408e78423c8f344c3b8790d77ba -RMD160 (xfce4-whiskermenu-plugin-2.3.1.tar.bz2) = 0104a73f1344ced3ab2011c1c925e88325db74d0 -SHA512 (xfce4-whiskermenu-plugin-2.3.1.tar.bz2) = f09a3a496aec5c29e6604657c0eb6dbc1bab731b56b34067dfe2548670dd4837741c55ebbb9f98505c6569effee170936cdd48dd0d79947d50b17f85410a38ea -Size (xfce4-whiskermenu-plugin-2.3.1.tar.bz2) = 157734 bytes +SHA1 (xfce4-whiskermenu-plugin-2.3.2.tar.bz2) = 080f6f73b36a5db0a835ed30de7a7bf1d9bff5a9 +RMD160 (xfce4-whiskermenu-plugin-2.3.2.tar.bz2) = 3bf21260338d56edb05f46667bb93a763bf78010 +SHA512 (xfce4-whiskermenu-plugin-2.3.2.tar.bz2) = 2b9557b29d1b30b5d46df5f182d64562873defd59cd36e6444da4b73bbdf3835cfb17101f11a3ac6e9f875a9dc4d51e2301a420a888bfa1d7fdc6ae715d92443 +Size (xfce4-whiskermenu-plugin-2.3.2.tar.bz2) = 159652 bytes --_----------=_1553659524121710--