aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-03 15:33:06 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-03 16:19:59 +0000
commit2d71732ef706a5a534f13a6d5def138c9f62a0b6 (patch)
tree4ee5b8f9c442fb9eb43554cb3b97c384e02916b4
parent2d2556325079f9f4881d4954c4a8c463148e04cb (diff)
downloadports-2d71732ef706a5a534f13a6d5def138c9f62a0b6.tar.gz
ports-2d71732ef706a5a534f13a6d5def138c9f62a0b6.zip
sysutils/cfengine319: Mark IGNORE_SSL
- Fails to build with error: unknown type name 'RSA' which were deprecated in OpenSSL 3.0.0 and later - Used IGNORE instead of BROKEN as this version has reached upstream EOL - cfenging actually gets only 6 months of support on non-LTS release. See: https://cfengine.com/blog/2015/releases-after-3-7-0/ - Based on the previous mentioned link and cfengine 3.19.0 release notes from https://cfengine.com/blog/2021/cfengine-3-19-released-collaboration/ this has already reached upstream EOL Approved by: portmgr (blanket)
-rw-r--r--sysutils/cfengine319/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/cfengine319/Makefile b/sysutils/cfengine319/Makefile
index 30a9c0494984..baa4f7d1b3f1 100644
--- a/sysutils/cfengine319/Makefile
+++ b/sysutils/cfengine319/Makefile
@@ -10,6 +10,11 @@ WWW= https://cfengine.com/
LICENSE= GPLv3
+IGNORE_SSL= openssl30 openssl31
+IGNORE_SSL_REASON= error: unknown type name 'RSA' which were deprecated in OpenSSL 3.0.0 and later
+DEPRECATED= Upstream EOL reached on 2022-06-30
+EXPIRATION_DATE= 2023-06-03
+
CPE_VENDOR= gnu
CONFLICTS= cfengine cfengine3[0-9] cfengine3[0-9][0-9]