diff options
author | jmmv <jmmv> | 2003-07-19 10:58:31 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-07-19 10:58:31 +0000 |
commit | c3b2b8bfb6267f75ef4dbf201bea9511c4f8f940 (patch) | |
tree | fd6c3d3559879e426d3253d8962bdff836d37803 /chat/gaim | |
parent | c32d92dda70b9c132e843a3126896ee567d64bef (diff) | |
download | pkgsrc-c3b2b8bfb6267f75ef4dbf201bea9511c4f8f940.tar.gz |
Update to 0.66 with patch from maintainer:
* Freebsd compile fix (Matthew Luckie)
* .spec file improvements (Ethan Blanton)
* Added a gaim-remote man page (Robert McQueen)
* The Remote Control plugin no longer adds duplicate groups to your buddy list.
* Servers and ports are now imported correctly in MSN.
* Core/UI split the core initialization and shutdown.
* MSN messages with newlines are now sent correctly to MSN clients.
* Italian translation updated (Claudio Satriano)
* British English "translation" added (Sam Halliday)
* Fix some sound initialization stuff
* Updated Portuguese (Brazilian) translation (Mauricio de Lemos Rodrigues
Collares Neto)
* Updated Czech translation (Miloslav Trmac)
* Fix saving and import of default away message
Diffstat (limited to 'chat/gaim')
-rw-r--r-- | chat/gaim/Makefile | 4 | ||||
-rw-r--r-- | chat/gaim/PLIST | 4 | ||||
-rw-r--r-- | chat/gaim/distinfo | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/chat/gaim/Makefile b/chat/gaim/Makefile index 034bae5a383..29fc2398303 100644 --- a/chat/gaim/Makefile +++ b/chat/gaim/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2003/07/17 16:13:07 jmmv Exp $ +# $NetBSD: Makefile,v 1.37 2003/07/19 10:58:31 jmmv Exp $ # -DISTNAME= gaim-0.65 +DISTNAME= gaim-0.66 CATEGORIES= chat x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim/} diff --git a/chat/gaim/PLIST b/chat/gaim/PLIST index c28ce7575ae..889c2acbbd7 100644 --- a/chat/gaim/PLIST +++ b/chat/gaim/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2003/07/17 16:13:07 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.16 2003/07/19 10:58:32 jmmv Exp $ bin/gaim bin/gaim-remote include/gaim-remote/remote-socket.h @@ -65,6 +65,7 @@ lib/libgaim-remote.la lib/libgaim-remote.so lib/libgaim-remote.so.0 lib/libgaim-remote.so.0.0 +man/man1/gaim-remote.1 man/man1/gaim.1 share/applications/gaim.desktop ${PKGLOCALEDIR}/locale/am/LC_MESSAGES/gaim.mo @@ -73,6 +74,7 @@ ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gaim.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gaim.mo ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gaim.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gaim.mo +${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/gaim.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gaim.mo ${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/gaim.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gaim.mo diff --git a/chat/gaim/distinfo b/chat/gaim/distinfo index d605990ed0c..35088506783 100644 --- a/chat/gaim/distinfo +++ b/chat/gaim/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.27 2003/07/17 16:13:08 jmmv Exp $ +$NetBSD: distinfo,v 1.28 2003/07/19 10:58:32 jmmv Exp $ -SHA1 (gaim-0.65.tar.gz) = 211d66aaca3def8f1e2c7271efee31c861fb8be6 -Size (gaim-0.65.tar.gz) = 3676465 bytes +SHA1 (gaim-0.66.tar.gz) = f4c8fc804e94006407cda21e7d4b6674785b9118 +Size (gaim-0.66.tar.gz) = 3843257 bytes |