git: 537c28389b77 - main - sysutils/hw-probe: Fix 'Can't locate LWP/UserAgent.pm' error when uploading results
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Jan 2026 21:12:47 UTC
The branch main has been updated by dtxdf:
URL: https://cgit.FreeBSD.org/ports/commit/?id=537c28389b775a561fc3860744f110105d4af2d6
commit 537c28389b775a561fc3860744f110105d4af2d6
Author: Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
AuthorDate: 2026-01-02 20:55:15 +0000
Commit: Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
CommitDate: 2026-01-02 21:12:25 +0000
sysutils/hw-probe: Fix 'Can't locate LWP/UserAgent.pm' error when uploading results
PR: 291532
Approved by: danfe@ (maintainer-timeout)
---
sysutils/hw-probe/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sysutils/hw-probe/Makefile b/sysutils/hw-probe/Makefile
index 19fe52e8e87b..8d65ad03e854 100644
--- a/sysutils/hw-probe/Makefile
+++ b/sysutils/hw-probe/Makefile
@@ -1,5 +1,6 @@
PORTNAME= hw-probe
PORTVERSION= 1.6.5
+PORTREVISION= 1
CATEGORIES= sysutils perl5
MAINTAINER= danfe@FreeBSD.org
@@ -12,7 +13,8 @@ LICENSE_COMB= dual
RUN_DEPENDS= curl:ftp/curl \
hwstat:sysutils/hwstat \
lsblk:sysutils/lsblk \
- smartctl:sysutils/smartmontools
+ smartctl:sysutils/smartmontools \
+ p5-LWP-UserAgent-Cached>0:www/p5-LWP-UserAgent-Cached
USE_GITHUB= yes
GH_ACCOUNT= linuxhw