diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-09-07 00:19:05 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-09-07 00:19:05 +0000 |
commit | d72c560b21a0dd36f3255d3097728028a751ef18 (patch) | |
tree | b6936d201a95bb666992e32ecc7dc784714045a5 /net-im | |
parent | f22bf52a311332deecc0c59448b2f3cae1da13a4 (diff) | |
download | ports-d72c560b21a0dd36f3255d3097728028a751ef18.tar.gz ports-d72c560b21a0dd36f3255d3097728028a751ef18.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/cjc/Makefile | 2 | ||||
-rw-r--r-- | net-im/mcabber/Makefile | 2 | ||||
-rw-r--r-- | net-im/py-pyxmpp/Makefile | 2 | ||||
-rw-r--r-- | net-im/py-xmpppy-irc/Makefile | 2 | ||||
-rw-r--r-- | net-im/py-xmpppy/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/net-im/cjc/Makefile b/net-im/cjc/Makefile index 974b5f8d5878..25296889d321 100644 --- a/net-im/cjc/Makefile +++ b/net-im/cjc/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net-im python MASTER_SITES= CENKES http://jabberstudio.2nw.net/cjc/ # svn export -r675 http://cjc.jajcus.net/svn/cjc/trunk cjc -MAINTAINER= infofarmer@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The Console Jabber Client RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyxmpp>=1.0.0.644:${PORTSDIR}/net-im/py-pyxmpp diff --git a/net-im/mcabber/Makefile b/net-im/mcabber/Makefile index d143da59f49f..2a226b7ae23b 100644 --- a/net-im/mcabber/Makefile +++ b/net-im/mcabber/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ CENKES -MAINTAINER= infofarmer@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Small Jabber console client USE_BZIP2= yes diff --git a/net-im/py-pyxmpp/Makefile b/net-im/py-pyxmpp/Makefile index cd56d0a8ba02..3e4521a3f09b 100644 --- a/net-im/py-pyxmpp/Makefile +++ b/net-im/py-pyxmpp/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= CENKES http://jabberstudio.2nw.net/pyxmpp/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} # svn export -r664 http://pyxmpp.jajcus.net/svn/pyxmpp/trunk pyxmpp -MAINTAINER= infofarmer@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A Python XMPP library BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ diff --git a/net-im/py-xmpppy-irc/Makefile b/net-im/py-xmpppy-irc/Makefile index 6f091598e5c5..ccd39af2ea50 100644 --- a/net-im/py-xmpppy-irc/Makefile +++ b/net-im/py-xmpppy-irc/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= xmpppy PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= irc-transport-${PORTVERSION} -MAINTAINER= infofarmer@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An xmpp to irc transport RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/xmpp/__init__.py:${PORTSDIR}/net-im/py-xmpppy \ diff --git a/net-im/py-xmpppy/Makefile b/net-im/py-xmpppy/Makefile index 495b9f8cc80e..41acdd0fe278 100644 --- a/net-im/py-xmpppy/Makefile +++ b/net-im/py-xmpppy/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net-im python MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= infofarmer@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A Python library that provides easy scripting with Jabber USE_PYTHON= 2.3+ |