diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-25 11:19:29 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-25 11:19:29 +0800 |
commit | 320e1ae04a5cb648decf7687de1c7f4374992b84 (patch) | |
tree | e214c064234f069b4fcf1d4d9b33d13e1ac5ff74 /net-im/py-pyxmpp | |
parent | 30c5702c27b8779244ed77aaceab1faf8ebc99b7 (diff) | |
download | freebsd-ports-gnome-320e1ae04a5cb648decf7687de1c7f4374992b84.tar.gz freebsd-ports-gnome-320e1ae04a5cb648decf7687de1c7f4374992b84.tar.zst freebsd-ports-gnome-320e1ae04a5cb648decf7687de1c7f4374992b84.zip |
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
Diffstat (limited to 'net-im/py-pyxmpp')
-rw-r--r-- | net-im/py-pyxmpp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/py-pyxmpp/Makefile b/net-im/py-pyxmpp/Makefile index 22e911db4520..47c43bb04518 100644 --- a/net-im/py-pyxmpp/Makefile +++ b/net-im/py-pyxmpp/Makefile @@ -7,6 +7,7 @@ PORTNAME= pyxmpp PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= net-im python MASTER_SITES= http://pyxmpp.jajcus.net/downloads/ \ CENKES http://jabberstudio.2nw.net/pyxmpp/ @@ -20,7 +21,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_PKGNAMEPREFIX}m2crypto>=0.18.2:${PORTSDIR}/security/py-m2crypto RUN_DEPENDS= ${BUILD_DEPENDS} -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes post-patch: |