Date: Thu, 18 Mar 2021 00:19:52 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568703 - head/dns/dnsmasq-devel Message-ID: <202103180019.12I0JqVF056541@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103180019.12I0JqVF056541>