Received: by mail.netbsd.org (Postfix, from userid 605) id 7C41584D82; Fri, 16 Dec 2022 22:54:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AA0C384D58 for ; Fri, 16 Dec 2022 22:54:23 +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 1WTVPhAZECT3 for ; Fri, 16 Dec 2022 22:54:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1FC6284D1C for ; Fri, 16 Dec 2022 22:54:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1467AFA90; Fri, 16 Dec 2022 22:54:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671231263224580" MIME-Version: 1.0 Date: Fri, 16 Dec 2022 22:54:23 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11/xfce4-notifyd To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20221216225423.1467AFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671231263224580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Fri Dec 16 22:54:23 UTC 2022 Modified Files: pkgsrc/x11/xfce4-notifyd: Makefile distinfo Log Message: xfce4-notifyd: update to 0.6.5 Change log: 0.6.5 (2022-12-16) ===== - Fix segfault crash. - Translation Updates: Czech, Greek, Hebrew, Kazakh, Occitan (post 1500), Portuguese (Brazil) To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/xfce4-notifyd/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/xfce4-notifyd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671231263224580 Content-Disposition: inline Content-Length: 1762 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xfce4-notifyd/Makefile diff -u pkgsrc/x11/xfce4-notifyd/Makefile:1.37 pkgsrc/x11/xfce4-notifyd/Makefile:1.38 --- pkgsrc/x11/xfce4-notifyd/Makefile:1.37 Tue Sep 6 22:47:17 2022 +++ pkgsrc/x11/xfce4-notifyd/Makefile Fri Dec 16 22:54:22 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2022/09/06 22:47:17 gutteridge Exp $ +# $NetBSD: Makefile,v 1.38 2022/12/16 22:54:22 gutteridge Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" -VERSION= 0.6.4 +VERSION= 0.6.5 DISTNAME= xfce4-notifyd-${VERSION} CATEGORIES= x11 MASTER_SITES= https://archive.xfce.org/src/apps/xfce4-notifyd/${VERSION:R}/ Index: pkgsrc/x11/xfce4-notifyd/distinfo diff -u pkgsrc/x11/xfce4-notifyd/distinfo:1.14 pkgsrc/x11/xfce4-notifyd/distinfo:1.15 --- pkgsrc/x11/xfce4-notifyd/distinfo:1.14 Tue Sep 6 22:47:17 2022 +++ pkgsrc/x11/xfce4-notifyd/distinfo Fri Dec 16 22:54:22 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2022/09/06 22:47:17 gutteridge Exp $ +$NetBSD: distinfo,v 1.15 2022/12/16 22:54:22 gutteridge Exp $ -BLAKE2s (xfce4-notifyd-0.6.4.tar.bz2) = c0e0a7185142a9db1af25522690aa33a7c24ca7d63065d7cde49c6331c8deb54 -SHA512 (xfce4-notifyd-0.6.4.tar.bz2) = 644e2e49092892e386a9f82edc6ab3b2b59ba67617d9217fb43dd3cf74ae5cfc9b9bea6ed0fab4c4440eca68613aa996d9f8dc73deb1f60926217b7db18cc73b -Size (xfce4-notifyd-0.6.4.tar.bz2) = 554776 bytes +BLAKE2s (xfce4-notifyd-0.6.5.tar.bz2) = 0f68118265041e95b298e2b86335a1b497d6f990926b73bd513444a0efaf8373 +SHA512 (xfce4-notifyd-0.6.5.tar.bz2) = 9953dd456520bd80e0d48da013703d7b976f953b9b41cd55f3ac236a74c55277d04f38a092e2a9024cd67cbcde3f3989daadf6b4f41e57c7e005c20f4acdf1ac +Size (xfce4-notifyd-0.6.5.tar.bz2) = 572193 bytes SHA1 (patch-Makefile.in) = fbccb3ba71f22eb275b0f9570899105d1fdb6d08 --_----------=_1671231263224580--