diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-10 16:06:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-10 16:06:32 +0000 |
commit | 80ee491886d0ad0b88b9dc336e476683e9cb121c (patch) | |
tree | 3d3020be9bfaa2a5e59d50f368ad6eb391a5d5fc /chat | |
parent | 0f7a9ebfb4ffb57a93cd75c639765167df3710b0 (diff) | |
download | pkgsrc-80ee491886d0ad0b88b9dc336e476683e9cb121c.tar.gz |
Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/everybuddy-gnome/Makefile | 4 | ||||
-rw-r--r-- | chat/everybuddy/Makefile | 3 | ||||
-rw-r--r-- | chat/gabber/Makefile | 3 | ||||
-rw-r--r-- | chat/gaim-gnome/Makefile | 3 | ||||
-rw-r--r-- | chat/gnomeicu/Makefile | 6 | ||||
-rw-r--r-- | chat/xchat-gnome/Makefile | 3 |
6 files changed, 13 insertions, 9 deletions
diff --git a/chat/everybuddy-gnome/Makefile b/chat/everybuddy-gnome/Makefile index 5789377b95e..4fe65c9bd42 100644 --- a/chat/everybuddy-gnome/Makefile +++ b/chat/everybuddy-gnome/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2002/03/13 17:36:41 fredb Exp $ +# $NetBSD: Makefile,v 1.3 2002/09/10 16:06:33 wiz Exp $ .include "../everybuddy/Makefile.common" PKGNAME= ${DISTNAME:S/-/-gnome-/} -PKGREVISION= 1 +PKGREVISION= 2 CONFLICTS+= everybuddy-[0-9]* COMMENT+= with GNOME support diff --git a/chat/everybuddy/Makefile b/chat/everybuddy/Makefile index 182fd7f4900..6095132e766 100644 --- a/chat/everybuddy/Makefile +++ b/chat/everybuddy/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/12/19 14:10:04 tron Exp $ +# $NetBSD: Makefile,v 1.2 2002/09/10 16:06:33 wiz Exp $ .include "Makefile.common" +PKGREVISION= 1 CONFLICTS+= everybuddy-gnome-[0-9]* diff --git a/chat/gabber/Makefile b/chat/gabber/Makefile index 831e0ecaa1d..7aaac277435 100644 --- a/chat/gabber/Makefile +++ b/chat/gabber/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2002/08/09 03:01:24 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.4 2002/09/10 16:06:34 wiz Exp $ DISTNAME= gabber-0.8.7 +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gabber/} diff --git a/chat/gaim-gnome/Makefile b/chat/gaim-gnome/Makefile index f5c23a5cb4f..502b0d74ce7 100644 --- a/chat/gaim-gnome/Makefile +++ b/chat/gaim-gnome/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2002/07/09 02:13:27 rafal Exp $ +# $NetBSD: Makefile,v 1.2 2002/09/10 16:06:34 wiz Exp $ .include "../gaim/Makefile.common" PKGNAME= ${DISTNAME:S/-/-gnome-/} +PKGREVISION= 1 CONFLICTS+= gaim-[0-9]* COMMENT+= with GNOME support diff --git a/chat/gnomeicu/Makefile b/chat/gnomeicu/Makefile index 4d36fdb6671..a8da9f2eeb4 100644 --- a/chat/gnomeicu/Makefile +++ b/chat/gnomeicu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2002/03/13 17:36:41 fredb Exp $ +# $NetBSD: Makefile,v 1.5 2002/09/10 16:06:34 wiz Exp $ DISTNAME= gnomeicu-0.96 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= chat gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnomeicu/} EXTRACT_SUFX= .tar.bz2 @@ -12,7 +12,7 @@ COMMENT= GNOME ICQ client DEPENDS+= gdbm>=1.8.0:../../databases/gdbm DEPENDS+= gnome-core>=1.4.0.4nb1:../../x11/gnome-core -DEPENDS+= libiconv>=1.5:../../converters/libiconv +DEPENDS+= libiconv>=1.8:../../converters/libiconv GNU_CONFIGURE= YES USE_X11BASE= YES diff --git a/chat/xchat-gnome/Makefile b/chat/xchat-gnome/Makefile index abb67594946..b98653c8bf0 100644 --- a/chat/xchat-gnome/Makefile +++ b/chat/xchat-gnome/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/07/26 17:31:34 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2002/09/10 16:06:34 wiz Exp $ .include "../xchat/Makefile.common" PKGNAME= ${DISTNAME:S/-/-gnome-/} +PKGREVISION= 1 CONFLICTS+= xchat-[0-9]* COMMENT+= and GNOME libraries |