diff options
author | culot <culot@FreeBSD.org> | 2011-09-11 15:26:06 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-09-11 15:26:06 +0800 |
commit | 404f739ed6033b34cec6a008ecd62c07e6fefe66 (patch) | |
tree | 572a5333858e80e98341d4d1a549e38172ea5a48 /net-im | |
parent | 481d6ab753313298ba77b28ce6ba0d7de8a87bb8 (diff) | |
download | freebsd-ports-gnome-404f739ed6033b34cec6a008ecd62c07e6fefe66.tar.gz freebsd-ports-gnome-404f739ed6033b34cec6a008ecd62c07e6fefe66.tar.zst freebsd-ports-gnome-404f739ed6033b34cec6a008ecd62c07e6fefe66.zip |
- Update to 0.14
- Add LICENSE (GPLv3)
PR: ports/160625
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/py-jabberbot/Makefile | 7 | ||||
-rw-r--r-- | net-im/py-jabberbot/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net-im/py-jabberbot/Makefile b/net-im/py-jabberbot/Makefile index 5ceb39bb3989..c8c356bfb14d 100644 --- a/net-im/py-jabberbot/Makefile +++ b/net-im/py-jabberbot/Makefile @@ -6,15 +6,16 @@ # PORTNAME= jabberbot -PORTVERSION= 0.9 -PORTREVISION= 1 +PORTVERSION= 0.14 CATEGORIES= net-im python -MASTER_SITES= http://thpinfo.com/2007/python-jabberbot/ +MASTER_SITES= SF/pythonjabberbot/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= g.veniamin@googlemail.com COMMENT= A simple Jabber Bot for Python +LICENSE= GPLv3 + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/xmpp/auth.py:${PORTSDIR}/net-im/py-xmpppy USE_PYTHON= 2.5+ diff --git a/net-im/py-jabberbot/distinfo b/net-im/py-jabberbot/distinfo index bdf997e7ae55..e9e07ae1630e 100644 --- a/net-im/py-jabberbot/distinfo +++ b/net-im/py-jabberbot/distinfo @@ -1,2 +1,2 @@ -SHA256 (jabberbot-0.9.tar.gz) = 6a67acb441a8e80b54078967c1277f48034dee4e42a61ab6faae2f04c7eaa4dd -SIZE (jabberbot-0.9.tar.gz) = 20003 +SHA256 (jabberbot-0.14.tar.gz) = e84ff88326213a503e4078c658f50ebf04520527af636a6d43ff7344435f2c64 +SIZE (jabberbot-0.14.tar.gz) = 23745 |