git: 50e361577186 - main - mail/qmail: deprecate, and make my stuff fetchable
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Feb 2023 14:43:05 UTC
The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=50e361577186fdefb1be29cbe06f304186f7e02b commit 50e361577186fdefb1be29cbe06f304186f7e02b Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2023-02-26 14:30:42 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2023-02-26 14:42:56 +0000 mail/qmail: deprecate, and make my stuff fetchable ...officially. qmail has not been maintained for years, and has been unfetchable with default port options for long; PR 254648 has been unanswered in a year -> Deprecate. While this non-C99 conforming C89 software museum lasts, make my own patch fetchable by placing the qmail/ dir into our dist network. bdrewery@ had cached a copy of it. --- mail/qmail/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index c40d828aa3bb..61fbfd5787a7 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -13,6 +13,9 @@ WWW?= https://cr.yp.to/qmail.html DIST_SUBDIR= qmail +DEPRECATED= use a maintained software instead +EXPIRATION_DATE=2023-08-31 + CONFLICTS?= qmail-ldap *qmail-mysql qmail-spamcontrol *qmail-tls CONFLICTS+= qmail-vida @@ -154,7 +157,7 @@ PATCHFILES+= sendmail-flagf.patch:sendmail_flagf # codes 400 to 499 and to bounce mail when any MX server that qmail tries # greets with a code 500 to 599. # Created by Matthias Andree -PATCH_SITES+= http://www-dt.e-technik.uni-dortmund.de/~ma/qmail/:rfc2821 +PATCH_SITES+= LOCAL/mandree/qmail/:rfc2821 PATCHFILES+= patch-qmail-1.03-rfc2821.diff:rfc2821 .endif