diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-05-04 21:14:12 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-05-04 21:14:12 +0000 |
commit | 424bfb7f91698a5fa0a0a4f69cd0e60dd5593033 (patch) | |
tree | f60cf9a13db12fd811262280a1aae11435865ba6 /audio/rhythmbox/Makefile | |
parent | 871ebfb60bcf9cdcd50928a2ac710057f6717353 (diff) | |
download | pkgsrc-424bfb7f91698a5fa0a0a4f69cd0e60dd5593033.tar.gz |
Update to 0.8.3, from Kouichirou Hiratsuka in PR pkg/25461:
* Revert change to use authentication callbacks, it broke too much.
* Don't crash on gnome-panel restart.
* Plug a memory leak.
* Update et and nl translations.
Diffstat (limited to 'audio/rhythmbox/Makefile')
-rw-r--r-- | audio/rhythmbox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 9404ea77c6e..e0cd45684c3 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2004/05/02 09:19:32 jmmv Exp $ +# $NetBSD: Makefile,v 1.16 2004/05/04 21:14:12 jmmv Exp $ # -DISTNAME= rhythmbox-0.8.2 +DISTNAME= rhythmbox-0.8.3 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/rhythmbox/0.8/} EXTRACT_SUFX= .tar.bz2 |