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,33 +1,31 @@ PORTNAME= weechat-otr DISTVERSIONPREFIX= v DISTVERSION= 1.9.2 +PORTREVISION= 1 CATEGORIES= irc security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= egypcio@FreeBSD.org COMMENT= WeeChat script for Off-the-Record (OTR) messaging 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 USES= python USE_GITHUB= yes GH_ACCOUNT= mmb NO_BUILD= yes PLIST_FILES= ${PYTHON_SITELIBDIR}/weechat/weechat_otr.py do-install: ${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/weechat ${INSTALL_DATA} ${WRKSRC}/weechat_otr.py \ ${STAGEDIR}${PYTHON_SITELIBDIR}/weechat/weechat_otr.py .include 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,23 +1,21 @@ PORTNAME= potr PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= rm@FreeBSD.org COMMENT= Pure Python Off-The-Record encryption 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 .include