git: fdb0314da55d - main - net-mgmt/collectd5: Update dependency for NUTUPS option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Dec 2022 22:59:18 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fdb0314da55d4369b2cffca2b565ee21141ea723
commit fdb0314da55d4369b2cffca2b565ee21141ea723
Author: Krzysztof <ports@bsdserwis.com>
AuthorDate: 2022-12-06 22:55:23 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-12-06 22:59:14 +0000
net-mgmt/collectd5: Update dependency for NUTUPS option
Network UPS Tools project changed filename of one of its libraries,
update dependency entry to accordingly.
PR: 265217
---
net-mgmt/collectd5/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile
index c018b6e59b19..2d7e987b8f3d 100644
--- a/net-mgmt/collectd5/Makefile
+++ b/net-mgmt/collectd5/Makefile
@@ -182,7 +182,7 @@ NOTIFYEMAIL_LIB_DEPENDS= libesmtp.so:mail/libesmtp
NOTIFYEMAIL_CONFIGURE_ENABLE= notify_email
NOTIFYEMAIL_CONFIGURE_WITH= libesmtp=${LOCALBASE}
-NUTUPS_LIB_DEPENDS= libupsclient.so:sysutils/nut
+NUTUPS_LIB_DEPENDS= libnutclient.so:sysutils/nut
NUTUPS_CONFIGURE_ENABLE= nut
NUTUPS_CONFIGURE_WITH= upsclient=${LOCALBASE}