git: 244c41c4eee3 - main - mail/queue-fix: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Mon, 27 Jan 2025 21:06:29 UTC
The branch main has been updated by rene:

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

commit 244c41c4eee306cd7869e13061211f3efad17b5d
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-01-27 21:06:23 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-01-27 21:06:23 +0000

    mail/queue-fix: Remove expired port
    
    2025-01-27 mail/queue-fix: Upstream disapeared and distfile is no more available
---
 MOVED                              |  1 +
 mail/Makefile                      |  1 -
 mail/queue-fix/Makefile            | 55 --------------------------------------
 mail/queue-fix/distinfo            |  4 ---
 mail/queue-fix/files/patch-error.h | 11 --------
 mail/queue-fix/pkg-descr           |  6 -----
 6 files changed, 1 insertion(+), 77 deletions(-)

diff --git a/MOVED b/MOVED
index 576a4d2d981e..a5fbca091ef3 100644
--- a/MOVED
+++ b/MOVED
@@ -4050,3 +4050,4 @@ databases/jdbc-oracle11g||2025-01-25|Has expired: Oracle no longer provides publ
 emulators/vxtools||2025-01-25|Has expired: Dist files are no longer available as site returns NXDOMAIN
 java/infobus||2025-01-25|Has expired: Outdated API and is no longer actively developed or maintained
 chinese/eterm||2025-01-27|Has expired: Depends on kcfonts, which is marked DEPRECATED
+mail/queue-fix||2025-01-27|Has expired: Upstream disapeared and distfile is no more available
diff --git a/mail/Makefile b/mail/Makefile
index 09a72821dd5f..dcdbe78d2d80 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -564,7 +564,6 @@
     SUBDIR += qmhandle
     SUBDIR += qpopper
     SUBDIR += qsf
-    SUBDIR += queue-fix
     SUBDIR += queue-repair
     SUBDIR += rainloop
     SUBDIR += ratelimit-policyd
diff --git a/mail/queue-fix/Makefile b/mail/queue-fix/Makefile
deleted file mode 100644
index e35bd79110dd..000000000000
--- a/mail/queue-fix/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-PORTNAME=	queue-fix
-PORTVERSION=	1.4
-PORTREVISION=	2
-CATEGORIES=	mail
-MASTER_SITES=	http://www.netmeridian.com/e-huss/
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Repairs or generates a qmail queue structure
-WWW=		https://cr.yp.to/qmail.html
-
-DEPRECATED=	Upstream disapeared and distfile is no more available
-EXPIRATION_DATE=2025-01-27
-
-USES=		qmail:run
-
-PREFIX?=	${QMAIL_PREFIX}
-
-CONFIGURE_SCRIPT=	# empty
-ALL_TARGET=	# empty
-
-PLIST_FILES=	bin/queue-fix
-
-PORTDOCS=	README
-
-OPTIONS_DEFINE=	DOCS BIG_TODO
-
-BIG_TODO_DESC=	Use big_todo patch
-
-.include <bsd.port.pre.mk>
-
-.if (${PREFIX} == ${LOCALBASE})
-DOCSDIR=	${PREFIX}/share/doc/qmail/queue-fix
-.else
-DOCSDIR=	${PREFIX}/doc/queue-fix
-.endif
-
-.if ${PORT_OPTIONS:MBIG_TODO}
-PATCH_SITES+=		http://www.qmail.org/
-PATCHFILES+=		queue-fix-todo.patch
-PATCH_DIST_STRIP+=	-p1
-.endif
-
-post-patch:
-	${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
-	${ECHO_CMD} "${CC} ${STRIP} ${LDFLAGS}" > ${WRKSRC}/conf-ld
-
-do-install:
-	@${MKDIR} ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_PROGRAM} ${WRKSRC}/queue-fix ${STAGEDIR}${PREFIX}/bin
-
-do-install-DOCS-on:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.post.mk>
diff --git a/mail/queue-fix/distinfo b/mail/queue-fix/distinfo
deleted file mode 100644
index 09aee3021b56..000000000000
--- a/mail/queue-fix/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-SHA256 (queue-fix-1.4.tar.gz) = 63da6360e3225a8fef38925b53a18e67a1197eea1f42fd41bbc928f20a0d0496
-SIZE (queue-fix-1.4.tar.gz) = 18486
-SHA256 (queue-fix-todo.patch) = 911f84081d0fb68878a0744f5859ce7a45792606cd0af31945cccb41f0d01a7f
-SIZE (queue-fix-todo.patch) = 3056
diff --git a/mail/queue-fix/files/patch-error.h b/mail/queue-fix/files/patch-error.h
deleted file mode 100644
index e35ddb04802a..000000000000
--- a/mail/queue-fix/files/patch-error.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- error.h.orig
-+++ error.h
-@@ -1,7 +1,7 @@
- #ifndef ERROR_H
- #define ERROR_H
- 
--extern int errno;
-+#include <errno.h>
- 
- extern int error_intr;
- extern int error_nomem;
diff --git a/mail/queue-fix/pkg-descr b/mail/queue-fix/pkg-descr
deleted file mode 100644
index 0178ee745961..000000000000
--- a/mail/queue-fix/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-This is a small utility for checking and repairing the qmail queue
-structure.  It will fix uid/gid settings and permissions.  It will
-rename the message files to match their inodes.  It will even create
-directories and files that don't exist that should be there (you can
-even create a queue from scratch).  It will also print warnings for
-any files it finds that should not exist.