Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jul 2022 12:11:30 GMT
From:      Michael Gmelin <grembo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 91aec0c1b763 - main - security/py-YubiOTP: Fix dependencies, undeprecate
Message-ID:  <202207071211.267CBUme042048@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=91aec0c1b76387d650dfa5de9aa7572c91664669

commit 91aec0c1b76387d650dfa5de9aa7572c91664669
Author:     Michael Gmelin <grembo@FreeBSD.org>
AuthorDate: 2022-07-07 12:10:33 +0000
Commit:     Michael Gmelin <grembo@FreeBSD.org>
CommitDate: 2022-07-07 12:11:10 +0000

    security/py-YubiOTP: Fix dependencies, undeprecate
    
    Upstream switched from py-pycrypto to py-pycryptodome in 2018.
    Do the same in the port and undeprecate.
---
 security/py-YubiOTP/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/security/py-YubiOTP/Makefile b/security/py-YubiOTP/Makefile
index 4318eb0486bf..4c158eb8ef0c 100644
--- a/security/py-YubiOTP/Makefile
+++ b/security/py-YubiOTP/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	YubiOTP
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,11 +12,8 @@ COMMENT=	Library for verifying YubiKey OTP tokens
 
 LICENSE=	BSD2CLAUSE
 
-DEPRECATED=	Depends on expired security/py-pycrypto
-EXPIRATION_DATE=2022-09-30
-
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist distutils



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