pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/gaim Update to 0.75, based on patch from Matthew ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a755e93cdce4
branches:  trunk
changeset: 466115:a755e93cdce4
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Jan 11 20:54:07 2004 +0000

description:
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

diffstat:

 chat/gaim/Makefile         |   8 ++------
 chat/gaim/PLIST            |   3 ++-
 chat/gaim/distinfo         |   9 ++++-----
 chat/gaim/patches/patch-aa |  12 ++++++++++++
 4 files changed, 20 insertions(+), 12 deletions(-)

diffs (71 lines):

diff -r 2840eb76580f -r a755e93cdce4 chat/gaim/Makefile
--- a/chat/gaim/Makefile        Sun Jan 11 20:46:49 2004 +0000
+++ b/chat/gaim/Makefile        Sun Jan 11 20:54:07 2004 +0000
@@ -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 @@
 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 -r 2840eb76580f -r a755e93cdce4 chat/gaim/PLIST
--- a/chat/gaim/PLIST   Sun Jan 11 20:46:49 2004 +0000
+++ b/chat/gaim/PLIST   Sun Jan 11 20:54:07 2004 +0000
@@ -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/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 -r 2840eb76580f -r a755e93cdce4 chat/gaim/distinfo
--- a/chat/gaim/distinfo        Sun Jan 11 20:46:49 2004 +0000
+++ b/chat/gaim/distinfo        Sun Jan 11 20:54:07 2004 +0000
@@ -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 -r 2840eb76580f -r a755e93cdce4 chat/gaim/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/gaim/patches/patch-aa        Sun Jan 11 20:54:07 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index