Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Jul 2026 18:29:02 +0000
From:      Charlie Li <vishwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c345bb57e7a7 - main - sysutils/consolekit2: support S0ix/s2idle suspend on 16-CURRENT
Message-ID:  <6a47ff6e.27934.72618b16@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vishwin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c345bb57e7a7ae62ee84de4287e55b16f9d6046a

commit c345bb57e7a7ae62ee84de4287e55b16f9d6046a
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2026-07-03 18:21:43 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2026-07-03 18:28:52 +0000

    sysutils/consolekit2: support S0ix/s2idle suspend on 16-CURRENT
    
    Use the new kern.power.supported_stype sysctl on 16-CURRENT whilst
    keeping hw.acpi.supported_sleep_state otherwise. Also use zzz(8)
    unconditionally.
    
    https://github.com/ConsoleKit2/ConsoleKit2/pull/163
    
    Discussed with: obiwac (acpi)
    Reviewed by: arrowd (upstream)
    Event: Halifax Hackathon 202606
---
 sysutils/consolekit2/Makefile | 4 ++++
 sysutils/consolekit2/distinfo | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/sysutils/consolekit2/Makefile b/sysutils/consolekit2/Makefile
index 1ba93a2b0234..9b1cbc7c8c52 100644
--- a/sysutils/consolekit2/Makefile
+++ b/sysutils/consolekit2/Makefile
@@ -1,8 +1,12 @@
 PORTNAME=	consolekit
 DISTVERSION=	2.0.0
+PORTREVISION=	1
 CATEGORIES=	sysutils gnome
 PKGNAMESUFFIX=	2
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES=	75867d5ec7187b60e5732843acbe0f67c61421cf.patch:-p1
+
 MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	Framework for defining and tracking users
 WWW=		https://github.com/ConsoleKit2/ConsoleKit2
diff --git a/sysutils/consolekit2/distinfo b/sysutils/consolekit2/distinfo
index fc408725d648..59282c32ccfa 100644
--- a/sysutils/consolekit2/distinfo
+++ b/sysutils/consolekit2/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1777998520
+TIMESTAMP = 1783102805
 SHA256 (ConsoleKit2-ConsoleKit2-2.0.0_GH0.tar.gz) = f3f4a424f2a4fbb67696b4011caf2fd4c02e5e67c24ef1c86cecb2301bccdba4
 SIZE (ConsoleKit2-ConsoleKit2-2.0.0_GH0.tar.gz) = 261921
+SHA256 (75867d5ec7187b60e5732843acbe0f67c61421cf.patch) = 4f8a0ef98858b60a6e552427623aa50a1ec7f285be528abc63d06a53703cae66
+SIZE (75867d5ec7187b60e5732843acbe0f67c61421cf.patch) = 2051


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a47ff6e.27934.72618b16>