git: ef186058cca3 - main - mail/missey: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 31 Mar 2026 16:14:08 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ef186058cca3c8978c6b33fd87c9f7ae9be99380
commit ef186058cca3c8978c6b33fd87c9f7ae9be99380
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-03-31 16:14:04 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-03-31 16:14:04 +0000
mail/missey: Remove expired port
2026-03-31 mail/missey: mail/missey has been abandoned for many years
---
MOVED | 1 +
mail/Makefile | 1 -
mail/missey/Makefile | 32 --------------------------------
mail/missey/distinfo | 2 --
mail/missey/files/Makefile | 22 ----------------------
mail/missey/files/mps.in | 23 -----------------------
mail/missey/pkg-descr | 7 -------
7 files changed, 1 insertion(+), 87 deletions(-)
diff --git a/MOVED b/MOVED
index 17fa4328082d..7c5ba4cc62ac 100644
--- a/MOVED
+++ b/MOVED
@@ -5182,3 +5182,4 @@ www/py-django-star-ratings||2026-03-31|Has expired: Upstream repository has been
lang/cython0|lang/cython|2026-03-31|Has expired
ftp/ftpsesame||2026-03-31|Has expired: dead upstream, broken on FreeBSD 15
devel/loki||2026-03-31|Has expired: dead upstream, sole consumer removed from tree long ago
+mail/missey||2026-03-31|Has expired: mail/missey has been abandoned for many years
diff --git a/mail/Makefile b/mail/Makefile
index 537465a9f9a7..66bac77ef2d2 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -244,7 +244,6 @@
SUBDIR += mimedefang
SUBDIR += mini_sendmail
SUBDIR += minimalist
- SUBDIR += missey
SUBDIR += mlmmj
SUBDIR += mlmmj-archive-mid
SUBDIR += mlmmj-archiver
diff --git a/mail/missey/Makefile b/mail/missey/Makefile
deleted file mode 100644
index 2f765ee071fe..000000000000
--- a/mail/missey/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-PORTNAME= missey
-PORTVERSION= 1.2.0
-PORTREVISION= 1
-CATEGORIES= mail
-MASTER_SITES= http://www.dengh.com/missey/
-MASTER_SITES+= LOCAL/delphij
-DISTNAME= mps.${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Secure small and high performance POP3 server
-WWW= http://dengh.com/missey/index.html
-
-USES= tar:bzip2
-
-DEPRECATED= mail/missey has been abandoned for many years
-EXPIRATION_DATE= 2026-03-31
-
-MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" WRKSRC="${WRKSRC}" \
- INSTALL_DATA="${INSTALL_DATA}" MKDIR="${MKDIR}"
-
-PLIST_FILES= sbin/bent sbin/mps etc/mps/pop3d.conf-dist
-
-USE_RC_SUBR= mps
-
-post-extract:
- @${MV} ${WRKDIR}/mps/src ${WRKSRC}
- @${RM} -r ${WRKDIR}/mps
-
-post-patch:
- @${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
-
-.include <bsd.port.mk>
diff --git a/mail/missey/distinfo b/mail/missey/distinfo
deleted file mode 100644
index 22c20ee4a571..000000000000
--- a/mail/missey/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mps.1.2.0.tar.bz2) = 81899f33dec0e2822c46ed17a9a85f323396ca4fb4b1a25791d7d990f39f6c0d
-SIZE (mps.1.2.0.tar.bz2) = 17472
diff --git a/mail/missey/files/Makefile b/mail/missey/files/Makefile
deleted file mode 100644
index 724a1e81cfbe..000000000000
--- a/mail/missey/files/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-SRCS_M = main.c pop3d.c auth.c plcat.c mydaemon.c listen.c mylog.c cfg.c checkip.c
-SRCS_B = bent.c
-
-OBJS_M = ${SRCS_M:N*.h:R:S/$/.o/}
-OBJS_B = ${SRCS_B:N*.h:R:S/$/.o/}
-
-LDFLAGS += -lcrypt
-
-MPS = mps
-BENT = bent
-
-all: $(MPS) $(BENT)
-$(MPS): $(OBJS_M)
- $(CC) ${CFLAGS} -o $(MPS) $(OBJS_M) $(LDFLAGS)
-$(BENT): $(OBJS_B)
- $(CC) ${CFLAGS} -o $(BENT) $(SRCS_B) -lpthread
-install:
- @${MKDIR} -p $(DESTDIR)$(PREFIX)/etc/mps/
- ${INSTALL_DATA} $(WRKSRC)/pop3d.conf $(DESTDIR)$(PREFIX)/etc/mps/pop3d.conf-dist
- ${INSTALL_PROGRAM} $(WRKSRC)/$(MPS) $(DESTDIR)$(PREFIX)/sbin/$(MPS)
- ${INSTALL_PROGRAM} $(WRKSRC)/$(BENT) $(DESTDIR)$(PREFIX)/sbin/$(BENT)
-
diff --git a/mail/missey/files/mps.in b/mail/missey/files/mps.in
deleted file mode 100644
index 4f282b6e69ac..000000000000
--- a/mail/missey/files/mps.in
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-
-# PROVIDE: mps
-# REQUIRE: LOGIN
-
-#
-# Add the following line to /etc/rc.conf to enable mps:
-# mps_enable (bool): Set to "NO" by default.
-# Set it to "YES" to enable Missey POP3 Server.
-#
-
-. /etc/rc.subr
-
-name="mps"
-rcvar=mps_enable
-
-load_rc_config $name
-
-: ${mps_enable="NO"}
-
-command="%%PREFIX%%/sbin/mps"
-
-run_rc_command "$1"
diff --git a/mail/missey/pkg-descr b/mail/missey/pkg-descr
deleted file mode 100644
index 4a64570d17b1..000000000000
--- a/mail/missey/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Missey POP3 Server is a secure, small codes and high performance POP3 server.
-It's extremely fast and memory footprint is very low.
-
-Currently Missey supports system user (virtual user support will be added
-in the future) and Maildir format only.
-
-Source code released under a traditional 4-clause BSD License.