svn commit: r471946 - head/net/isc-dhcp43-server

Ryan Steinmetz zi at FreeBSD.org
Thu Jun 7 19:33:49 UTC 2018


Author: zi
Date: Thu Jun  7 19:33:48 2018
New Revision: 471946
URL: https://svnweb.freebsd.org/changeset/ports/471946

Log:
  - Add deprecation notice as ISC is no longer providing support after June 30th, 2018
  - Suggest migrating to 4.4.x as it is a minor change from 4.3.x
  
  Reported by:	ISC

Modified:
  head/net/isc-dhcp43-server/Makefile

Modified: head/net/isc-dhcp43-server/Makefile
==============================================================================
--- head/net/isc-dhcp43-server/Makefile	Thu Jun  7 19:05:30 2018	(r471945)
+++ head/net/isc-dhcp43-server/Makefile	Thu Jun  7 19:33:48 2018	(r471946)
@@ -23,6 +23,9 @@ PORTREVISION_SERVER=	0
 PORTREVISION_CLIENT=	0
 PORTREVISION_RELAY=	0
 
+DEPRECATED=	Please upgrade to isc-dhcp44
+EXPIRATION_DATE=2018-7-30
+
 SUBSYS?=	server
 
 OPTIONS_DEFINE=	IPV6


More information about the svn-ports-all mailing list