diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-12-26 07:54:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-12-26 07:54:28 +0000 |
commit | de61a8720881da46af35e6e0abf44f90665881a4 (patch) | |
tree | 3bf9892e82abdc673d0347fd10ca9dc8108c22a6 /net-im | |
parent | a67f3f35a3078187a2ab3b4163d501c43cabbb66 (diff) | |
download | freebsd-ports-de61a8720881da46af35e6e0abf44f90665881a4.zip |
Deprecate a few ports
With hat: portmgr
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/py-jabber/Makefile | 3 | ||||
-rw-r--r-- | net-im/py-jabberbot/Makefile | 3 | ||||
-rw-r--r-- | net-im/py-libturpial/Makefile | 3 | ||||
-rw-r--r-- | net-im/py-xmpppy-irc/Makefile | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/net-im/py-jabber/Makefile b/net-im/py-jabber/Makefile index 19e0a6b2581c..650976e7de0e 100644 --- a/net-im/py-jabber/Makefile +++ b/net-im/py-jabber/Makefile @@ -11,6 +11,9 @@ DISTNAME= jabberpy-${PORTVERSION}-0 MAINTAINER= ports@FreeBSD.org COMMENT= Python Jabber library +DEPRECATED= Unmaintained, uses EOLed python27 +EXPIRATION_DATE= 2020-01-27 + USES= python:2.7 USE_PYTHON= distutils autoplist PLIST_FILES= ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}/jabber.pth diff --git a/net-im/py-jabberbot/Makefile b/net-im/py-jabberbot/Makefile index 0910bbd8b9f0..4d350a4b6892 100644 --- a/net-im/py-jabberbot/Makefile +++ b/net-im/py-jabberbot/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Simple Jabber Bot for Python +DEPRECATED= Unmaintained, uses EOLed python27 +EXPIRATION_DATE= 2020-01-27 + LICENSE= GPLv3 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xmpppy>0:net-im/py-xmpppy@${PY_FLAVOR} diff --git a/net-im/py-libturpial/Makefile b/net-im/py-libturpial/Makefile index 9937acf5e5ad..d158b9b71496 100644 --- a/net-im/py-libturpial/Makefile +++ b/net-im/py-libturpial/Makefile @@ -12,6 +12,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Twitter API +DEPRECATED= Unmaintained, uses EOLed python27 +EXPIRATION_DATE= 2020-01-27 + BROKEN= unfetchable LICENSE= GPLv3 diff --git a/net-im/py-xmpppy-irc/Makefile b/net-im/py-xmpppy-irc/Makefile index 3da648e41c8b..5873095647ca 100644 --- a/net-im/py-xmpppy-irc/Makefile +++ b/net-im/py-xmpppy-irc/Makefile @@ -12,6 +12,9 @@ DISTNAME= irc-transport-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Xmpp to irc transport +DEPRECATED= Unmaintained, uses EOLed python27 +EXPIRATION_DATE= 2020-01-27 + LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xmpp/__init__.py:net-im/py-xmpppy@${PY_FLAVOR} \ |