Received: by mail.netbsd.org (Postfix, from userid 605) id 792DB84D66; Mon, 3 Apr 2023 00:29:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A658184D29 for ; Mon, 3 Apr 2023 00:29:33 +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 p6KJeGmPyWdY for ; Mon, 3 Apr 2023 00:29:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1790684D21 for ; Mon, 3 Apr 2023 00:29:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 11776FA81; Mon, 3 Apr 2023 00:29:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1680481773144800" MIME-Version: 1.0 Date: Mon, 3 Apr 2023 00:29:33 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11/libxfce4ui To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20230403002933.11776FA81@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1680481773144800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Mon Apr 3 00:29:32 UTC 2023 Modified Files: pkgsrc/x11/libxfce4ui: Makefile distinfo Log Message: libxfce4ui: update to 4.18.3 Change log: 4.18.3 (2023-03-28) ====== - Add comment about the need for gtk_widget_destroy() - Fix memory management in Vala generated code - Add annotation "(nullable)" where appropriate - Replace deprecated annotation: "(allow-none)" - Harden xfce_gtk_handle_tab_accels (thunar#1067) - screensaver: Avoid Xfconf warning - shortcuts-grabber: Ignore keyboard layout change - screensaver: Fix Xfconf memory management To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/x11/libxfce4ui/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/libxfce4ui/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1680481773144800 Content-Disposition: inline Content-Length: 1739 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/libxfce4ui/Makefile diff -u pkgsrc/x11/libxfce4ui/Makefile:1.36 pkgsrc/x11/libxfce4ui/Makefile:1.37 --- pkgsrc/x11/libxfce4ui/Makefile:1.36 Thu Feb 9 23:16:19 2023 +++ pkgsrc/x11/libxfce4ui/Makefile Mon Apr 3 00:29:32 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2023/02/09 23:16:19 gutteridge Exp $ +# $NetBSD: Makefile,v 1.37 2023/04/03 00:29:32 gutteridge Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" -DISTNAME= libxfce4ui-4.18.2 +DISTNAME= libxfce4ui-4.18.3 CATEGORIES= x11 MASTER_SITES+= https://archive.xfce.org/src/xfce/libxfce4ui/${PKGVERSION_NOREV:R}/ Index: pkgsrc/x11/libxfce4ui/distinfo diff -u pkgsrc/x11/libxfce4ui/distinfo:1.14 pkgsrc/x11/libxfce4ui/distinfo:1.15 --- pkgsrc/x11/libxfce4ui/distinfo:1.14 Thu Feb 9 23:16:19 2023 +++ pkgsrc/x11/libxfce4ui/distinfo Mon Apr 3 00:29:32 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2023/02/09 23:16:19 gutteridge Exp $ +$NetBSD: distinfo,v 1.15 2023/04/03 00:29:32 gutteridge Exp $ -BLAKE2s (libxfce4ui-4.18.2.tar.bz2) = 1c7d6178495900d3fbaa191670eb80628dffe9059168d9321962205403b53bfd -SHA512 (libxfce4ui-4.18.2.tar.bz2) = 758466e2e3096791b99e1a00c9f499d95327581ad336fc1ab0d51e3d150206d522f44c2e6053b0032499dd0cb337510cf6940dc77499cef3ecbb484de7787457 -Size (libxfce4ui-4.18.2.tar.bz2) = 901949 bytes +BLAKE2s (libxfce4ui-4.18.3.tar.bz2) = 0c6b8ce8cea37794d8a4fd0a2433fafa594ac9b4e40f4dafcf90d9179ae1ac35 +SHA512 (libxfce4ui-4.18.3.tar.bz2) = 697d883352189426b36d6c06254404b1dd2ba5f9630691b7dfddb2496d7b0233e807485155ead02dfaa73dc543eee7d8e459dc72ec56f646ec020fc9142edd28 +Size (libxfce4ui-4.18.3.tar.bz2) = 905070 bytes SHA1 (patch-libxfce4kbd-private_Makefile.in) = 10443997b9699363ab19d0092b6ac7a898a512d8 --_----------=_1680481773144800--