summaryrefslogtreecommitdiff
path: root/chat/gaim
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-01-11 20:54:07 +0000
committerjmmv <jmmv@pkgsrc.org>2004-01-11 20:54:07 +0000
commit09bb69fecbc979f5a93e070d8639fd88e4097b03 (patch)
tree4ff04d5140aaa1ccdbaf08569a8b76edba711fca /chat/gaim
parent141c6df71ad09bbe8ecc5cc0fb53e541c914abbe (diff)
downloadpkgsrc-09bb69fecbc979f5a93e070d8639fd88e4097b03.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
Diffstat (limited to 'chat/gaim')
-rw-r--r--chat/gaim/Makefile8
-rw-r--r--chat/gaim/PLIST3
-rw-r--r--chat/gaim/distinfo9
-rw-r--r--chat/gaim/patches/patch-aa12
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