diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2023-02-26 14:30:42 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2023-02-26 14:42:56 +0000 |
commit | 50e361577186fdefb1be29cbe06f304186f7e02b (patch) | |
tree | 0c8428c51c90ead8a1b294adc2d2511870de6f21 | |
parent | cd9ed878749a2801f139ec1885f832e25a83e28b (diff) | |
download | ports-50e361577186fdefb1be29cbe06f304186f7e02b.tar.gz ports-50e361577186fdefb1be29cbe06f304186f7e02b.zip |
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.
-rw-r--r-- | mail/qmail/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |