diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2023-08-18 23:27:25 +0200 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2023-08-18 23:27:37 +0200 |
commit | 881985d8b2efe735bfc5b4e412bb837786728cc1 (patch) | |
tree | ee5c887c09cbc30525fc719c76b2ab981ebc1048 | |
parent | www/*chromium: enable PipeWire for screen sharing on Wayland (diff) |
dns/tinystats: Mark deprecated
djbdns got removed in 40a6461c672d. This port is no longer required.
Mark deprecated with a one month expiration date.
PR: 273216
Reported by: diizzy
-rw-r--r-- | dns/tinystats/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dns/tinystats/Makefile b/dns/tinystats/Makefile index 03f49fb41aff..c1d8450dcb35 100644 --- a/dns/tinystats/Makefile +++ b/dns/tinystats/Makefile @@ -10,6 +10,9 @@ WWW= http://www.morettoni.net/tinystats.en.html LICENSE= BSD2CLAUSE +DEPRECATED= djbdns got removed, port is no longer required +EXPIRATION_DATE= 2023-09-18 + WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= |