git: 80813f140020 - main - sysutils/sysinfo: update to 1.0.4, take maintainership

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Fri, 09 May 2025 18:00:05 UTC
The branch main has been updated by fernape:

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

commit 80813f1400207f7e8c90b918ade272328eb4caeb
Author:     Chris Hutchinson <portmaster@bsdforge.com>
AuthorDate: 2025-05-09 17:44:37 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2025-05-09 17:59:51 +0000

    sysutils/sysinfo: update to 1.0.4, take maintainership
    
    PR:             286685
    Reported by:    portmaster@bsdforge.com
    Approved by:    danger@ (maintainer, MIA)
---
 sysutils/sysinfo/Makefile  | 13 ++++++-------
 sysutils/sysinfo/distinfo  |  5 +++--
 sysutils/sysinfo/pkg-descr | 11 ++++++-----
 sysutils/sysinfo/pkg-plist | 28 ++++++++++++++--------------
 4 files changed, 29 insertions(+), 28 deletions(-)

diff --git a/sysutils/sysinfo/Makefile b/sysutils/sysinfo/Makefile
index 228147ea1057..d156a808fcd6 100644
--- a/sysutils/sysinfo/Makefile
+++ b/sysutils/sysinfo/Makefile
@@ -1,13 +1,11 @@
 PORTNAME=	sysinfo
-PORTVERSION=	1.0.1
-PORTREVISION=	3
+PORTVERSION=	1.0.4
 CATEGORIES=	sysutils
-MASTER_SITES=	LOCAL/danger \
-		http://danger.rulez.sk/projects/sysinfo/
+MASTER_SITES=	https://codeberg.org/BSDforge/${PORTNAME}/archive/${DISTVERSION}${EXTRACT_SUFX}?dummy=/
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Utility used to gather system configuration information
-WWW=		https://forums.freebsd.org/showthread.php?t=3282
+MAINTAINER=	portmaster@BSDforge.com
+COMMENT=	Utility used to report on the system and it's configuration
+WWW=		https://codeberg.org/BSDforge/sysinfo
 
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENCE
@@ -20,6 +18,7 @@ OPTIONS_DEFINE=	DMIDECODE
 DMIDECODE_DESC=		Include information from the dmidecode tool
 DMIDECODE_RUN_DEPENDS=	dmidecode:sysutils/dmidecode
 
+# nuke this nonsense in next ver
 post-patch:
 	@${REINPLACE_CMD} -e 's|common.subr|${DATADIR}/common.subr|g' ${WRKSRC}/sysinfo
 	@${REINPLACE_CMD} -e 's|sysinfo.conf|${PREFIX}/etc/sysinfo.conf|g' \
diff --git a/sysutils/sysinfo/distinfo b/sysutils/sysinfo/distinfo
index 05c7e4e2520c..b9bf110173b7 100644
--- a/sysutils/sysinfo/distinfo
+++ b/sysutils/sysinfo/distinfo
@@ -1,2 +1,3 @@
-SHA256 (sysinfo-1.0.1.tar.gz) = 2b4d6a63362cf57d0d5ff067532c8aceafe2abb3395a3e8249e41380d8ba4853
-SIZE (sysinfo-1.0.1.tar.gz) = 14939
+TIMESTAMP = 1746750995
+SHA256 (sysinfo-1.0.4.tar.gz) = 08a167d1476da3c740022282dbcf8244ce098b9d7528c5ef82364566dfd0d87b
+SIZE (sysinfo-1.0.4.tar.gz) = 15618
diff --git a/sysutils/sysinfo/pkg-descr b/sysutils/sysinfo/pkg-descr
index 1b41f2a47a99..462edbca3926 100644
--- a/sysutils/sysinfo/pkg-descr
+++ b/sysutils/sysinfo/pkg-descr
@@ -1,5 +1,6 @@
-Sysinfo is a shell script, the purpose of which is to automatically
-gather system information and document the hardware and software
-configuration of the given host system. The goal is to provide a
-system operator with descriptive information about an unknown FreeBSD
-installation.
+The sysinfo utility is a shell script, for the purpose of interrogating
+your system for information and return the hardware and software
+configuration of the given host system running on FreeBSD.
+
+The goal is to provide a system operator with descriptive information
+about an otherwise unknown FreeBSD installation.
diff --git a/sysutils/sysinfo/pkg-plist b/sysutils/sysinfo/pkg-plist
index 7a12bcf59482..1529371c5fc0 100644
--- a/sysutils/sysinfo/pkg-plist
+++ b/sysutils/sysinfo/pkg-plist
@@ -1,16 +1,16 @@
-@sample etc/sysinfo.conf.sample
+%%ETCDIR%%.conf.sample
+sbin/sysinfo
 share/man/man5/sysinfo.conf.5.gz
 share/man/man8/sysinfo.8.gz
-sbin/sysinfo
-share/sysinfo/common.subr
-share/sysinfo/modules/bios
-share/sysinfo/modules/cpu
-share/sysinfo/modules/mem
-share/sysinfo/modules/misc
-share/sysinfo/modules/network
-share/sysinfo/modules/os
-share/sysinfo/modules/packages
-share/sysinfo/modules/services
-share/sysinfo/modules/storage
-share/sysinfo/modules/system
-share/sysinfo/modules/user
+%%DATADIR%%/common.subr
+%%DATADIR%%/modules/bios
+%%DATADIR%%/modules/cpu
+%%DATADIR%%/modules/mem
+%%DATADIR%%/modules/misc
+%%DATADIR%%/modules/network
+%%DATADIR%%/modules/os
+%%DATADIR%%/modules/packages
+%%DATADIR%%/modules/services
+%%DATADIR%%/modules/storage
+%%DATADIR%%/modules/system
+%%DATADIR%%/modules/user