Received: by mail.netbsd.org (Postfix, from userid 605) id 8DE6384E6E; Thu, 5 Aug 2021 01:52:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C754084E5B for ; Thu, 5 Aug 2021 01:52:41 +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 bdhAamnOAt1L for ; Thu, 5 Aug 2021 01:52: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 3BD9784CE3 for ; Thu, 5 Aug 2021 01:52:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2FB2EFA97; Thu, 5 Aug 2021 01:52:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1628128361770" MIME-Version: 1.0 Date: Thu, 5 Aug 2021 01:52:41 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/sysutils/upower To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20210805015241.2FB2EFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1628128361770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Thu Aug 5 01:52:41 UTC 2021 Modified Files: pkgsrc/sysutils/upower: Makefile distinfo Log Message: upower: update to 0.99.12 (Evidently upstream doesn't publish each release to a common directory anymore; instead they use a process that generates a unique tagged path.) Version 0.99.12 ~~~~~~~~~~~~~~~ Released: 2021-06-17 New Features: - Add a raft of new device types - Add support for iPhone XR, XS and newer models Bug fixes: - Work-around incorrect battery percentage reported by MacBooks - Identify keyboard/pointing device combos as keyboards - Fix small memory leak in Bluetooth backend - Fix warning in Bluetooth backend - Set update time in Bluetooth backend - Remove support for obsolete CSR devices To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/upower/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/upower/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1628128361770 Content-Disposition: inline Content-Length: 1804 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/upower/Makefile diff -u pkgsrc/sysutils/upower/Makefile:1.16 pkgsrc/sysutils/upower/Makefile:1.17 --- pkgsrc/sysutils/upower/Makefile:1.16 Thu Apr 2 11:38:49 2020 +++ pkgsrc/sysutils/upower/Makefile Thu Aug 5 01:52:41 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2020/04/02 11:38:49 bsiegert Exp $ +# $NetBSD: Makefile,v 1.17 2021/08/05 01:52:41 gutteridge Exp $ -DISTNAME= upower-0.99.11 +DISTNAME= upower-0.99.12 CATEGORIES= sysutils -MASTER_SITES= https://upower.freedesktop.org/releases/ +MASTER_SITES= https://gitlab.freedesktop.org/upower/upower/uploads/244f5966c58773bbd3b4c507c549560f/ EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/sysutils/upower/distinfo diff -u pkgsrc/sysutils/upower/distinfo:1.6 pkgsrc/sysutils/upower/distinfo:1.7 --- pkgsrc/sysutils/upower/distinfo:1.6 Thu Apr 2 11:38:49 2020 +++ pkgsrc/sysutils/upower/distinfo Thu Aug 5 01:52:41 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2020/04/02 11:38:49 bsiegert Exp $ +$NetBSD: distinfo,v 1.7 2021/08/05 01:52:41 gutteridge Exp $ -SHA1 (upower-0.99.11.tar.xz) = 5a023b29d64a6ce41cc6901bc46a279041784a9b -RMD160 (upower-0.99.11.tar.xz) = cb4620efd91cd8d1ac770ca014fa91939f39ed00 -SHA512 (upower-0.99.11.tar.xz) = 67219a0beb98c97ac4512e4fe8ba83fc80a1035d1edb5367dda6911da50c672b047051f2f528e8703be29ab47547d92b6c71a7ef695226a1bdb5bc33e6d18803 -Size (upower-0.99.11.tar.xz) = 430128 bytes +SHA1 (upower-0.99.12.tar.xz) = afeaefbe9f10ee3dd7d4e0536a25176753410b40 +RMD160 (upower-0.99.12.tar.xz) = 26264d6cbebc0202dc0c6edd6f5557118771bc43 +SHA512 (upower-0.99.12.tar.xz) = 9858a0e5f65271522cc5f36b0cd8722a5fb3effba37dbc5b22f08606701d4242ee54329d07460768004a24dc42705a84140ac6d9691afb7f09584b2e61fe3413 +Size (upower-0.99.12.tar.xz) = 423640 bytes --_----------=_1628128361770--