Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Sep 2021 18:26:51 GMT
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2ecf0c037849 - main - security/openca-tools-forked: Expire on 2021-09-30
Message-ID:  <202109111826.18BIQpTE004434@gitrepo.freebsd.org>

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

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

commit 2ecf0c037849c4591ebf6ab2d9269478306610da
Author:     Sergei Vyshenski <svysh.fbsd@gmail.com>
AuthorDate: 2021-09-11 18:26:02 +0000
Commit:     Kevin Bowling <kbowling@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@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.



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