summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = \