From 3fbdbff97cb15cc015db2ce53846ebb047cac857 Mon Sep 17 00:00:00 2001 From: Vladimir Druzenko Date: Fri, 28 Mar 2025 15:10:50 +0300 Subject: [PATCH] sysutils/bsdsensors: 0.1.20250323 => 0.1.20250325 Changelog: Added some Fan Control read-only support for ITE chips. For now only IT8720F's info is added. https://github.com/HenryHu/bsdsensors/releases/tag/0.1.20250325 Approved by: Henry Hu (maintainer, via github) --- sysutils/bsdsensors/Makefile | 2 +- sysutils/bsdsensors/distinfo | 6 +++--- sysutils/bsdsensors/pkg-plist | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/sysutils/bsdsensors/Makefile b/sysutils/bsdsensors/Makefile index ba9ea4d585cb..15b6ae39e936 100644 --- a/sysutils/bsdsensors/Makefile +++ b/sysutils/bsdsensors/Makefile @@ -1,5 +1,5 @@ PORTNAME= bsdsensors -DISTVERSION= 0.1.20250323 +DISTVERSION= 0.1.20250325 CATEGORIES= sysutils MAINTAINER= henry.hu.sh@gmail.com diff --git a/sysutils/bsdsensors/distinfo b/sysutils/bsdsensors/distinfo index dc3110b43c24..e6c4be1de396 100644 --- a/sysutils/bsdsensors/distinfo +++ b/sysutils/bsdsensors/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742778694 -SHA256 (henryhu-bsdsensors-0.1.20250323_GH0.tar.gz) = f0fbfcf2e5cd111d1671c44885e6575da098903ad9b21e7f501335941c6e90b7 -SIZE (henryhu-bsdsensors-0.1.20250323_GH0.tar.gz) = 71048 +TIMESTAMP = 1743126428 +SHA256 (henryhu-bsdsensors-0.1.20250325_GH0.tar.gz) = 5ee8a3a52bf751485ea6eee01f04f1dcf4aac7bfe4583e0edec20c9e4a539d16 +SIZE (henryhu-bsdsensors-0.1.20250325_GH0.tar.gz) = 72196 diff --git a/sysutils/bsdsensors/pkg-plist b/sysutils/bsdsensors/pkg-plist index 8cd5f8ff6a9b..8941db1c12bf 100644 --- a/sysutils/bsdsensors/pkg-plist +++ b/sysutils/bsdsensors/pkg-plist @@ -14,6 +14,7 @@ include/bsdsensors/fintek_temp_sensor.h include/bsdsensors/fintek_volt_sensor.h include/bsdsensors/ite_chip.h include/bsdsensors/ite_chip_info.h +include/bsdsensors/ite_fan_control.h include/bsdsensors/ite_fan_speed.h include/bsdsensors/ite_temp_sensor.h include/bsdsensors/ite_volt_sensor.h