Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Aug 2022 11:08:32 GMT
From:      =?utf-8?Q?Vin=C3=ADcius=20Zavam?= <egypcio@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 21ca997e163f - main - www/onionbalance: Replace 'pycrypto' with 'pycryptodome'
Message-ID:  <202208071108.277B8Wuv089207@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=21ca997e163fd0a462cdcf444b129b06e1202d53

commit 21ca997e163fd0a462cdcf444b129b06e1202d53
Author:     Vinícius Zavam <egypcio@FreeBSD.org>
AuthorDate: 2022-08-07 11:06:46 +0000
Commit:     Vinícius Zavam <egypcio@FreeBSD.org>
CommitDate: 2022-08-07 11:06:46 +0000

    www/onionbalance: Replace 'pycrypto' with 'pycryptodome'
    
    PR:             260897
    Reported by:    yuri@
---
 www/onionbalance/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/www/onionbalance/Makefile b/www/onionbalance/Makefile
index 0580ee109111..b2b671d5f2ab 100644
--- a/www/onionbalance/Makefile
+++ b/www/onionbalance/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	onionbalance
 PORTVERSION=	0.2.1
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,12 +12,9 @@ COMMENT=	Load-balancing and Redundancy for Onion Services
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-DEPRECATED=	Depends on expired security/py-pycrypto
-EXPIRATION_DATE=2022-09-30
-
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyaml>=0:textproc/py-pyaml@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pycryptodome>=0:security/py-pycryptodome@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setproctitle>=0:devel/py-setproctitle@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}stem>=0:security/py-stem@${PY_FLAVOR} \



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