Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2023 11:21:06 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f610b1a0de63 - main - mail/spamdyke: Mark DEPRECATED
Message-ID:  <202305011121.341BL6XX085687@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit f610b1a0de630498f20fdc8911a77fed5723adba
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-01 11:15:00 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-01 11:20:48 +0000

    mail/spamdyke: Mark DEPRECATED
    
    - Broken for more than a year
    - Upstream last release was in 2015
    - Fails to detect OpenSSL 1.1.X and later
    - Set EXPIRATION_DATE to 2023-06-01
---
 mail/spamdyke/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mail/spamdyke/Makefile b/mail/spamdyke/Makefile
index df3d386d8278..20f0d17faac1 100644
--- a/mail/spamdyke/Makefile
+++ b/mail/spamdyke/Makefile
@@ -13,6 +13,8 @@ LICENSE=	GPLv2
 BROKEN_mips=		fails to build: error: nested functions are disabled, use -fnested-functions to re-enable
 BROKEN_mips64=		fails to build: error: nested functions are disabled, use -fnested-functions to re-enable
 BROKEN_powerpc64=	fails to build: error: nested functions are disabled, use -fnested-functions to re-enable
+DEPRECATED=	Broken for more than a year and last upstream release was in 2015
+EXPIRATION_DATE=	2023-06-01
 
 RUN_DEPENDS=	${LOCALBASE}/bin/tcprules:sysutils/ucspi-tcp
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305011121.341BL6XX085687>