svn commit: r475986 - head/net/dual-dhclient

Rene Ladan rene at FreeBSD.org
Tue Jul 31 09:09:10 UTC 2018


Author: rene
Date: Tue Jul 31 09:09:09 2018
New Revision: 475986
URL: https://svnweb.freebsd.org/changeset/ports/475986

Log:
  net/dual-dhclient: update to net/isc-dhcp-client44, version 4.3 expired today.

Modified:
  head/net/dual-dhclient/Makefile

Modified: head/net/dual-dhclient/Makefile
==============================================================================
--- head/net/dual-dhclient/Makefile	Tue Jul 31 09:07:54 2018	(r475985)
+++ head/net/dual-dhclient/Makefile	Tue Jul 31 09:09:09 2018	(r475986)
@@ -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


More information about the svn-ports-all mailing list