git: 2ecf0c037849 - main - security/openca-tools-forked: Expire on 2021-09-30

Kevin Bowling kbowling at FreeBSD.org
Sat Sep 11 18:26:52 UTC 2021


The branch main has been updated by kbowling:

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

commit 2ecf0c037849c4591ebf6ab2d9269478306610da
Author:     Sergei Vyshenski <svysh.fbsd at gmail.com>
AuthorDate: 2021-09-11 18:26:02 +0000
Commit:     Kevin Bowling <kbowling at FreeBSD.org>
CommitDate: 2021-09-11 18:26:02 +0000

    security/openca-tools-forked: Expire on 2021-09-30
    
    Use modern port security/libscep instead
---
 security/openca-tools-forked/Makefile | 9 +++++----
 1 file 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 at 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.


More information about the dev-commits-ports-main mailing list