Received: by mail.netbsd.org (Postfix, from userid 605) id 2D43984D1C; Wed, 28 Sep 2022 23:54:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5E6B984CDC for ; Wed, 28 Sep 2022 23:54:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id iFc1jZ3giGlW for ; Wed, 28 Sep 2022 23:54:41 +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 BE69584CBC for ; Wed, 28 Sep 2022 23:54:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AD22DFA90; Wed, 28 Sep 2022 23:54:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166440928158630" MIME-Version: 1.0 Date: Wed, 28 Sep 2022 23:54:41 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/time/xfce4-datetime-plugin To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20220928235441.AD22DFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166440928158630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: gutteridge Date: Wed Sep 28 23:54:41 UTC 2022 Modified Files: pkgsrc/time/xfce4-datetime-plugin: Makefile distinfo Log Message: xfce4-datetime-plugin: update to 0.8.2 Change log: 0.8.2 (2022-09-19) ===== - Fix time calculation - build: Fix intltool lock file problem during make distcheck - Fix compilation warnings - autoconf: AM_CONFIG_HEADER -> AC_CONFIG_HEADERS - Update `.gitignore` - datetime: replace deprecated GTimeVal - Translation Updates: Belarusian, English (Canada), Hebrew, Norwegian Bokmål, Slovenian, Spanish, Turkish To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 pkgsrc/time/xfce4-datetime-plugin/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/time/xfce4-datetime-plugin/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166440928158630 Content-Disposition: inline Content-Length: 1873 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/xfce4-datetime-plugin/Makefile diff -u pkgsrc/time/xfce4-datetime-plugin/Makefile:1.63 pkgsrc/time/xfce4-datetime-plugin/Makefile:1.64 --- pkgsrc/time/xfce4-datetime-plugin/Makefile:1.63 Thu Aug 11 05:09:21 2022 +++ pkgsrc/time/xfce4-datetime-plugin/Makefile Wed Sep 28 23:54:41 2022 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.63 2022/08/11 05:09:21 gutteridge Exp $ +# $NetBSD: Makefile,v 1.64 2022/09/28 23:54:41 gutteridge Exp $ -PKGREVISION= 2 .include "../../meta-pkgs/xfce4/Makefile.common" -VERSION= 0.8.1 +VERSION= 0.8.2 DISTNAME= xfce4-datetime-plugin-${VERSION} CATEGORIES= time MASTER_SITES= https://archive.xfce.org/src/panel-plugins/xfce4-datetime-plugin/${VERSION:R}/ Index: pkgsrc/time/xfce4-datetime-plugin/distinfo diff -u pkgsrc/time/xfce4-datetime-plugin/distinfo:1.15 pkgsrc/time/xfce4-datetime-plugin/distinfo:1.16 --- pkgsrc/time/xfce4-datetime-plugin/distinfo:1.15 Tue Nov 30 15:01:17 2021 +++ pkgsrc/time/xfce4-datetime-plugin/distinfo Wed Sep 28 23:54:41 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2021/11/30 15:01:17 gutteridge Exp $ +$NetBSD: distinfo,v 1.16 2022/09/28 23:54:41 gutteridge Exp $ -BLAKE2s (xfce4-datetime-plugin-0.8.1.tar.bz2) = b88eb79d13a45615f4c0723f8c13b292dba7721628e7200226c0dcf65dafaaf2 -SHA512 (xfce4-datetime-plugin-0.8.1.tar.bz2) = 2671b3732e9bfca68543ababa69dd16d988ba0acf0f0c8d2eba539143f8764f561053c69de3f89441e32c3098d135ee0cdf630aed5a4db16316455bdfc98120a -Size (xfce4-datetime-plugin-0.8.1.tar.bz2) = 330734 bytes +BLAKE2s (xfce4-datetime-plugin-0.8.2.tar.bz2) = 1442f8d39a0eddc30ca5999eb6f1f7da12d5cd43b4c7455d1b0fc7faee79f2f9 +SHA512 (xfce4-datetime-plugin-0.8.2.tar.bz2) = 3457b503c6fc72b2a1ffb7a26bf71776362087fcb3a33c6050d169843591855420c60399869131013653a6acac5b18f5926fc51690b49ebad01c4d078b2bca97 +Size (xfce4-datetime-plugin-0.8.2.tar.bz2) = 328440 bytes --_----------=_166440928158630--