git: 98b50d4c60f2 - main - net-mgmt/lldpd: Correct SNMP deps
Rainer Hurling
rhurlin at FreeBSD.org
Sat Apr 17 09:29:42 UTC 2021
The branch main has been updated by rhurlin:
URL: https://cgit.FreeBSD.org/ports/commit/?id=98b50d4c60f26249f944d24abdbcfa931f5c7268
commit 98b50d4c60f26249f944d24abdbcfa931f5c7268
Author: Rainer Hurling <rhurlin at FreeBSD.org>
AuthorDate: 2021-04-17 09:25:56 +0000
Commit: Rainer Hurling <rhurlin at FreeBSD.org>
CommitDate: 2021-04-17 09:25:56 +0000
net-mgmt/lldpd: Correct SNMP deps
Remove SNMP dependencies that have crept in by mistake.
Reported by: Niclas Zeising <zeising at FreeBSD.org>
---
net-mgmt/lldpd/Makefile | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/net-mgmt/lldpd/Makefile b/net-mgmt/lldpd/Makefile
index 7003b9c8fa94..4d03a73fdc0c 100644
--- a/net-mgmt/lldpd/Makefile
+++ b/net-mgmt/lldpd/Makefile
@@ -2,6 +2,7 @@
PORTNAME= lldpd
PORTVERSION= 1.0.8
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://media.luffy.cx/files/${PORTNAME}/ \
http://mirror.1labs.ch/${PORTNAME}/
@@ -54,10 +55,7 @@ JSON_CONFIGURE_WITH= json
PIE_CONFIGURE_ENABLE= pie
PROPRIETARY_CONFIGURE_ENABLE= cdp edp fdp sonmp
READLINE_CONFIGURE_WITH= readline
-SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp \
- libpcre.so:devel/pcre \
- libpkg.so:ports-mgmt/pkg \
- librpm.so:archivers/rpm4
+SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp
SNMP_USES= ssl
SNMP_CONFIGURE_WITH= snmp
XML_LIB_DEPENDS= libxml2.so:textproc/libxml2
More information about the dev-commits-ports-all
mailing list