summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiz <wiz>2010-06-13 22:43:46 +0000
committerwiz <wiz>2010-06-13 22:43:46 +0000
commitc3512e82cfd1ef757581484eb740c7cd398411b9 (patch)
tree4a9b97c2969a25f1eeb6596ee96fc25429cef7d5 /chat
parente9a8c2a53822e7578f98d3ebcd4e60f3d153b02a (diff)
downloadpkgsrc-c3512e82cfd1ef757581484eb740c7cd398411b9.tar.gz
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
Diffstat (limited to 'chat')
-rw-r--r--chat/amsn/Makefile3
-rw-r--r--chat/empathy/Makefile4
-rw-r--r--chat/empathy/buildlink3.mk4
-rw-r--r--chat/finch/Makefile4
-rw-r--r--chat/gg2/Makefile4
-rw-r--r--chat/gnomeicu/Makefile4
-rw-r--r--chat/gossip/Makefile4
-rw-r--r--chat/kadu/Makefile4
-rw-r--r--chat/kmess/Makefile4
-rw-r--r--chat/konversation-kde3/Makefile4
-rw-r--r--chat/konversation/Makefile3
-rw-r--r--chat/libpurple/buildlink3.mk4
-rw-r--r--chat/licq-gui-qt/Makefile4
-rw-r--r--chat/msn-pecan/Makefile4
-rw-r--r--chat/pidgin-facebookchat/Makefile4
-rw-r--r--chat/pidgin-icb/Makefile4
-rw-r--r--chat/pidgin-latex/Makefile4
-rw-r--r--chat/pidgin-libnotify/Makefile4
-rw-r--r--chat/pidgin-otr/Makefile4
-rw-r--r--chat/pidgin-sametime/Makefile4
-rw-r--r--chat/pidgin-silc/Makefile4
-rw-r--r--chat/pidgin/Makefile4
-rw-r--r--chat/pidgin/buildlink3.mk4
-rw-r--r--chat/psi/Makefile4
-rw-r--r--chat/telepathy-farsight/Makefile4
-rw-r--r--chat/telepathy-farsight/buildlink3.mk4
-rw-r--r--chat/telepathy-gabble/Makefile4
-rw-r--r--chat/telepathy-mission-control/Makefile4
-rw-r--r--chat/telepathy-mission-control/buildlink3.mk4
-rw-r--r--chat/xchat-systray-integration/Makefile4
-rw-r--r--chat/xchat/Makefile4
31 files changed, 62 insertions, 60 deletions
diff --git a/chat/amsn/Makefile b/chat/amsn/Makefile
index 8e239909bb1..604f83c6fa0 100644
--- a/chat/amsn/Makefile
+++ b/chat/amsn/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2010/05/12 21:27:01 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2010/06/13 22:43:56 wiz Exp $
#
DISTNAME= amsn-0.98.3
+PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=amsn/}
DISTFILES= ${DISTNAME}-src.tar.bz2
diff --git a/chat/empathy/Makefile b/chat/empathy/Makefile
index 8592e224568..e99d4895288 100644
--- a/chat/empathy/Makefile
+++ b/chat/empathy/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2010/02/10 19:17:33 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2010/06/13 22:43:56 wiz Exp $
DISTNAME= empathy-2.26.2
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= chat gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/empathy/2.26/}
diff --git a/chat/empathy/buildlink3.mk b/chat/empathy/buildlink3.mk
index 9246cbfd3a3..9d20ec1a785 100644
--- a/chat/empathy/buildlink3.mk
+++ b/chat/empathy/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2009/08/26 19:56:55 sno Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2010/06/13 22:43:56 wiz Exp $
BUILDLINK_TREE+= empathy
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= empathy
EMPATHY_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.empathy+= empathy>=2.24.1nb1
-BUILDLINK_ABI_DEPENDS.empathy?= empathy>=2.26.2nb1
+BUILDLINK_ABI_DEPENDS.empathy?= empathy>=2.26.2nb6
BUILDLINK_PKGSRCDIR.empathy?= ../../chat/empathy
.include "../../chat/telepathy-mission-control/buildlink3.mk"
diff --git a/chat/finch/Makefile b/chat/finch/Makefile
index 7ab39bffd13..348c2b3c882 100644
--- a/chat/finch/Makefile
+++ b/chat/finch/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2010/01/20 14:04:52 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2010/06/13 22:43:56 wiz Exp $
#
PKGNAME= finch-${PIDGIN_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Multi-protocol Instant Messaging client console frontend
diff --git a/chat/gg2/Makefile b/chat/gg2/Makefile
index 1e8bb165193..080bcda0b79 100644
--- a/chat/gg2/Makefile
+++ b/chat/gg2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2010/01/18 09:58:40 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2010/06/13 22:43:56 wiz Exp $
DISTNAME= gg2-2.3.0
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ggadu/}
EXTRACT_SUFX= .tar.bz2
diff --git a/chat/gnomeicu/Makefile b/chat/gnomeicu/Makefile
index d56638d1147..374c546625e 100644
--- a/chat/gnomeicu/Makefile
+++ b/chat/gnomeicu/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2010/01/18 09:58:41 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2010/06/13 22:43:56 wiz Exp $
DISTNAME= gnomeicu-0.99.12
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= chat gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnomeicu/}
EXTRACT_SUFX= .tar.bz2
diff --git a/chat/gossip/Makefile b/chat/gossip/Makefile
index abe87a62cad..4a1f614fe5b 100644
--- a/chat/gossip/Makefile
+++ b/chat/gossip/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.63 2010/01/18 09:58:41 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2010/06/13 22:43:56 wiz Exp $
#
DISTNAME= gossip-0.10.2
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gossip/0.10/}
EXTRACT_SUFX= .tar.bz2
diff --git a/chat/kadu/Makefile b/chat/kadu/Makefile
index ef3216a298f..12a4a2c15ed 100644
--- a/chat/kadu/Makefile
+++ b/chat/kadu/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2010/01/18 09:58:41 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2010/06/13 22:43:56 wiz Exp $
DISTNAME= kadu-0.5.0
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= chat
MASTER_SITES= http://www.kadu.net/download/stable/
EXTRACT_SUFX= .tar.bz2
diff --git a/chat/kmess/Makefile b/chat/kmess/Makefile
index d108a439f0c..161df1a622c 100644
--- a/chat/kmess/Makefile
+++ b/chat/kmess/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.38 2010/01/28 19:57:36 joerg Exp $
+# $NetBSD: Makefile,v 1.39 2010/06/13 22:43:56 wiz Exp $
#
DISTNAME= kmess-1.4.3
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= chat kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kmess/}
diff --git a/chat/konversation-kde3/Makefile b/chat/konversation-kde3/Makefile
index 8badc1fc130..72adf2fe750 100644
--- a/chat/konversation-kde3/Makefile
+++ b/chat/konversation-kde3/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/04/10 22:23:05 markd Exp $
+# $NetBSD: Makefile,v 1.2 2010/06/13 22:43:57 wiz Exp $
#
DISTNAME= konversation-1.1
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= chat kde
MASTER_SITES= http://download.berlios.de/konversation/
EXTRACT_SUFX= .tar.bz2
diff --git a/chat/konversation/Makefile b/chat/konversation/Makefile
index 25c53dc0dba..7a873453751 100644
--- a/chat/konversation/Makefile
+++ b/chat/konversation/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2010/04/10 22:26:05 markd Exp $
+# $NetBSD: Makefile,v 1.24 2010/06/13 22:43:56 wiz Exp $
#
DISTNAME= konversation-1.2.3
+PKGREVISION= 1
CATEGORIES= chat kde
MASTER_SITES= ${MASTER_SITE_KDE:=konversation/1.2.3/src/}
EXTRACT_SUFX= .tar.bz2
diff --git a/chat/libpurple/buildlink3.mk b/chat/libpurple/buildlink3.mk
index a1df651685d..950c2c5f5e4 100644
--- a/chat/libpurple/buildlink3.mk
+++ b/chat/libpurple/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.15 2010/01/20 14:04:52 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.16 2010/06/13 22:43:57 wiz Exp $
BUILDLINK_TREE+= libpurple
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= libpurple
LIBPURPLE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libpurple+= libpurple>=2.5.0
-BUILDLINK_ABI_DEPENDS.libpurple?= libpurple>=2.6.2nb1
+BUILDLINK_ABI_DEPENDS.libpurple?= libpurple>=2.6.2nb3
BUILDLINK_PKGSRCDIR.libpurple?= ../../chat/libpurple
pkgbase := libpurple
diff --git a/chat/licq-gui-qt/Makefile b/chat/licq-gui-qt/Makefile
index 02a5c2a073f..17f305cfacc 100644
--- a/chat/licq-gui-qt/Makefile
+++ b/chat/licq-gui-qt/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.36 2010/01/18 09:58:41 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2010/06/13 22:43:57 wiz Exp $
#
DISTNAME= licq-1.3.5
PKGNAME= ${DISTNAME:C/-/-gui-qt-/}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=licq/}
EXTRACT_SUFX= .tar.bz2
diff --git a/chat/msn-pecan/Makefile b/chat/msn-pecan/Makefile
index 32ec6c50d24..eeb36d99ff6 100644
--- a/chat/msn-pecan/Makefile
+++ b/chat/msn-pecan/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/01/28 20:11:36 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2010/06/13 22:43:57 wiz Exp $
#
DISTNAME= msn-pecan-0.0.18
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= chat
MASTER_SITES= http://msn-pecan.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
diff --git a/chat/pidgin-facebookchat/Makefile b/chat/pidgin-facebookchat/Makefile
index d3427f75c88..de8dc785436 100644
--- a/chat/pidgin-facebookchat/Makefile
+++ b/chat/pidgin-facebookchat/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2010/01/28 20:18:44 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2010/06/13 22:43:57 wiz Exp $
VERSION= 1.27
DISTNAME= pidgin-facebookchat-source-${VERSION}
PKGNAME= pidgin-facebookchat-${VERSION}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= chat
MASTER_SITES= http://pidgin-facebookchat.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
diff --git a/chat/pidgin-icb/Makefile b/chat/pidgin-icb/Makefile
index c869b1588a3..5734a90c779 100644
--- a/chat/pidgin-icb/Makefile
+++ b/chat/pidgin-icb/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2010/04/24 09:27:50 tnn Exp $
+# $NetBSD: Makefile,v 1.8 2010/06/13 22:43:57 wiz Exp $
DISTNAME= pidgin-icb-20070505
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= chat
MASTER_SITES= http://nic.com.pl/~alek/pidgin-icb/
diff --git a/chat/pidgin-latex/Makefile b/chat/pidgin-latex/Makefile
index eef2fabfbdf..95cee6ec8ec 100644
--- a/chat/pidgin-latex/Makefile
+++ b/chat/pidgin-latex/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2010/01/28 20:19:01 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2010/06/13 22:43:57 wiz Exp $
VERSION= 1.2.1
-PKGREVISION= 4
+PKGREVISION= 5
DISTNAME= pidgin-latex-${VERSION}
EXTRACT_SUFX= .tar.bz2
CATEGORIES= chat print
diff --git a/chat/pidgin-libnotify/Makefile b/chat/pidgin-libnotify/Makefile
index 69b397c9abb..e2c3beab092 100644
--- a/chat/pidgin-libnotify/Makefile
+++ b/chat/pidgin-libnotify/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/01/20 14:04:52 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2010/06/13 22:43:58 wiz Exp $
#
DISTNAME= pidgin-libnotify-0.14
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim-libnotify/}
diff --git a/chat/pidgin-otr/Makefile b/chat/pidgin-otr/Makefile
index 2cc024ba592..65f9bbd2590 100644
--- a/chat/pidgin-otr/Makefile
+++ b/chat/pidgin-otr/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2010/01/20 14:04:53 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2010/06/13 22:43:58 wiz Exp $
VERSION= 3.2.0
DISTNAME= pidgin-otr-${VERSION}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= chat security
MASTER_SITES= http://www.cypherpunks.ca/otr/
diff --git a/chat/pidgin-sametime/Makefile b/chat/pidgin-sametime/Makefile
index 7d7478fe7fe..ae9fe07876d 100644
--- a/chat/pidgin-sametime/Makefile
+++ b/chat/pidgin-sametime/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2010/01/20 14:04:53 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2010/06/13 22:43:58 wiz Exp $
#
PKGNAME= pidgin-sametime-${PIDGIN_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Lotus Sametime plugin for the Pidgin instant messenger
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/chat/pidgin-silc/Makefile b/chat/pidgin-silc/Makefile
index 9e8dc98aefb..e618366f1f6 100644
--- a/chat/pidgin-silc/Makefile
+++ b/chat/pidgin-silc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2010/01/20 14:04:53 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2010/06/13 22:43:58 wiz Exp $
#
PKGNAME= pidgin-silc-${PIDGIN_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= SILC plugin for the Pidgin instant messenger
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/chat/pidgin/Makefile b/chat/pidgin/Makefile
index df795eca798..ccf0ba2a57c 100644
--- a/chat/pidgin/Makefile
+++ b/chat/pidgin/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2010/01/20 14:04:52 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2010/06/13 22:43:57 wiz Exp $
#
# XXX appease pkglint
#PKGNAME= pidgin-${PIDGIN_VERSION}
COMMENT= Multi-protocol Instant Messaging client GTK frontend
-PKGREVISION= 2
+PKGREVISION= 3
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/chat/pidgin/buildlink3.mk b/chat/pidgin/buildlink3.mk
index 61ae3af7a18..a23f24f460d 100644
--- a/chat/pidgin/buildlink3.mk
+++ b/chat/pidgin/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.13 2010/01/20 14:04:52 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.14 2010/06/13 22:43:57 wiz Exp $
BUILDLINK_TREE+= pidgin
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= pidgin
PIDGIN_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.pidgin+= pidgin>=2.5.1
-BUILDLINK_ABI_DEPENDS.pidgin?= pidgin>=2.6.2nb2
+BUILDLINK_ABI_DEPENDS.pidgin?= pidgin>=2.6.2nb3
BUILDLINK_PKGSRCDIR.pidgin?= ../../chat/pidgin
.include "../../chat/libpurple/buildlink3.mk"
diff --git a/chat/psi/Makefile b/chat/psi/Makefile
index b430ebe4665..113799205e4 100644
--- a/chat/psi/Makefile
+++ b/chat/psi/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.56 2010/01/18 09:58:41 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2010/06/13 22:43:58 wiz Exp $
PSI_VERSION= 0.12.1
DISTNAME= psi-${PSI_VERSION}
PKGREVISION= # empty
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=psi/}
EXTRACT_SUFX= .tar.bz2
diff --git a/chat/telepathy-farsight/Makefile b/chat/telepathy-farsight/Makefile
index 95d7ddfb010..f16fd919842 100644
--- a/chat/telepathy-farsight/Makefile
+++ b/chat/telepathy-farsight/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2010/02/10 19:17:33 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2010/06/13 22:43:58 wiz Exp $
#
DISTNAME= telepathy-farsight-0.0.12
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= chat multimedia
MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-farsight/
diff --git a/chat/telepathy-farsight/buildlink3.mk b/chat/telepathy-farsight/buildlink3.mk
index 0c4c1c10f51..17d10c29c90 100644
--- a/chat/telepathy-farsight/buildlink3.mk
+++ b/chat/telepathy-farsight/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2010/01/20 14:04:53 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2010/06/13 22:43:58 wiz Exp $
BUILDLINK_TREE+= telepathy-farsight
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= telepathy-farsight
TELEPATHY_FARSIGHT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.telepathy-farsight+= telepathy-farsight>=0.0.8
-BUILDLINK_ABI_DEPENDS.telepathy-farsight?= telepathy-farsight>=0.0.12nb1
+BUILDLINK_ABI_DEPENDS.telepathy-farsight?= telepathy-farsight>=0.0.12nb3
BUILDLINK_PKGSRCDIR.telepathy-farsight?= ../../chat/telepathy-farsight
.include "../../chat/telepathy-glib/buildlink3.mk"
diff --git a/chat/telepathy-gabble/Makefile b/chat/telepathy-gabble/Makefile
index a00c0d49b38..c681bf59384 100644
--- a/chat/telepathy-gabble/Makefile
+++ b/chat/telepathy-gabble/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2010/02/10 19:17:33 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2010/06/13 22:43:58 wiz Exp $
#
DISTNAME= telepathy-gabble-0.9.2
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= chat
MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-gabble/
diff --git a/chat/telepathy-mission-control/Makefile b/chat/telepathy-mission-control/Makefile
index dac62370f8d..e63d69b985c 100644
--- a/chat/telepathy-mission-control/Makefile
+++ b/chat/telepathy-mission-control/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2010/02/10 19:17:33 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2010/06/13 22:43:59 wiz Exp $
#
DISTNAME= telepathy-mission-control-4.67
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mission-control/}
diff --git a/chat/telepathy-mission-control/buildlink3.mk b/chat/telepathy-mission-control/buildlink3.mk
index e568829b19e..31aef67fa2d 100644
--- a/chat/telepathy-mission-control/buildlink3.mk
+++ b/chat/telepathy-mission-control/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2009/08/26 19:57:06 sno Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2010/06/13 22:43:59 wiz Exp $
BUILDLINK_TREE+= telepathy-mission-control
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= telepathy-mission-control
TELEPATHY_MISSION_CONTROL_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.telepathy-mission-control+= telepathy-mission-control>=4.67
-BUILDLINK_ABI_DEPENDS.telepathy-mission-control?= telepathy-mission-control>=4.67nb2
+BUILDLINK_ABI_DEPENDS.telepathy-mission-control?= telepathy-mission-control>=4.67nb4
BUILDLINK_PKGSRCDIR.telepathy-mission-control?= ../../chat/telepathy-mission-control
.include "../../chat/libtelepathy/buildlink3.mk"
diff --git a/chat/xchat-systray-integration/Makefile b/chat/xchat-systray-integration/Makefile
index 68038625e6e..0ca31c4f4c6 100644
--- a/chat/xchat-systray-integration/Makefile
+++ b/chat/xchat-systray-integration/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2010/01/29 16:09:49 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2010/06/13 22:43:59 wiz Exp $
DISTNAME= xchat-systray-integration-2.4.5-src
PKGNAME= ${DISTNAME:S/-src//}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchat2-plugins/}
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile
index c5e33e50b62..4bfd84c2cd7 100644
--- a/chat/xchat/Makefile
+++ b/chat/xchat/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.66 2010/06/02 18:24:47 tnn Exp $
+# $NetBSD: Makefile,v 1.67 2010/06/13 22:43:59 wiz Exp $
.include "Makefile.common"
PKGNAME= ${DISTNAME}pl1
-PKGREVISION= 3
+PKGREVISION= 4
OWNER= tron@NetBSD.org
COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit