git: c3a6074c3d2b - main - dns/tinystats: Remove expired port

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Wed, 20 Sep 2023 12:10:25 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c3a6074c3d2b1e4ca3b883422755cae2881cdd48

commit c3a6074c3d2b1e4ca3b883422755cae2881cdd48
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-20 10:40:50 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-20 12:10:06 +0000

    dns/tinystats: Remove expired port
    
    2023-09-18 dns/tinystats: djbdns got removed, port is no longer required
---
 MOVED                   |  1 +
 dns/Makefile            |  1 -
 dns/tinystats/Makefile  | 43 -------------------------------------------
 dns/tinystats/distinfo  |  2 --
 dns/tinystats/pkg-descr |  3 ---
 5 files changed, 1 insertion(+), 49 deletions(-)

diff --git a/MOVED b/MOVED
index 09ecb98b31cb..e490dff5c71b 100644
--- a/MOVED
+++ b/MOVED
@@ -7854,3 +7854,4 @@ net-p2p/transmission-utils|net-p2p/transmission|2023-09-10|Moved to a flavored v
 www/transmission-web|net-p2p/transmission|2023-09-10|Moved to the daemon flavor
 devel/rubygem-cucumber-tag-expressions4|devel/rubygem-cucumber-tag-expressions|2023-09-11|Remove obsoleted port. Use devel/rubygem-cucumber-tag-expressions instead
 security/rosenpass|net/rosenpass|2023-09-12|Remove duplicate port
+dns/tinystats||2023-09-20|Has expired: djbdns got removed, port is no longer required
diff --git a/dns/Makefile b/dns/Makefile
index 89cc9de4c59c..7234dbb3bc58 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -226,7 +226,6 @@
     SUBDIR += sheerdns
     SUBDIR += sleuth
     SUBDIR += subfinder
-    SUBDIR += tinystats
     SUBDIR += totd
     SUBDIR += udns
     SUBDIR += unbound
diff --git a/dns/tinystats/Makefile b/dns/tinystats/Makefile
deleted file mode 100644
index c1d8450dcb35..000000000000
--- a/dns/tinystats/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-PORTNAME=	tinystats
-PORTVERSION=	1.1
-CATEGORIES=	dns
-MASTER_SITES=	http://www.morettoni.net/bsd/ \
-		LOCAL/ehaupt
-
-MAINTAINER=	ehaupt@FreeBSD.org
-COMMENT=	DJB's tinydns statistics generator
-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=
-
-OPTIONS_DEFINE=	IPV6 EXAMPLES DOCS
-
-PLIST_FILES=	bin/tinystats
-PORTEXAMPLES=	*
-PORTDOCS=	README
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MIPV6}
-MAKE_ARGS+=	-DWITH_IPV6
-.endif
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/tinystats ${STAGEDIR}${PREFIX}/bin
-	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-	${INSTALL_DATA} ${WRKSRC}/tinydns.sh.sample      \
-			${WRKSRC}/tinydns.log.run.sample \
-			${WRKSRC}/update_slave.sh.sample \
-			${WRKSRC}/start_slave.sh.sample  \
-			${WRKSRC}/Makefile.sample        \
-				${STAGEDIR}${EXAMPLESDIR}
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/dns/tinystats/distinfo b/dns/tinystats/distinfo
deleted file mode 100644
index 0269437308a1..000000000000
--- a/dns/tinystats/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (tinystats-1.1.tar.gz) = 84b46ecc2c136cd286f24593dff6e0e9dacf5ca92a48193ee95455151c077957
-SIZE (tinystats-1.1.tar.gz) = 8102
diff --git a/dns/tinystats/pkg-descr b/dns/tinystats/pkg-descr
deleted file mode 100644
index 6be0b19f9e8a..000000000000
--- a/dns/tinystats/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-tinystats is a statistic generator for DJB's tinydns.
-It can be easily integrated with rrdtool to generate
-nice graphical DNS stats.