aboutsummaryrefslogtreecommitdiff
path: root/net-im/py-unmessage
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-08-13 22:08:45 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-08-13 22:08:45 +0000
commit248540b5bea90dc351be6f24d1987c1747d931f1 (patch)
treea6597324faa63017a63aa33dc05ec2fdbcaf19aa /net-im/py-unmessage
parentf648f8129b794b7a2bcd7965d8a2f09f68db0ba6 (diff)
downloadports-248540b5bea90dc351be6f24d1987c1747d931f1.tar.gz
ports-248540b5bea90dc351be6f24d1987c1747d931f1.zip
net-im/py-unmessage: Remove the 2.7 limitation on python because it's no longer needed
The previus commit was reverted because security/py-pyaxo was still at 2.7
Notes
Notes: svn path=/head/; revision=544851
Diffstat (limited to 'net-im/py-unmessage')
-rw-r--r--net-im/py-unmessage/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/net-im/py-unmessage/Makefile b/net-im/py-unmessage/Makefile
index 6a02a763c56b..f11a62c861eb 100644
--- a/net-im/py-unmessage/Makefile
+++ b/net-im/py-unmessage/Makefile
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= unmessage
-PORTVERSION= 0.2.0
-PORTREVISION= 2
+DISTVERSION= 0.2.0
+PORTREVISION= 3
CATEGORIES= net-im net-p2p python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,9 +14,6 @@ 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} \
@@ -31,7 +28,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:security/py-openssl@${PY_FL
${PYTHON_PKGNAMEPREFIX}service_identity>0:security/py-service_identity@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}idna>=0.6:dns/py-idna@${PY_FLAVOR}
-USES= python:2.7
+USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes