summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-05-21 17:36:02 +0000
committerjmmv <jmmv>2003-05-21 17:36:02 +0000
commit9b559729b65d71fc2ef5b10f113a08ee4a810e27 (patch)
tree52744eaccd9a339a580124c468bb8334cc4286ee /chat
parent484cf800e9bbce51021d603f0065d57da91d9a7e (diff)
downloadpkgsrc-9b559729b65d71fc2ef5b10f113a08ee4a810e27.tar.gz
Update to 0.63:
* A rewrite of the plugin API. Plugin authors will need to change their code based off the changes found in other plugins. * Perl script support is now provided in the perl plugin. * Debugging is core/ui split, and has a new API with support for debug levels and categories. * Support for adding chats to your buddy list. * MSN protocol plugin was rewritten, has experimental buddy icon support, and MSN Mobile support. * Thanks to all the various people who submitted translation updates. * Buddy list speed enhancements (Thanks Ethan Blanton). * Napster protocol updates (Thanks Auke Kok). Closes PR pkg/21619 by Soren Jacobsen.
Diffstat (limited to 'chat')
-rw-r--r--chat/gaim/Makefile8
-rw-r--r--chat/gaim/PLIST8
-rw-r--r--chat/gaim/distinfo6
3 files changed, 10 insertions, 12 deletions
diff --git a/chat/gaim/Makefile b/chat/gaim/Makefile
index 664f66b8a2b..264c7233cb3 100644
--- a/chat/gaim/Makefile
+++ b/chat/gaim/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2003/05/02 11:54:01 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2003/05/21 17:36:02 jmmv Exp $
#
-DISTNAME= gaim-0.62
-PKGREVISION= 1
+DISTNAME= gaim-0.63
CATEGORIES= chat x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim/}
@@ -24,7 +23,7 @@ USE_X11= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
CONFIGURE_ARGS+= --disable-nas
-CONFIGURE_ARGS+= --enable-perl
+CONFIGURE_ARGS+= --disable-perl
.include "../../mk/bsd.prefs.mk"
@@ -36,7 +35,6 @@ CONFIGURE_ARGS+= --disable-screensaver
.include "../../audio/libaudiofile/buildlink2.mk"
.include "../../converters/libiconv/buildlink2.mk"
.include "../../devel/pkgconfig/buildlink2.mk"
-.include "../../lang/perl5/buildlink2.mk"
.include "../../textproc/gtkspell/buildlink2.mk"
.include "../../x11/gtk2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/chat/gaim/PLIST b/chat/gaim/PLIST
index c494b27f6ea..c408523f7a1 100644
--- a/chat/gaim/PLIST
+++ b/chat/gaim/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2003/04/25 17:16:52 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.13 2003/05/21 17:36:03 jmmv Exp $
bin/gaim
bin/gaim-remote
lib/gaim/autorecon.a
@@ -22,9 +22,6 @@ lib/gaim/idle.so
lib/gaim/libgg.a
lib/gaim/libgg.la
lib/gaim/libgg.so
-lib/gaim/libicq.a
-lib/gaim/libicq.la
-lib/gaim/libicq.so
lib/gaim/libirc.a
lib/gaim/libirc.la
lib/gaim/libirc.so
@@ -55,6 +52,9 @@ lib/gaim/notify.so
lib/gaim/spellchk.a
lib/gaim/spellchk.la
lib/gaim/spellchk.so
+lib/gaim/statenotify.a
+lib/gaim/statenotify.la
+lib/gaim/statenotify.so
lib/gaim/ticker.a
lib/gaim/ticker.la
lib/gaim/ticker.so
diff --git a/chat/gaim/distinfo b/chat/gaim/distinfo
index bb1bb1f62a7..b321cf3ca0e 100644
--- a/chat/gaim/distinfo
+++ b/chat/gaim/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.22 2003/04/25 17:16:52 jmmv Exp $
+$NetBSD: distinfo,v 1.23 2003/05/21 17:36:03 jmmv Exp $
-SHA1 (gaim-0.62.tar.gz) = edd1ee71277268080888b869cdedd44074ec06b7
-Size (gaim-0.62.tar.gz) = 3191884 bytes
+SHA1 (gaim-0.63.tar.gz) = cfd8e4f6a1bb8a2ce0c0944a8e92de198c2cec52
+Size (gaim-0.63.tar.gz) = 3341972 bytes