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.68, patch provided by Matthew Lu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a82d0338ef4
branches:  trunk
changeset: 460785:8a82d0338ef4
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Sep 04 12:57:00 2003 +0000

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

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

diffs (59 lines):

diff -r b26902b8629a -r 8a82d0338ef4 chat/gaim/Makefile
--- a/chat/gaim/Makefile        Thu Sep 04 12:48:21 2003 +0000
+++ b/chat/gaim/Makefile        Thu Sep 04 12:57:00 2003 +0000
@@ -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 -r b26902b8629a -r 8a82d0338ef4 chat/gaim/PLIST
--- a/chat/gaim/PLIST   Thu Sep 04 12:48:21 2003 +0000
+++ b/chat/gaim/PLIST   Thu Sep 04 12:57:00 2003 +0000
@@ -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/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 b26902b8629a -r 8a82d0338ef4 chat/gaim/distinfo
--- a/chat/gaim/distinfo        Thu Sep 04 12:48:21 2003 +0000
+++ b/chat/gaim/distinfo        Thu Sep 04 12:57:00 2003 +0000
@@ -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 -r b26902b8629a -r 8a82d0338ef4 chat/gaim/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/gaim/patches/patch-aa        Thu Sep 04 12:57:00 2003 +0000
@@ -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 = \



Home | Main Index | Thread Index | Old Index