svn commit: r568703 - head/dns/dnsmasq-devel

Matthias Andree mandree at FreeBSD.org
Thu Mar 18 00:19:53 UTC 2021


Author: mandree
Date: Thu Mar 18 00:19:52 2021
New Revision: 568703
URL: https://svnweb.freebsd.org/changeset/ports/568703

Log:
  mark deprecated right away and expire before 2021Q2,
  
  to keep this out of the quarterly branch, it should use the formal release instead.

Modified:
  head/dns/dnsmasq-devel/Makefile

Modified: head/dns/dnsmasq-devel/Makefile
==============================================================================
--- head/dns/dnsmasq-devel/Makefile	Thu Mar 18 00:12:31 2021	(r568702)
+++ head/dns/dnsmasq-devel/Makefile	Thu Mar 18 00:19:52 2021	(r568703)
@@ -16,6 +16,9 @@ COMMENT=	Lightweight DNS forwarder, DHCP, and TFTP ser
 
 LICENSE=	GPLv2
 
+DEPRECATED=	short-lived development branch, to be removed once 2.85 is released
+EXPIRATION_DATE=2021-03-31 # this is to keep dnsmasq-devel outside the quarterly branches
+
 USES=		cpe shebangfix tar:xz
 CPE_VENDOR=	thekelleys
 


More information about the svn-ports-head mailing list