aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-12-31 14:28:32 +0000
committerRene Ladan <rene@FreeBSD.org>2022-12-31 14:28:32 +0000
commit0a7ac5cfb56d90b2966e50ad150c2c9064c8bb8b (patch)
tree8a30b41d75dfbc7dcfe912cc4544dc5e123fc7ca
parentd496ebd9a5de472c99f36179cbef35079ee0c9a4 (diff)
downloadports-0a7ac5cfb56d90b2966e50ad150c2c9064c8bb8b.tar.gz
ports-0a7ac5cfb56d90b2966e50ad150c2c9064c8bb8b.zip
all: salvage python-potr and it consumer from removal for now.
Both security/py-potr and irc/weechat-otr seem experimental abandonware from looking at their websites though. PR: 260897
-rw-r--r--irc/weechat-otr/Makefile4
-rw-r--r--security/py-potr/Makefile6
2 files changed, 3 insertions, 7 deletions
diff --git a/irc/weechat-otr/Makefile b/irc/weechat-otr/Makefile
index ed0936bb62b3..581cbaaa1783 100644
--- a/irc/weechat-otr/Makefile
+++ b/irc/weechat-otr/Makefile
@@ -1,6 +1,7 @@
PORTNAME= weechat-otr
DISTVERSIONPREFIX= v
DISTVERSION= 1.9.2
+PORTREVISION= 1
CATEGORIES= irc security python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,9 +11,6 @@ WWW= https://github.com/mmb/weechat-otr
LICENSE= GPLv3
-DEPRECATED= Depends on expired security/py-pycrypto (via security/py-potr)
-EXPIRATION_DATE=2022-12-31
-
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}potr>=1.0.1:security/py-potr@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}potr>=1.0.1:security/py-potr@${PY_FLAVOR} \
weechat:irc/weechat
diff --git a/security/py-potr/Makefile b/security/py-potr/Makefile
index 46b24d8fbb17..67efb9b415bb 100644
--- a/security/py-potr/Makefile
+++ b/security/py-potr/Makefile
@@ -1,5 +1,6 @@
PORTNAME= potr
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +13,7 @@ WWW= https://github.com/afflux/pure-python-otr/
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE
-DEPRECATED= Depends on expired security/py-pycrypto
-EXPIRATION_DATE=2022-09-30
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR}
USES= python:3.6+ zip
USE_PYTHON= autoplist distutils