git: d77c012a0eb9 - main - mail/postforward: Remove expired port

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 31 Dec 2023 00:07:32 UTC
The branch main has been updated by bofh:

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

commit d77c012a0eb93b3690027966a197bff215ebe1f0
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-29 21:37:34 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-31 00:06:16 +0000

    mail/postforward: Remove expired port
    
    2023-12-31 mail/postforward: Obsolete as postsrsd 2.x uses unix sockets instead of tcp
---
 MOVED                      |  1 +
 mail/Makefile              |  1 -
 mail/postforward/Makefile  | 37 -------------------------------------
 mail/postforward/distinfo  |  3 ---
 mail/postforward/pkg-descr |  2 --
 5 files changed, 1 insertion(+), 43 deletions(-)

diff --git a/MOVED b/MOVED
index 3b24d2df1b5f..731862ccecf8 100644
--- a/MOVED
+++ b/MOVED
@@ -8206,3 +8206,4 @@ net-im/teamwords||2023-12-31|Has expired: Depends on deprecated www/qt5-webkit
 devel/eris||2023-12-31|Has expired: There has been no release for most of the Worldforge libraries in the past 10 years.
 devel/zanata-platform||2023-12-31|Has expired: Depends on expired java/wildfly10, last release from 2018
 textproc/bsdgrep||2023-12-31|Has expired: Merged into base from 13
+mail/postforward||2023-12-31|Has expired: Obsolete as postsrsd 2.x uses unix sockets instead of tcp
diff --git a/mail/Makefile b/mail/Makefile
index fa708bd99747..bf9e55434665 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -484,7 +484,6 @@
     SUBDIR += postfixadmin-lite
     SUBDIR += postfixadmin33
     SUBDIR += postfixadmin33-lite
-    SUBDIR += postforward
     SUBDIR += postgrey
     SUBDIR += postsrsd
     SUBDIR += prepflog
diff --git a/mail/postforward/Makefile b/mail/postforward/Makefile
deleted file mode 100644
index 6b06cb472c74..000000000000
--- a/mail/postforward/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-PORTNAME=	postforward
-DISTVERSIONPREFIX=	v
-DISTVERSION=	1.1.1
-PORTREVISION=	10
-CATEGORIES=	mail
-
-MAINTAINER=	luca@asgard.ch
-COMMENT=	Postfix SRS forwarding agent
-WWW=		https://github.com/zoni/postforward
-
-LICENSE=	BSD2CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE.txt
-
-DEPRECATED=	Obsolete as postsrsd 2.x uses unix sockets instead of tcp
-EXPIRATION_DATE=2023-12-31
-
-RUN_DEPENDS=	postsrsd:mail/postsrsd
-
-USES=		go
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	zoni
-
-GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
-GO_BUILDFLAGS=	-ldflags="-s -w"
-
-PLIST_FILES=	bin/${PORTNAME}
-
-PORTDOCS=	README.md CHANGES.md
-
-OPTIONS_DEFINE=	DOCS
-
-post-install-DOCS-on:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
-
-.include <bsd.port.mk>
diff --git a/mail/postforward/distinfo b/mail/postforward/distinfo
deleted file mode 100644
index 5ec227c4fd0c..000000000000
--- a/mail/postforward/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1674593478
-SHA256 (zoni-postforward-v1.1.1_GH0.tar.gz) = caef40d6090d7e3ce01448d57cdb55933df434c2e430e5dbeac2e4f4bc59a1f5
-SIZE (zoni-postforward-v1.1.1_GH0.tar.gz) = 6086
diff --git a/mail/postforward/pkg-descr b/mail/postforward/pkg-descr
deleted file mode 100644
index a7441f3b1f5b..000000000000
--- a/mail/postforward/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Postforward is a mail forwarding utility which aims to compliment the Postfix
-Sender Rewriting Scheme daemon (PostSRSd).