summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-09-04 12:57:00 +0000
committerjmmv <jmmv>2003-09-04 12:57:00 +0000
commit01d5a14179d56a503f1918c516b2bd6f5dc6f0a9 (patch)
tree8d168d9962527e9d32d894bf02669c5133f6abb1 /chat
parenta16fac2502621d238466a6b2832138122a57bd76 (diff)
downloadpkgsrc-01d5a14179d56a503f1918c516b2bd6f5dc6f0a9.tar.gz
Update to 0.68, patch provided by Matthew Luckie:
* Removed the old event system and replaced it with a much better signal system. * Added plugin dependency support. * Rewrote the Perl plugin. All old scripts will break, but it offers a much better API for new scripts. * Yahoo color support (Tim Ringenbach (marv_sf)) * Yahoo and MSN get info support (Nathan Poznick) * Fixed Jabber registrations. * Fixed a problem where pouncing two users with the same name appeared in the same conversation window, and other related problems. (Robot101) * Corrected problems with proxy preferences. * Mailchk.c and simple.c compile again (Paul A (darkrain)) * Catalan translation updated (Robert Millan) * Chinese (Simplified) translation updated (Funda Wang) * Chinese (Traditional) translation updated (Ambrose C. Li) * Danish translation updated (Morten Brix Pedersen (mbrix)) * Finish translation updated (Ambrose C. LI (acli)) * German translation updated (Bjoern Voigt) * Portuguese (Brazilian) translation updated (Mauricio de Lemos Rodrigues Collares Neto) * Norwegian translation updated (Petter Johan Olsen) * Romanian translation updated (Misu Moldovan (dumol)) * Serbian translation updated (Danilo Segan) * Serbian Latin translation updated (Danilo Segan) * Swedish translation updated (Tore Lundqvist (luntor))
Diffstat (limited to 'chat')
-rw-r--r--chat/gaim/Makefile4
-rw-r--r--chat/gaim/PLIST3
-rw-r--r--chat/gaim/distinfo7
-rw-r--r--chat/gaim/patches/patch-aa13
4 files changed, 20 insertions, 7 deletions
diff --git a/chat/gaim/Makefile b/chat/gaim/Makefile
index e679664e1ac..7c1535da9a1 100644
--- a/chat/gaim/Makefile
+++ b/chat/gaim/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2003/08/18 18:27:08 jmmv Exp $
+# $NetBSD: Makefile,v 1.39 2003/09/04 12:57:00 jmmv Exp $
#
-DISTNAME= gaim-0.67
+DISTNAME= gaim-0.68
CATEGORIES= chat x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim/}
diff --git a/chat/gaim/PLIST b/chat/gaim/PLIST
index b7c2875249d..eb5dd62e257 100644
--- a/chat/gaim/PLIST
+++ b/chat/gaim/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2003/08/18 18:27:09 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.18 2003/09/04 12:57:00 jmmv Exp $
bin/gaim
bin/gaim-remote
include/gaim-remote/remote-socket.h
@@ -77,7 +77,6 @@ ${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 4deaeaf982e..24172bcaadb 100644
--- a/chat/gaim/distinfo
+++ b/chat/gaim/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.29 2003/08/18 18:27:09 jmmv Exp $
+$NetBSD: distinfo,v 1.30 2003/09/04 12:57:00 jmmv Exp $
-SHA1 (gaim-0.67.tar.gz) = 032d3a4587611dafa9191bfaaa3dcd5cba488331
-Size (gaim-0.67.tar.gz) = 4112109 bytes
+SHA1 (gaim-0.68.tar.gz) = 00b6fbdfa13e681771303aa29ead0ddca15384a1
+Size (gaim-0.68.tar.gz) = 4145453 bytes
+SHA1 (patch-aa) = bd11a2c4b74c1670503b09b5b87e483ce06060a9
diff --git a/chat/gaim/patches/patch-aa b/chat/gaim/patches/patch-aa
new file mode 100644
index 00000000000..47dcabbdf77
--- /dev/null
+++ b/chat/gaim/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.14 2003/09/04 12:57:01 jmmv Exp $
+
+--- src/Makefile.in.orig 2003-09-02 05:12:56.000000000 +0200
++++ src/Makefile.in
+@@ -320,7 +320,7 @@ gaim_remote_SOURCES = \
+ gaim_remote_DEPENDENCIES = @LIBOBJS@
+ gaim_remote_LDADD = \
+ @LIBOBJS@ $(GLIB_LIBS) $(INTLLIBS) \
+- -L$(top_builddir)/plugins/gaim-remote -lgaim-remote
++ $(top_builddir)/plugins/gaim-remote/libgaim-remote.la
+
+
+ AM_CPPFLAGS = \