diff options
author | bapt <bapt@FreeBSD.org> | 2011-08-03 01:04:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-08-03 01:04:00 +0800 |
commit | 288de0e0b56c6cd632e4e2f51633573e7f3c25db (patch) | |
tree | 56286e09297f321c0aeee433be35199c25020390 /net-im | |
parent | bf71142150a67a1c4ed7059d53959513754bdb5d (diff) | |
download | freebsd-ports-gnome-288de0e0b56c6cd632e4e2f51633573e7f3c25db.tar.gz freebsd-ports-gnome-288de0e0b56c6cd632e4e2f51633573e7f3c25db.tar.zst freebsd-ports-gnome-288de0e0b56c6cd632e4e2f51633573e7f3c25db.zip |
Deprecate some ports where I can't find distfiles and upstream
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/jabber-users-agent/Makefile | 3 | ||||
-rw-r--r-- | net-im/newsbot/Makefile | 3 | ||||
-rw-r--r-- | net-im/py-pyxmpp/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/net-im/jabber-users-agent/Makefile b/net-im/jabber-users-agent/Makefile index e2ee0239b31a..4dcd5d5ffbe4 100644 --- a/net-im/jabber-users-agent/Makefile +++ b/net-im/jabber-users-agent/Makefile @@ -16,6 +16,9 @@ DISTNAME= Users-Agent-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A Perl based Jabber User Directory +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2011-09-01 + BROKEN= Does not fetch NO_BUILD= yes diff --git a/net-im/newsbot/Makefile b/net-im/newsbot/Makefile index 4e1074affc05..a527b8377c53 100644 --- a/net-im/newsbot/Makefile +++ b/net-im/newsbot/Makefile @@ -17,6 +17,9 @@ DISTNAME= ${PORTNAME}-0.45 MAINTAINER= ports@FreeBSD.org COMMENT= Gathers news from RDF/RSS and send them to your IM client +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2011-09-01 + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/jabber/jabber.py:${PORTSDIR}/net-im/py-jabber USE_PYTHON= 2.2+ diff --git a/net-im/py-pyxmpp/Makefile b/net-im/py-pyxmpp/Makefile index 47c43bb04518..76bc512e17d8 100644 --- a/net-im/py-pyxmpp/Makefile +++ b/net-im/py-pyxmpp/Makefile @@ -16,6 +16,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= A Python XMPP library +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2011-09-01 + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_SITELIBDIR}/dns/__init__.py:${PORTSDIR}/dns/py-dnspython \ ${PYTHON_PKGNAMEPREFIX}m2crypto>=0.18.2:${PORTSDIR}/security/py-m2crypto |