diff options
author | tron <tron> | 2013-06-04 22:15:37 +0000 |
---|---|---|
committer | tron <tron> | 2013-06-04 22:15:37 +0000 |
commit | 380d9fe620b0cfe80698a4c15fc2ae3bb5485aba (patch) | |
tree | 6b8ed11551c6ae6edf7530700df81d41fe88397e /chat | |
parent | 32c6b5730534fd6aec4757823f8d305cabccf0b0 (diff) | |
download | pkgsrc-380d9fe620b0cfe80698a4c15fc2ae3bb5485aba.tar.gz |
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
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 | 4 | ||||
-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, 52 deletions
diff --git a/chat/amsn/Makefile b/chat/amsn/Makefile index 517a71642c3..6d7b7edee5e 100644 --- a/chat/amsn/Makefile +++ b/chat/amsn/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2013/06/03 10:04:38 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2013/06/04 22:15:45 tron Exp $ # DISTNAME= amsn-0.98.3 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=amsn/} DISTFILES= ${DISTNAME}-src.tar.bz2 diff --git a/chat/empathy/Makefile b/chat/empathy/Makefile index ed88d1171d2..8ae448fe449 100644 --- a/chat/empathy/Makefile +++ b/chat/empathy/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2013/06/03 10:04:38 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2013/06/04 22:15:45 tron Exp $ DISTNAME= empathy-2.34.0 -PKGREVISION= 27 +PKGREVISION= 28 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 f0b9521f9d0..bc246422670 100644 --- a/chat/empathy/buildlink3.mk +++ b/chat/empathy/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.27 2013/06/03 10:04:38 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.28 2013/06/04 22:15:45 tron 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.0nb27 +BUILDLINK_ABI_DEPENDS.empathy+= empathy>=2.34.0nb28 BUILDLINK_PKGSRCDIR.empathy?= ../../chat/empathy .include "../../devel/glib2/buildlink3.mk" diff --git a/chat/gajim/Makefile b/chat/gajim/Makefile index efab5967ce2..d22ace5aaf0 100644 --- a/chat/gajim/Makefile +++ b/chat/gajim/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2013/06/03 10:04:38 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2013/06/04 22:15:45 tron Exp $ # DISTNAME= gajim-0.15 -PKGREVISION= 7 +PKGREVISION= 8 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 d16506aa1d3..a65abac0a7c 100644 --- a/chat/gg2/Makefile +++ b/chat/gg2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2013/06/03 10:04:38 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2013/06/04 22:15:45 tron Exp $ DISTNAME= gg2-2.3.0 -PKGREVISION= 23 +PKGREVISION= 24 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ggadu/} EXTRACT_SUFX= .tar.bz2 diff --git a/chat/gnomeicu/Makefile b/chat/gnomeicu/Makefile index a089b35c0f8..243263ef281 100644 --- a/chat/gnomeicu/Makefile +++ b/chat/gnomeicu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.92 2013/06/03 10:04:39 wiz Exp $ +# $NetBSD: Makefile,v 1.93 2013/06/04 22:15:45 tron Exp $ DISTNAME= gnomeicu-0.99.12 -PKGREVISION= 37 +PKGREVISION= 38 CATEGORIES= chat gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnomeicu/} EXTRACT_SUFX= .tar.bz2 diff --git a/chat/gossip/Makefile b/chat/gossip/Makefile index fbbeafdbcda..86afcb5f41b 100644 --- a/chat/gossip/Makefile +++ b/chat/gossip/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.87 2013/06/03 10:04:39 wiz Exp $ +# $NetBSD: Makefile,v 1.88 2013/06/04 22:15:45 tron Exp $ # DISTNAME= gossip-0.10.2 -PKGREVISION= 32 +PKGREVISION= 33 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 03c4a846156..7038df48b5a 100644 --- a/chat/kadu/Makefile +++ b/chat/kadu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2013/06/03 10:04:39 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2013/06/04 22:15:45 tron Exp $ DISTNAME= kadu-0.5.0 -PKGREVISION= 12 +PKGREVISION= 13 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 43a49db9736..5188a3ec767 100644 --- a/chat/kmess/Makefile +++ b/chat/kmess/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.60 2013/06/03 10:04:39 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2013/06/04 22:15:46 tron Exp $ # DISTNAME= kmess-1.4.3 -PKGREVISION= 28 +PKGREVISION= 29 CATEGORIES= chat kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kmess/} diff --git a/chat/konversation-kde3/Makefile b/chat/konversation-kde3/Makefile index 4641d68cfe6..aa221dd19a0 100644 --- a/chat/konversation-kde3/Makefile +++ b/chat/konversation-kde3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2013/06/03 10:04:39 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2013/06/04 22:15:46 tron Exp $ # DISTNAME= konversation-1.1 -PKGREVISION= 25 +PKGREVISION= 26 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 520bc957dc2..d140d867966 100644 --- a/chat/konversation/Makefile +++ b/chat/konversation/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.60 2013/06/03 10:04:39 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2013/06/04 22:15:46 tron Exp $ # DISTNAME= konversation-1.4 -PKGREVISION= 18 +PKGREVISION= 19 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 c589b675970..06d1b1aacb8 100644 --- a/chat/libpurple/Makefile +++ b/chat/libpurple/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2013/06/03 10:04:39 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2013/06/04 22:15:46 tron Exp $ PKGNAME= libpurple-${PIDGIN_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= Multi-protocol Instant Messaging client backend diff --git a/chat/licq-gui-qt/Makefile b/chat/licq-gui-qt/Makefile index 68d91a22e34..e6cae2f4182 100644 --- a/chat/licq-gui-qt/Makefile +++ b/chat/licq-gui-qt/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.44 2013/06/03 10:04:39 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2013/06/04 22:15:46 tron Exp $ # DISTNAME= licq-1.3.5 PKGNAME= ${DISTNAME:C/-/-gui-qt-/} -PKGREVISION= 10 +PKGREVISION= 11 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 38ac47121d0..b14e2f127e0 100644 --- a/chat/pidgin-icb/Makefile +++ b/chat/pidgin-icb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2013/06/03 10:04:39 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2013/06/04 22:15:46 tron Exp $ DISTNAME= pidgin-icb-20070505 -PKGREVISION= 28 +PKGREVISION= 29 CATEGORIES= chat MASTER_SITES= http://nic.com.pl/~alek/pidgin-icb/ diff --git a/chat/pidgin-latex/Makefile b/chat/pidgin-latex/Makefile index 5d2ce5a6908..8511b5ff541 100644 --- a/chat/pidgin-latex/Makefile +++ b/chat/pidgin-latex/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2013/06/03 10:04:39 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2013/06/04 22:15:46 tron Exp $ VERSION= 1.2.1 -PKGREVISION= 28 +PKGREVISION= 29 DISTNAME= pidgin-latex-${VERSION} EXTRACT_SUFX= .tar.bz2 CATEGORIES= chat print diff --git a/chat/pidgin-libnotify/Makefile b/chat/pidgin-libnotify/Makefile index 04e10f92da9..c0c458dc35a 100644 --- a/chat/pidgin-libnotify/Makefile +++ b/chat/pidgin-libnotify/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2013/06/03 10:04:39 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2013/06/04 22:15:46 tron Exp $ # DISTNAME= pidgin-libnotify-0.14 -PKGREVISION= 27 +PKGREVISION= 28 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim-libnotify/} diff --git a/chat/pidgin-otr/Makefile b/chat/pidgin-otr/Makefile index 93cd1f1ba24..cab34eb7b48 100644 --- a/chat/pidgin-otr/Makefile +++ b/chat/pidgin-otr/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2013/06/03 10:04:39 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2013/06/04 22:15:46 tron Exp $ DISTNAME= pidgin-otr-4.0.0 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= chat security MASTER_SITES= http://www.cypherpunks.ca/otr/ diff --git a/chat/pidgin/Makefile b/chat/pidgin/Makefile index e4d912699a5..4bbae9e7c3a 100644 --- a/chat/pidgin/Makefile +++ b/chat/pidgin/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.53 2013/06/03 10:04:39 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2013/06/04 22:15:46 tron Exp $ COMMENT= Multi-protocol Instant Messaging client GTK frontend .include "../../chat/libpurple/Makefile.common" -PKGREVISION= 1 +PKGREVISION= 2 USE_TOOLS+= msgfmt intltool PKGCONFIG_OVERRIDE+= gaim.pc.in diff --git a/chat/psi/Makefile b/chat/psi/Makefile index 39f289d70bc..918a6fc918c 100644 --- a/chat/psi/Makefile +++ b/chat/psi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.77 2013/06/03 10:04:39 wiz Exp $ +# $NetBSD: Makefile,v 1.78 2013/06/04 22:15:46 tron Exp $ DISTNAME= psi-0.15 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=psi/} EXTRACT_SUFX= .tar.bz2 diff --git a/chat/quirc/Makefile b/chat/quirc/Makefile index 8515f3ce7e3..ade805676f2 100644 --- a/chat/quirc/Makefile +++ b/chat/quirc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2013/06/03 10:04:40 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2013/06/04 22:15:46 tron Exp $ # DISTNAME= quirc-0.9.84 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= chat MASTER_SITES= http://quirc.org/ diff --git a/chat/spectrum/Makefile b/chat/spectrum/Makefile index 220f084168c..7ed8fd8e4bb 100644 --- a/chat/spectrum/Makefile +++ b/chat/spectrum/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2013/06/04 07:35:14 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2013/06/04 22:15:46 tron Exp $ DISTNAME= spectrum-1.4.8 -PKGREVISION= 21 +PKGREVISION= 22 CATEGORIES= chat MASTER_SITES= http://cloud.github.com/downloads/hanzz/libtransport/ diff --git a/chat/telepathy-farsight/Makefile b/chat/telepathy-farsight/Makefile index e11f5e7d65b..47c1e3bed66 100644 --- a/chat/telepathy-farsight/Makefile +++ b/chat/telepathy-farsight/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2013/06/03 10:04:40 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2013/06/04 22:15:46 tron Exp $ # DISTNAME= telepathy-farsight-0.0.16 -PKGREVISION= 16 +PKGREVISION= 17 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 01181f72615..3eb46ae3df1 100644 --- a/chat/telepathy-mission-control/Makefile +++ b/chat/telepathy-mission-control/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2013/06/03 10:04:40 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2013/06/04 22:15:47 tron Exp $ # DISTNAME= telepathy-mission-control-4.67 -PKGREVISION= 20 +PKGREVISION= 21 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 9ec821180ed..b029b8746e5 100644 --- a/chat/telepathy-mission-control/buildlink3.mk +++ b/chat/telepathy-mission-control/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.18 2013/06/03 10:04:40 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.19 2013/06/04 22:15:47 tron 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.67nb20 +BUILDLINK_ABI_DEPENDS.telepathy-mission-control+= telepathy-mission-control>=4.67nb21 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 50948fac98b..a40e397161f 100644 --- a/chat/xchat-systray-integration/Makefile +++ b/chat/xchat-systray-integration/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2013/06/03 10:04:40 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2013/06/04 22:15:47 tron Exp $ DISTNAME= xchat-systray-integration-2.4.5-src PKGNAME= ${DISTNAME:S/-src//} -PKGREVISION= 19 +PKGREVISION= 20 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchat2-plugins/} diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index 7c5669413f8..aeaafa4079b 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.85 2013/06/03 10:04:40 wiz Exp $ +# $NetBSD: Makefile,v 1.86 2013/06/04 22:15:47 tron Exp $ .include "Makefile.common" PKGNAME= ${DISTNAME} -PKGREVISION= 15 +PKGREVISION= 16 OWNER= tron@NetBSD.org COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit |