svn commit: r544841 - head/net-im/py-unmessage
Antoine Brodin
antoine at FreeBSD.org
Thu Aug 13 20:48:38 UTC 2020
Author: antoine
Date: Thu Aug 13 20:48:37 2020
New Revision: 544841
URL: https://svnweb.freebsd.org/changeset/ports/544841
Log:
Revert r544837 and unbreak bulk -a
With hat: portmgr
Modified:
head/net-im/py-unmessage/Makefile
Modified: head/net-im/py-unmessage/Makefile
==============================================================================
--- head/net-im/py-unmessage/Makefile Thu Aug 13 20:28:39 2020 (r544840)
+++ head/net-im/py-unmessage/Makefile Thu Aug 13 20:48:37 2020 (r544841)
@@ -14,6 +14,9 @@ COMMENT= Privacy enhanced instant messenger
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
RUN_DEPENDS= tor:security/tor \
${PYTHON_PKGNAMEPREFIX}opuslib>=1.1.0:audio/py-opuslib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyaudio>=0.2.10:audio/py-pyaudio@${PY_FLAVOR} \
@@ -28,7 +31,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:s
${PYTHON_PKGNAMEPREFIX}service_identity>0:security/py-service_identity@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}idna>=0.6:dns/py-idna@${PY_FLAVOR}
-USES= python
+USES= python:2.7
USE_PYTHON= distutils autoplist
NO_ARCH= yes
More information about the svn-ports-all
mailing list