diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-07 09:01:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-07 09:01:17 +0000 |
commit | 9dd54d07d309331d0189102c18187d93f9339c89 (patch) | |
tree | 0405d4dea5fd7a2d4b7a85f439b7ebebaae49c15 /net-im | |
parent | 2228b68731428efbeeea8d687aebaa32f6139a70 (diff) | |
download | ports-9dd54d07d309331d0189102c18187d93f9339c89.tar.gz ports-9dd54d07d309331d0189102c18187d93f9339c89.zip |
Notes
Diffstat (limited to 'net-im')
-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-yahoo/Makefile | 2 | ||||
-rw-r--r-- | net-im/py-xmpppy/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net-im/py-pyxmpp/Makefile b/net-im/py-pyxmpp/Makefile index 3e4521a3f09b..87ad0a453c1e 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= ports@FreeBSD.org +MAINTAINER= miwi@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 ccd39af2ea50..5d9fa27748e1 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= ports@FreeBSD.org +MAINTAINER= miwi@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-yahoo/Makefile b/net-im/py-xmpppy-yahoo/Makefile index 2ab925b5cf3f..25d8b60b20a5 100644 --- a/net-im/py-xmpppy-yahoo/Makefile +++ b/net-im/py-xmpppy-yahoo/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR=lofi PKGNAMEPREFIX= xmpppy- DISTNAME= yahoo-transport-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Yahoo! transport for Jabber OPTIONS= EJABBERD "Use transport with ejabberd" off diff --git a/net-im/py-xmpppy/Makefile b/net-im/py-xmpppy/Makefile index 41acdd0fe278..f581b7e40186 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= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= A Python library that provides easy scripting with Jabber USE_PYTHON= 2.3+ |