summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
Diffstat (limited to 'chat')
-rw-r--r--chat/empathy/Makefile4
-rw-r--r--chat/gajim/Makefile4
-rw-r--r--chat/gajim/options.mk4
-rw-r--r--chat/libtelepathy/Makefile4
-rw-r--r--chat/py-xmpppy/Makefile4
-rw-r--r--chat/spectrum/Makefile4
-rw-r--r--chat/telepathy-farsight/Makefile4
-rw-r--r--chat/telepathy-gabble/Makefile4
-rw-r--r--chat/telepathy-glib/Makefile4
-rw-r--r--chat/telepathy-idle/Makefile4
-rw-r--r--chat/telepathy-logger/Makefile4
-rw-r--r--chat/telepathy-mission-control5/Makefile4
-rw-r--r--chat/xchat-python/Makefile4
13 files changed, 26 insertions, 26 deletions
diff --git a/chat/empathy/Makefile b/chat/empathy/Makefile
index b59acd22a00..0a99fc5d4c4 100644
--- a/chat/empathy/Makefile
+++ b/chat/empathy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2015/10/10 01:57:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.74 2015/12/05 21:25:30 adam Exp $
DISTNAME= empathy-2.34.0
PKGREVISION= 45
@@ -10,7 +10,7 @@ HOMEPAGE= http://live.gnome.org/Empathy
COMMENT= Gnome instant messenger client
LICENSE= gnu-gpl-v2
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
GNU_CONFIGURE= yes
USE_TOOLS+= gawk gmake gsed intltool msgfmt pkg-config
diff --git a/chat/gajim/Makefile b/chat/gajim/Makefile
index eac59d672be..50334eaed0d 100644
--- a/chat/gajim/Makefile
+++ b/chat/gajim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2015/04/25 14:20:27 tnn Exp $
+# $NetBSD: Makefile,v 1.28 2015/12/05 21:25:30 adam Exp $
DISTNAME= gajim-0.15
PKGREVISION= 13
@@ -15,7 +15,7 @@ DEPENDS= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
DEPENDS= ${PYPKGPREFIX}-dbus>=0.81:../../sysutils/py-dbus
DEPENDS= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2
.include "options.mk"
diff --git a/chat/gajim/options.mk b/chat/gajim/options.mk
index d4873ea297e..9c3077717a1 100644
--- a/chat/gajim/options.mk
+++ b/chat/gajim/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2014/05/09 07:36:55 wiz Exp $
+# $NetBSD: options.mk,v 1.6 2015/12/05 21:25:30 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gajim
PKG_SUPPORTED_OPTIONS= avahi gnome gnome-keyring ssl
@@ -20,7 +20,7 @@ DEPENDS+= avahi-[0-9]*:../../net/avahi
# gnome
.if !empty(PKG_OPTIONS:Mgnome)
DEPENDS+= ${PYPKGPREFIX}-gnome2-[0-9]*:../../x11/py-gnome2
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit via py-gnome2
.endif
# gnome-keyring
diff --git a/chat/libtelepathy/Makefile b/chat/libtelepathy/Makefile
index cfb2be09ba0..ae8f11136e6 100644
--- a/chat/libtelepathy/Makefile
+++ b/chat/libtelepathy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2014/05/09 07:36:55 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2015/12/05 21:25:30 adam Exp $
DISTNAME= libtelepathy-0.3.3
PKGREVISION= 9
@@ -18,7 +18,7 @@ USE_TOOLS+= gmake pkg-config
PKGCONFIG_OVERRIDE+= libtelepathy.pc.in
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.3
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.3.3
.include "../../lang/python/pyversion.mk"
CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN}
diff --git a/chat/py-xmpppy/Makefile b/chat/py-xmpppy/Makefile
index 633b075b0fc..ac4e8c237ab 100644
--- a/chat/py-xmpppy/Makefile
+++ b/chat/py-xmpppy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/11/08 22:02:57 schnoebe Exp $
+# $NetBSD: Makefile,v 1.10 2015/12/05 21:25:30 adam Exp $
DISTNAME= xmpppy-0.5.0rc1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
PYTHON_VERSIONED_DEPENDENCIES= dns
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.5.0rc1
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.5.0rc1
DOCDIR= ${PREFIX}/share/doc/py-xmpppy
EXDIR= ${PREFIX}/share/examples/py-xmpppy
diff --git a/chat/spectrum/Makefile b/chat/spectrum/Makefile
index 6a787d6825d..f9faeea72a5 100644
--- a/chat/spectrum/Makefile
+++ b/chat/spectrum/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2015/10/10 01:58:00 ryoon Exp $
+# $NetBSD: Makefile,v 1.49 2015/12/05 21:25:30 adam Exp $
DISTNAME= spectrum-1.4.8
PKGREVISION= 30
@@ -20,7 +20,7 @@ USE_LANGUAGES= c++ c
REPLACE_PYTHON+= spectrumctl/spectrumctl.py
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xmpppy
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-xmpppy
BUILD_DEFS+= JABBER_USER JABBER_GROUP
BUILD_DEFS+= SPECTRUM_RUN SPECTRUM_DB SPECTRUM_LOG
diff --git a/chat/telepathy-farsight/Makefile b/chat/telepathy-farsight/Makefile
index 98bed3f56ff..432c3016e3c 100644
--- a/chat/telepathy-farsight/Makefile
+++ b/chat/telepathy-farsight/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2015/12/01 12:50:15 jaapb Exp $
+# $NetBSD: Makefile,v 1.42 2015/12/05 21:25:30 adam Exp $
DISTNAME= telepathy-farsight-0.0.19
CATEGORIES= chat multimedia
@@ -18,7 +18,7 @@ CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600
PKGCONFIG_OVERRIDE+= telepathy-farsight/telepathy-farsight.pc.in
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2, py-gstreamer0.10
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2, py-gstreamer0.10
.include "../../lang/python/extension.mk"
diff --git a/chat/telepathy-gabble/Makefile b/chat/telepathy-gabble/Makefile
index 5d0e3f7ba14..2220f85793a 100644
--- a/chat/telepathy-gabble/Makefile
+++ b/chat/telepathy-gabble/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2015/12/01 12:45:43 jaapb Exp $
+# $NetBSD: Makefile,v 1.46 2015/12/05 21:25:30 adam Exp $
DISTNAME= telepathy-gabble-0.18.3
CATEGORIES= chat
@@ -17,7 +17,7 @@ USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
CONFIGURE_ENV+= UUID_CFLAGS=" " UUID_LIBS=" "
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.11.10
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.11.10
REPLACE_PYTHON+= plugins/telepathy-gabble-xmpp-console
.include "../../mk/compiler.mk"
diff --git a/chat/telepathy-glib/Makefile b/chat/telepathy-glib/Makefile
index 2d19bceeb6e..17d79ade9b9 100644
--- a/chat/telepathy-glib/Makefile
+++ b/chat/telepathy-glib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2015/04/03 07:38:35 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2015/12/05 21:25:30 adam Exp $
DISTNAME= telepathy-glib-0.24.1
PKGREVISION= 2
@@ -22,7 +22,7 @@ PKGCONFIG_OVERRIDE+= telepathy-glib/telepathy-glib.pc.in
PYTHON_FOR_BUILD_ONLY= yes
CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN}
REPLACE_PYTHON+= tests/all-errors-documented.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.24.1
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.24.1
TEST_TARGET= check
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.36
diff --git a/chat/telepathy-idle/Makefile b/chat/telepathy-idle/Makefile
index d660f49eafb..60919b75b4a 100644
--- a/chat/telepathy-idle/Makefile
+++ b/chat/telepathy-idle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2014/05/09 07:36:56 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2015/12/05 21:25:30 adam Exp $
DISTNAME= telepathy-idle-0.1.8
PKGREVISION= 9
@@ -12,7 +12,7 @@ LICENSE= gnu-lgpl-v2.1
BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.1.8
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.1.8
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
diff --git a/chat/telepathy-logger/Makefile b/chat/telepathy-logger/Makefile
index 1c47f1ea71c..8ec42cf11fd 100644
--- a/chat/telepathy-logger/Makefile
+++ b/chat/telepathy-logger/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2015/10/10 01:57:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.30 2015/12/05 21:25:30 adam Exp $
DISTNAME= telepathy-logger-0.2.7
PKGREVISION= 16
@@ -23,7 +23,7 @@ PKGCONFIG_OVERRIDE+= telepathy-logger/telepathy-logger-0.1.pc.in
BUILD_DEPENDS= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
PYTHON_FOR_BUILD_ONLY= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.7
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.2.7
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/schemas.mk"
diff --git a/chat/telepathy-mission-control5/Makefile b/chat/telepathy-mission-control5/Makefile
index 605327770a0..8d7c6c1a422 100644
--- a/chat/telepathy-mission-control5/Makefile
+++ b/chat/telepathy-mission-control5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2014/05/09 07:36:56 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:31 adam Exp $
DISTNAME= telepathy-mission-control-5.7.9
PKGNAME= telepathy-mission-control5-5.7.9
@@ -19,7 +19,7 @@ PKGCONFIG_OVERRIDE+= mission-control-plugins.pc.in
#PKGCONFIG_OVERRIDE+= libmcclient.pc.in
#PKGCONFIG_OVERRIDE+= mission-control.pc.in
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 5.7.9
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 5.7.9
#.include "../../lang/python/pyversion.mk"
CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN}
diff --git a/chat/xchat-python/Makefile b/chat/xchat-python/Makefile
index ab6be3fc093..51e05872125 100644
--- a/chat/xchat-python/Makefile
+++ b/chat/xchat-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2015/10/11 10:56:43 tron Exp $
+# $NetBSD: Makefile,v 1.29 2015/12/05 21:25:31 adam Exp $
.include "../../chat/xchat/Makefile.common"
@@ -28,7 +28,7 @@ SUBST_FILES.libutil= configure
SUBST_SED.libutil= -e 's/ -lutil//g'
.endif
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.8.8
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.8.8
.include "../../lang/python/application.mk"
.include "../../mk/pthread.buildlink3.mk"