diff options
author | tonio <tonio@pkgsrc.org> | 2010-05-30 14:52:18 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2010-05-30 14:52:18 +0000 |
commit | 6e04d4ad2146d7f9412e78895ae920dda48fd34a (patch) | |
tree | 6c1b1b69f13302b543a646cae95245e38e997955 /chat | |
parent | bb5dafd94fc466d03fd405b917a4d76c8e745549 (diff) | |
download | pkgsrc-6e04d4ad2146d7f9412e78895ae920dda48fd34a.tar.gz |
Update chat/bitlbee to 1.2.7
Fix PR pkg/43329
- Version 1.2.7 (released 2010-05-15) hilights:
* Resolved MSN Messenger login issues.
* Twitter module now uses OAuth, so it'll still work after June.
* Various other fixes and small feature additions.
- Version 1.2.6a (released 2010-04-19) hilights:
* (1.2.6a because the original 1.2.6 release had one unfortunate bug in the
Twitter module.)
* Twitter support! (Implemented by Geert Mulders.)
* Fixed issues with MSN friendly names getting lost by allowing to store
them locally (see the local_display_name MSN setting.), and worked around
problems when talking to offline MSN contacts (see the
switchboard_keepalives MSN setting).
The usual bug fixes and small feature enhancements.
- Version 1.2.5 (released 2010-03-17) hilights:
* Full support for non-away status messages.
* Ability to generate nicknames from the contact's full name, making
Facebook's XMPP server work much better with BitlBee.
* Lots of misc. bug fixes and small feature enhancements.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/bitlbee/Makefile | 5 | ||||
-rw-r--r-- | chat/bitlbee/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/chat/bitlbee/Makefile b/chat/bitlbee/Makefile index 6e45167592a..5272b046329 100644 --- a/chat/bitlbee/Makefile +++ b/chat/bitlbee/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.46 2009/07/16 19:19:18 tonio Exp $ +# $NetBSD: Makefile,v 1.47 2010/05/30 14:52:18 tonio Exp $ # -DISTNAME= bitlbee-1.2.3 +DISTNAME= bitlbee-1.2.7 CATEGORIES= chat MASTER_SITES= http://get.bitlbee.org/src/ -PKGREVISION= 2 MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://www.bitlbee.org/ diff --git a/chat/bitlbee/distinfo b/chat/bitlbee/distinfo index f4706b57e0e..4e8a05e7a7a 100644 --- a/chat/bitlbee/distinfo +++ b/chat/bitlbee/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2008/11/01 13:35:33 tonio Exp $ +$NetBSD: distinfo,v 1.24 2010/05/30 14:52:18 tonio Exp $ -SHA1 (bitlbee-1.2.3.tar.gz) = cfa152bd4d0ff703feaeedf55dbab84b64657dc8 -RMD160 (bitlbee-1.2.3.tar.gz) = a4e994a97c3a7cc1d2bd6544a9a472d9c40ebb3f -Size (bitlbee-1.2.3.tar.gz) = 475748 bytes +SHA1 (bitlbee-1.2.7.tar.gz) = d1ed04a5ff18de67d96ba51d8a11bbd8e6d78ef3 +RMD160 (bitlbee-1.2.7.tar.gz) = 5eec7fff68ade914d3e1da5b0e149ac963446827 +Size (bitlbee-1.2.7.tar.gz) = 510458 bytes |