diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-03 10:04:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-03 10:04:30 +0000 |
commit | 18d6941e6e450b7b94ee0e04263eeccc8d22d068 (patch) | |
tree | c266cc6c8e30b3d463c16c59f2bac3a4134d317e /chat | |
parent | 67df4ba45b84157169699b115a994ea6533d49fe (diff) | |
download | pkgsrc-18d6941e6e450b7b94ee0e04263eeccc8d22d068.tar.gz |
Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
Diffstat (limited to 'chat')
-rw-r--r-- | chat/amsn/Makefile | 4 | ||||
-rw-r--r-- | chat/empathy/Makefile | 4 | ||||
-rw-r--r-- | chat/empathy/buildlink3.mk | 4 | ||||
-rw-r--r-- | chat/gajim/Makefile | 4 | ||||
-rw-r--r-- | chat/gg2/Makefile | 4 | ||||
-rw-r--r-- | chat/gnomeicu/Makefile | 4 | ||||
-rw-r--r-- | chat/gossip/Makefile | 4 | ||||
-rw-r--r-- | chat/kadu/Makefile | 4 | ||||
-rw-r--r-- | chat/kmess/Makefile | 4 | ||||
-rw-r--r-- | chat/konversation-kde3/Makefile | 4 | ||||
-rw-r--r-- | chat/konversation/Makefile | 4 | ||||
-rw-r--r-- | chat/libpurple/Makefile | 4 | ||||
-rw-r--r-- | chat/licq-gui-qt/Makefile | 4 | ||||
-rw-r--r-- | chat/pidgin-icb/Makefile | 4 | ||||
-rw-r--r-- | chat/pidgin-latex/Makefile | 4 | ||||
-rw-r--r-- | chat/pidgin-libnotify/Makefile | 4 | ||||
-rw-r--r-- | chat/pidgin-otr/Makefile | 4 | ||||
-rw-r--r-- | chat/pidgin/Makefile | 3 | ||||
-rw-r--r-- | chat/psi/Makefile | 4 | ||||
-rw-r--r-- | chat/quirc/Makefile | 4 | ||||
-rw-r--r-- | chat/spectrum/Makefile | 4 | ||||
-rw-r--r-- | chat/telepathy-farsight/Makefile | 4 | ||||
-rw-r--r-- | chat/telepathy-mission-control/Makefile | 4 | ||||
-rw-r--r-- | chat/telepathy-mission-control/buildlink3.mk | 4 | ||||
-rw-r--r-- | chat/xchat-systray-integration/Makefile | 4 | ||||
-rw-r--r-- | chat/xchat/Makefile | 4 |
26 files changed, 52 insertions, 51 deletions
diff --git a/chat/amsn/Makefile b/chat/amsn/Makefile index daf3db4e1de..517a71642c3 100644 --- a/chat/amsn/Makefile +++ b/chat/amsn/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2013/05/31 12:39:39 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2013/06/03 10:04:38 wiz Exp $ # DISTNAME= amsn-0.98.3 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=amsn/} DISTFILES= ${DISTNAME}-src.tar.bz2 diff --git a/chat/empathy/Makefile b/chat/empathy/Makefile index d886159e503..ed88d1171d2 100644 --- a/chat/empathy/Makefile +++ b/chat/empathy/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.51 2013/05/24 18:23:33 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2013/06/03 10:04:38 wiz Exp $ DISTNAME= empathy-2.34.0 -PKGREVISION= 26 +PKGREVISION= 27 CATEGORIES= chat gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/empathy/2.34/} diff --git a/chat/empathy/buildlink3.mk b/chat/empathy/buildlink3.mk index d8d6021266f..f0b9521f9d0 100644 --- a/chat/empathy/buildlink3.mk +++ b/chat/empathy/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.26 2013/05/24 18:23:33 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.27 2013/06/03 10:04:38 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.34.0nb26 +BUILDLINK_ABI_DEPENDS.empathy+= empathy>=2.34.0nb27 BUILDLINK_PKGSRCDIR.empathy?= ../../chat/empathy .include "../../devel/glib2/buildlink3.mk" diff --git a/chat/gajim/Makefile b/chat/gajim/Makefile index 8de7d22def0..efab5967ce2 100644 --- a/chat/gajim/Makefile +++ b/chat/gajim/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2013/02/16 11:20:30 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2013/06/03 10:04:38 wiz Exp $ # DISTNAME= gajim-0.15 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= chat python MASTER_SITES= http://www.gajim.org/downloads/0.15/ EXTRACT_SUFX= .tar.bz2 diff --git a/chat/gg2/Makefile b/chat/gg2/Makefile index 401645dbda3..d16506aa1d3 100644 --- a/chat/gg2/Makefile +++ b/chat/gg2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2013/02/16 11:20:31 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2013/06/03 10:04:38 wiz Exp $ DISTNAME= gg2-2.3.0 -PKGREVISION= 22 +PKGREVISION= 23 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ggadu/} EXTRACT_SUFX= .tar.bz2 diff --git a/chat/gnomeicu/Makefile b/chat/gnomeicu/Makefile index 5f416e0d4c4..a089b35c0f8 100644 --- a/chat/gnomeicu/Makefile +++ b/chat/gnomeicu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.91 2013/05/24 18:23:35 wiz Exp $ +# $NetBSD: Makefile,v 1.92 2013/06/03 10:04:39 wiz Exp $ DISTNAME= gnomeicu-0.99.12 -PKGREVISION= 36 +PKGREVISION= 37 CATEGORIES= chat gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnomeicu/} EXTRACT_SUFX= .tar.bz2 diff --git a/chat/gossip/Makefile b/chat/gossip/Makefile index ed9c0537e0b..fbbeafdbcda 100644 --- a/chat/gossip/Makefile +++ b/chat/gossip/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.86 2013/05/31 12:39:40 wiz Exp $ +# $NetBSD: Makefile,v 1.87 2013/06/03 10:04:39 wiz Exp $ # DISTNAME= gossip-0.10.2 -PKGREVISION= 31 +PKGREVISION= 32 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 3b96365a445..03c4a846156 100644 --- a/chat/kadu/Makefile +++ b/chat/kadu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2013/02/16 11:20:31 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2013/06/03 10:04:39 wiz Exp $ DISTNAME= kadu-0.5.0 -PKGREVISION= 11 +PKGREVISION= 12 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 cb51e7b6c15..43a49db9736 100644 --- a/chat/kmess/Makefile +++ b/chat/kmess/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.59 2013/05/31 12:39:40 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2013/06/03 10:04:39 wiz Exp $ # DISTNAME= kmess-1.4.3 -PKGREVISION= 27 +PKGREVISION= 28 CATEGORIES= chat kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kmess/} diff --git a/chat/konversation-kde3/Makefile b/chat/konversation-kde3/Makefile index 33715849848..4641d68cfe6 100644 --- a/chat/konversation-kde3/Makefile +++ b/chat/konversation-kde3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2013/05/31 12:39:40 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2013/06/03 10:04:39 wiz Exp $ # DISTNAME= konversation-1.1 -PKGREVISION= 24 +PKGREVISION= 25 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 afa099a1f1c..520bc957dc2 100644 --- a/chat/konversation/Makefile +++ b/chat/konversation/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.59 2013/05/31 12:39:40 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2013/06/03 10:04:39 wiz Exp $ # DISTNAME= konversation-1.4 -PKGREVISION= 17 +PKGREVISION= 18 CATEGORIES= chat kde MASTER_SITES= ${MASTER_SITE_KDE:=konversation/1.4/src/} EXTRACT_SUFX= .tar.xz diff --git a/chat/libpurple/Makefile b/chat/libpurple/Makefile index 11c6a519583..c589b675970 100644 --- a/chat/libpurple/Makefile +++ b/chat/libpurple/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2013/05/31 12:39:40 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2013/06/03 10:04:39 wiz Exp $ PKGNAME= libpurple-${PIDGIN_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Multi-protocol Instant Messaging client backend diff --git a/chat/licq-gui-qt/Makefile b/chat/licq-gui-qt/Makefile index 7f4171dc9b7..68d91a22e34 100644 --- a/chat/licq-gui-qt/Makefile +++ b/chat/licq-gui-qt/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.43 2013/02/16 11:20:32 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2013/06/03 10:04:39 wiz Exp $ # DISTNAME= licq-1.3.5 PKGNAME= ${DISTNAME:C/-/-gui-qt-/} -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=licq/} EXTRACT_SUFX= .tar.bz2 diff --git a/chat/pidgin-icb/Makefile b/chat/pidgin-icb/Makefile index 4f8d7768776..38ac47121d0 100644 --- a/chat/pidgin-icb/Makefile +++ b/chat/pidgin-icb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2013/02/16 11:20:33 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2013/06/03 10:04:39 wiz Exp $ DISTNAME= pidgin-icb-20070505 -PKGREVISION= 27 +PKGREVISION= 28 CATEGORIES= chat MASTER_SITES= http://nic.com.pl/~alek/pidgin-icb/ diff --git a/chat/pidgin-latex/Makefile b/chat/pidgin-latex/Makefile index 9817f7fa056..5d2ce5a6908 100644 --- a/chat/pidgin-latex/Makefile +++ b/chat/pidgin-latex/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2013/02/16 11:20:33 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2013/06/03 10:04:39 wiz Exp $ VERSION= 1.2.1 -PKGREVISION= 27 +PKGREVISION= 28 DISTNAME= pidgin-latex-${VERSION} EXTRACT_SUFX= .tar.bz2 CATEGORIES= chat print diff --git a/chat/pidgin-libnotify/Makefile b/chat/pidgin-libnotify/Makefile index 3e3c6dc90e7..04e10f92da9 100644 --- a/chat/pidgin-libnotify/Makefile +++ b/chat/pidgin-libnotify/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2013/05/31 12:39:41 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2013/06/03 10:04:39 wiz Exp $ # DISTNAME= pidgin-libnotify-0.14 -PKGREVISION= 26 +PKGREVISION= 27 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim-libnotify/} diff --git a/chat/pidgin-otr/Makefile b/chat/pidgin-otr/Makefile index 2bfbecf8f37..93cd1f1ba24 100644 --- a/chat/pidgin-otr/Makefile +++ b/chat/pidgin-otr/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2013/05/31 12:39:41 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2013/06/03 10:04:39 wiz Exp $ DISTNAME= pidgin-otr-4.0.0 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= chat security MASTER_SITES= http://www.cypherpunks.ca/otr/ diff --git a/chat/pidgin/Makefile b/chat/pidgin/Makefile index 7b56ca2221a..e4d912699a5 100644 --- a/chat/pidgin/Makefile +++ b/chat/pidgin/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.52 2013/03/03 07:17:20 obache Exp $ +# $NetBSD: Makefile,v 1.53 2013/06/03 10:04:39 wiz Exp $ COMMENT= Multi-protocol Instant Messaging client GTK frontend .include "../../chat/libpurple/Makefile.common" +PKGREVISION= 1 USE_TOOLS+= msgfmt intltool PKGCONFIG_OVERRIDE+= gaim.pc.in diff --git a/chat/psi/Makefile b/chat/psi/Makefile index c5a282217c5..39f289d70bc 100644 --- a/chat/psi/Makefile +++ b/chat/psi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.76 2013/02/16 11:20:34 wiz Exp $ +# $NetBSD: Makefile,v 1.77 2013/06/03 10:04:39 wiz Exp $ DISTNAME= psi-0.15 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=psi/} EXTRACT_SUFX= .tar.bz2 diff --git a/chat/quirc/Makefile b/chat/quirc/Makefile index c6691e5827f..8515f3ce7e3 100644 --- a/chat/quirc/Makefile +++ b/chat/quirc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2013/04/06 21:07:31 rodent Exp $ +# $NetBSD: Makefile,v 1.22 2013/06/03 10:04:40 wiz Exp $ # DISTNAME= quirc-0.9.84 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= chat MASTER_SITES= http://quirc.org/ diff --git a/chat/spectrum/Makefile b/chat/spectrum/Makefile index e82cb16ced1..5804b5b26df 100644 --- a/chat/spectrum/Makefile +++ b/chat/spectrum/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2013/05/09 07:39:29 adam Exp $ +# $NetBSD: Makefile,v 1.34 2013/06/03 10:04:40 wiz Exp $ DISTNAME= spectrum-1.4.8 -PKGREVISION= 20 +PKGREVISION= 21 CATEGORIES= chat MASTER_SITES= http://cloud.github.com/downloads/hanzz/libtransport/ diff --git a/chat/telepathy-farsight/Makefile b/chat/telepathy-farsight/Makefile index ab97b035d4e..e11f5e7d65b 100644 --- a/chat/telepathy-farsight/Makefile +++ b/chat/telepathy-farsight/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2013/02/16 11:19:23 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2013/06/03 10:04:40 wiz Exp $ # DISTNAME= telepathy-farsight-0.0.16 -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= chat multimedia MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-farsight/ diff --git a/chat/telepathy-mission-control/Makefile b/chat/telepathy-mission-control/Makefile index 24905ca6e09..01181f72615 100644 --- a/chat/telepathy-mission-control/Makefile +++ b/chat/telepathy-mission-control/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2013/02/16 11:19:07 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2013/06/03 10:04:40 wiz Exp $ # DISTNAME= telepathy-mission-control-4.67 -PKGREVISION= 19 +PKGREVISION= 20 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 2bffed0a80f..9ec821180ed 100644 --- a/chat/telepathy-mission-control/buildlink3.mk +++ b/chat/telepathy-mission-control/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.17 2013/02/16 11:19:07 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.18 2013/06/03 10:04:40 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.67nb19 +BUILDLINK_ABI_DEPENDS.telepathy-mission-control+= telepathy-mission-control>=4.67nb20 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 64b1e635600..50948fac98b 100644 --- a/chat/xchat-systray-integration/Makefile +++ b/chat/xchat-systray-integration/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2013/02/16 11:20:35 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2013/06/03 10:04:40 wiz Exp $ DISTNAME= xchat-systray-integration-2.4.5-src PKGNAME= ${DISTNAME:S/-src//} -PKGREVISION= 18 +PKGREVISION= 19 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchat2-plugins/} diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index 9327fdbecf2..7c5669413f8 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.84 2013/05/31 12:39:42 wiz Exp $ +# $NetBSD: Makefile,v 1.85 2013/06/03 10:04:40 wiz Exp $ .include "Makefile.common" PKGNAME= ${DISTNAME} -PKGREVISION= 14 +PKGREVISION= 15 OWNER= tron@NetBSD.org COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit |