Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Dec 2022 22:59:18 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fdb0314da55d - main - net-mgmt/collectd5: Update dependency for NUTUPS option
Message-ID:  <202212062259.2B6MxIkx032317@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212062259.2B6MxIkx032317>