diff options
author | jmmv <jmmv> | 2004-01-11 20:54:07 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-01-11 20:54:07 +0000 |
commit | 11cf6ab0cfcf597c7e5123fb537cc56d8c6d5820 (patch) | |
tree | 4ff04d5140aaa1ccdbaf08569a8b76edba711fca | |
parent | 968742d78f7366bb885d21bc6adc4ab265108270 (diff) | |
download | pkgsrc-11cf6ab0cfcf597c7e5123fb537cc56d8c6d5820.tar.gz |
Update to 0.75, based on patch from Matthew Luckie (maintainer):
* New Yahoo! auth method
* Yahoo! file transfer (Tim Ringenbach)
* Yahoo! chat joining fixes (Tim Ringenbach)
* Persons can auto-expand when hovering your mouse over it
* Improved i18n support for MSN email notification (Felipe Contreras)
* Jabber SASL PLAIN support
* Improved Jabber MUC (Chat) support
* Fixed an MSN login bug some people likely experienced (Felipe Contreras)
* Touch-up various dialogs to follow the Gnome Human Interface
Guidelines more closely (Steven Garrity, Nathan Fredrickson, and
Ka-Hing Cheung)
* Works better with all-black gtk themes (Etan Reisner)
* Mozilla Firebird support (Chris (darth_sebulba04))
* Multiple translation updates
-rw-r--r-- | chat/gaim/Makefile | 8 | ||||
-rw-r--r-- | chat/gaim/PLIST | 3 | ||||
-rw-r--r-- | chat/gaim/distinfo | 9 | ||||
-rw-r--r-- | chat/gaim/patches/patch-aa | 12 |
4 files changed, 20 insertions, 12 deletions
diff --git a/chat/gaim/Makefile b/chat/gaim/Makefile index 1e3652bb536..f24078356fa 100644 --- a/chat/gaim/Makefile +++ b/chat/gaim/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2004/01/03 18:49:35 reed Exp $ +# $NetBSD: Makefile,v 1.49 2004/01/11 20:54:07 jmmv Exp $ # -DISTNAME= gaim-0.74 -PKGREVISION= 5 +DISTNAME= gaim-0.75 CATEGORIES= chat x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim/} EXTRACT_SUFX= .tar.bz2 @@ -11,9 +10,6 @@ MAINTAINER= mjl@luckie.org.nz HOMEPAGE= http://gaim.sourceforge.net/ COMMENT= GTK2 based client for the AOL Instant Messenger chat system -PATCHFILES= gaim-0.75cvs-gaim_log_free.diff -PATCH_SITES= http://web.ics.purdue.edu/~eblanton/gaim/ - BUILD_USES_MSGFMT= YES DEPENDS+= gnome2-dirs>=1.1:../../misc/gnome2-dirs diff --git a/chat/gaim/PLIST b/chat/gaim/PLIST index b53f315422a..3b2c2e7d4cf 100644 --- a/chat/gaim/PLIST +++ b/chat/gaim/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2003/12/19 09:43:39 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.23 2004/01/11 20:54:07 jmmv Exp $ bin/gaim bin/gaim-remote include/gaim-remote/remote-socket.h @@ -92,6 +92,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 e113eb07f41..9229b0732fa 100644 --- a/chat/gaim/distinfo +++ b/chat/gaim/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.36 2003/12/22 15:25:03 jmmv Exp $ +$NetBSD: distinfo,v 1.37 2004/01/11 20:54:07 jmmv Exp $ -SHA1 (gaim-0.74.tar.bz2) = f9df2adbd49e0dba95eb0442fdd7b75b7177dcbd -Size (gaim-0.74.tar.bz2) = 3285757 bytes -SHA1 (gaim-0.75cvs-gaim_log_free.diff) = bc15075a773a81fcff526338b883eef3d7641040 -Size (gaim-0.75cvs-gaim_log_free.diff) = 1492 bytes +SHA1 (gaim-0.75.tar.bz2) = 20a7ccadf276d9db6b74ae3d07d90601d805a4a9 +Size (gaim-0.75.tar.bz2) = 3370977 bytes +SHA1 (patch-aa) = 90d7bbc5c9ab5c6ffeba30a6c782e66cb1e3d861 diff --git a/chat/gaim/patches/patch-aa b/chat/gaim/patches/patch-aa new file mode 100644 index 00000000000..bb00bd79433 --- /dev/null +++ b/chat/gaim/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.16 2004/01/11 20:54:08 jmmv Exp $ + +--- src/protocols/oscar/ft.c.orig 2004-01-05 02:34:04.000000000 +0100 ++++ src/protocols/oscar/ft.c +@@ -44,6 +44,7 @@ + #include <config.h> + #endif + ++#include <limits.h> + #include <aim.h> + + #ifndef _WIN32 |