diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-09-04 12:57:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-09-04 12:57:00 +0000 |
commit | 65499fd5e777d1ecaadd4ab7fe885128e0dc201f (patch) | |
tree | 8d168d9962527e9d32d894bf02669c5133f6abb1 /chat | |
parent | 6cebea056c8e49a1f6b5bd71d290d7477a3d8952 (diff) | |
download | pkgsrc-65499fd5e777d1ecaadd4ab7fe885128e0dc201f.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/Makefile | 4 | ||||
-rw-r--r-- | chat/gaim/PLIST | 3 | ||||
-rw-r--r-- | chat/gaim/distinfo | 7 | ||||
-rw-r--r-- | chat/gaim/patches/patch-aa | 13 |
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 = \ |