diff options
author | jmmv <jmmv> | 2004-04-01 19:12:26 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-04-01 19:12:26 +0000 |
commit | be542031945fdbda9161bff50c526ec9f202097c (patch) | |
tree | bf3cacd4109b1d8e0758d23deecabc6d06b7be7a /chat/gossip/Makefile | |
parent | dd540dc2f1a92ef056e31741243ff2f60f202710 (diff) | |
download | pkgsrc-be542031945fdbda9161bff50c526ec9f202097c.tar.gz |
Update to 0.7.4. List of changes (but not complete):
News in 0.7.3:
* Fix transient window behaviour, Mikael.
* Fix bugs with the flashing icons, Richard.
* Propagate status updates to group chat, Martyn Russell.
* Show dialog when authentication fails. Martyn, Richard.
* Behave better when the notification area is removed, Qball Cow.
* Plug leaks, Richard.
* Updated translations (cs, da, eu, fr, nl, sr, sr@Latn, sv)
Diffstat (limited to 'chat/gossip/Makefile')
-rw-r--r-- | chat/gossip/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chat/gossip/Makefile b/chat/gossip/Makefile index f114c382801..70dc2670da4 100644 --- a/chat/gossip/Makefile +++ b/chat/gossip/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.23 2004/03/26 02:27:35 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2004/04/01 19:12:26 jmmv Exp $ # -DISTNAME= gossip-0.7.2 -PKGREVISION= 2 +DISTNAME= gossip-0.7.4 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gossip/0.7/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= xtraeme@NetBSD.org -HOMEPAGE= http://www.gnome.org/ +HOMEPAGE= http://gossip.imendio.org/ COMMENT= GTK2 Jabber Instant Messaging client DEPENDS= gnome2-dirs>=1.5:../../misc/gnome2-dirs |