Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Feb 2022 07:25:34 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: 140cad765211 - main - net-mgmt/netdata: Correct previous commit by defining correct dependency
Message-ID:  <202202210725.21L7PYuU083147@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=140cad7652116fc608f3764570442ce07e8be97d

commit 140cad7652116fc608f3764570442ce07e8be97d
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-02-21 06:46:31 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-02-21 06:46:39 +0000

    net-mgmt/netdata: Correct previous commit by defining correct dependency
    
    CLOUD_LIB_DEPENDS should be libprotobuf and CUPS still depends on
    libcups
    
    Reported by:    Namkhai B
    Approved by:    portmgr (blanket approval)
    Fixes:  a0f80c4 - net-mgmt/netdata: Style fix
---
 net-mgmt/netdata/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-mgmt/netdata/Makefile b/net-mgmt/netdata/Makefile
index 73a6ff414f39..eae0d56815a5 100644
--- a/net-mgmt/netdata/Makefile
+++ b/net-mgmt/netdata/Makefile
@@ -62,10 +62,10 @@ DBENGINE_DESC=		Enable support for database engine
 FREEIPMI_DESC=		Enable support for freeipmi
 GOPLUGIN_DESC=		Enable the go collector plugin
 
-CLOUD_LIB_DEPENDS=		libcups.so:print/cups
+CLOUD_LIB_DEPENDS=		libprotobuf.so:devel/protobuf
 CLOUD_CONFIGURE_ON=		--with-aclk-ng
 CLOUD_CONFIGURE_OFF=		--disable-cloud
-CLOUD_LIB_DEPENDS=		libprotobuf.so:devel/protobuf
+CUPS_LIB_DEPENDS=		libcups.so:print/cups
 CUPS_CONFIGURE_ENABLE=		plugin-cups
 DBENGINE_LIB_DEPENDS=		libJudy.so:devel/judy \
 				liblz4.so:archivers/liblz4



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