aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinícius Zavam <egypcio@FreeBSD.org>2022-08-07 11:06:46 +0000
committerVinícius Zavam <egypcio@FreeBSD.org>2022-08-07 11:06:46 +0000
commit21ca997e163fd0a462cdcf444b129b06e1202d53 (patch)
treeacd7181d4e60e313321a97806b16fc712c966cbe
parent75a27d29f88d0e8fe22c538748cf6f500d0c1c1b (diff)
downloadports-21ca997e163fd0a462cdcf444b129b06e1202d53.tar.gz
ports-21ca997e163fd0a462cdcf444b129b06e1202d53.zip
www/onionbalance: Replace 'pycrypto' with 'pycryptodome'
PR: 260897 Reported by: yuri@
-rw-r--r--www/onionbalance/Makefile6
1 files 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} \