aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2018-01-30 18:16:23 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2018-01-30 18:16:23 +0000
commit12547a32348f980e9d4723814072cbb0fb32f060 (patch)
tree5de7cac3fcf2be75ded6119d12330cb067f38d07 /net-im
parentb0dd52ea0c47abaf71c8fa13dc1968a7b6ab156e (diff)
downloadports-12547a32348f980e9d4723814072cbb0fb32f060.tar.gz
ports-12547a32348f980e9d4723814072cbb0fb32f060.zip
net-im/py-pyxmpp: mark deprecated
This port is outdated (last release was made in 2011), unmaintained and has no consumers in ports tree. According to the official github page "this project is becoming obsolete" since 2011 in favor of PyXMPP2 (from the same author, not yet in ports) that support modern Python API's and run with both Python branches. Mark it deprecated and set to expire at 2018-02-28.
Notes
Notes: svn path=/head/; revision=460427
Diffstat (limited to 'net-im')
-rw-r--r--net-im/py-pyxmpp/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-im/py-pyxmpp/Makefile b/net-im/py-pyxmpp/Makefile
index 8ccb771b302b..51907c53db8c 100644
--- a/net-im/py-pyxmpp/Makefile
+++ b/net-im/py-pyxmpp/Makefile
@@ -14,6 +14,9 @@ COMMENT= Python XMPP library
LICENSE= LGPL21 # only
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Obsoleted in favor of PyXMPP2
+EXPIRATION_DATE= 2018-02-28
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}m2crypto>=0.18.2:security/py-m2crypto@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}libxml2>0:textproc/py-libxml2@${FLAVOR}