aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Vyshenski <svysh.fbsd@gmail.com>2021-09-11 18:26:02 +0000
committerKevin Bowling <kbowling@FreeBSD.org>2021-09-11 18:26:02 +0000
commit2ecf0c037849c4591ebf6ab2d9269478306610da (patch)
treef5d6c32bde4fb2177f11d9433222816e4447ea46
parentaa319d82deee5601cef753d794d81661c6dbcb4e (diff)
downloadports-2ecf0c037849c4591ebf6ab2d9269478306610da.tar.gz
ports-2ecf0c037849c4591ebf6ab2d9269478306610da.zip
security/openca-tools-forked: Expire on 2021-09-30
Use modern port security/libscep instead
-rw-r--r--security/openca-tools-forked/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/security/openca-tools-forked/Makefile b/security/openca-tools-forked/Makefile
index ca7841c40333..7ea55fe551d9 100644
--- a/security/openca-tools-forked/Makefile
+++ b/security/openca-tools-forked/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openca-tools-forked
PORTVERSION= 1.4.0
DISTVERSIONPREFIX= v
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security
MAINTAINER= svysh.fbsd@gmail.com
@@ -11,15 +11,16 @@ COMMENT= Tools to deal with SCEP and PKCS7 messages
LICENSE= APACHE20
-BROKEN_SSL= openssl
+DEPRECATED= Use modern port security/libscep instead
+EXPIRATION_DATE= 2021-09-30
USES= gmake perl5 ssl
-
-GNU_CONFIGURE= yes
+BROKEN_SSL= openssl
USE_GITHUB= yes
GH_ACCOUNT= openxpki
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-openssl-prefix=${OPENSSLBASE}
# security/openssl already has a verify.1 manpage.