From 238a597148a48ef1fc214e2e76b0a8a6eb1434da Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Tue, 31 Jul 2018 09:09:09 +0000 Subject: [PATCH] net/dual-dhclient: update to net/isc-dhcp-client44, version 4.3 expired today. --- net/dual-dhclient/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/dual-dhclient/Makefile b/net/dual-dhclient/Makefile index 4e6cd1719e91..a99733080242 100644 --- a/net/dual-dhclient/Makefile +++ b/net/dual-dhclient/Makefile @@ -2,6 +2,7 @@ PORTNAME= dual-dhclient PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= # none DISTFILES= # none @@ -12,7 +13,7 @@ COMMENT= Spawns dhclients for a dual-stack network LICENSE= PD -RUN_DEPENDS= ${LOCALBASE}/sbin/dhclient:net/isc-dhcp43-client +RUN_DEPENDS= ${LOCALBASE}/sbin/dhclient:net/isc-dhcp44-client NO_WRKSUBDIR= yes NO_BUILD= yes