Deprecate security/certificate-transparency

The port is BROKEN for more than 6 months in mutiple ways (inherits
from protobuf generated classes which is prohibited and cannot find
OpenSSL) and unmaintained

PR:		234182, 246530
Reported by:	many
This commit is contained in:
Dmitry Marakasov 2021-02-19 23:22:53 +00:00
parent 6c9647ad55
commit 4f36a568dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566119

View file

@ -14,6 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN= inherits generated classes which is prohitited by protobuf. See PR 246530 for detail
DEPRECATED= Broken for more than 6 months
EXPIRATION_DATE=2021-04-20
LIB_DEPENDS= libevent.so:devel/libevent \
libevhtp.so:www/libevhtp \
libgtest.so:devel/googletest \