Date: Wed, 21 Apr 2021 12:33:58 GMT From: Joe Marcus Clarke <marcus@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1cf4c751968e - main - net-im/libpurple: Bump Python version. Message-ID: <202104211233.13LCXwqo092376@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by marcus: URL: https://cgit.FreeBSD.org/ports/commit/?id=1cf4c751968e4a05db44565f7db87c232ff8e9c3 commit 1cf4c751968e4a05db44565f7db87c232ff8e9c3 Author: Joe Marcus Clarke <marcus@FreeBSD.org> AuthorDate: 2021-04-21 12:31:50 +0000 Commit: Joe Marcus Clarke <marcus@FreeBSD.org> CommitDate: 2021-04-21 12:31:50 +0000 net-im/libpurple: Bump Python version. Pidgin now wants Python 3 so be explicit about that. It also changed the argument to find the Python command. PR: 255280 --- net-im/libpurple/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index 21d2b2614656..be2715b38100 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -2,7 +2,7 @@ PORTNAME?= libpurple PORTVERSION= 2.14.3 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= net-im MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION} DISTNAME= pidgin-${PORTVERSION} @@ -202,12 +202,12 @@ CONFIGURE_ARGS+= --disable-gtkspell .endif .if ${PORT_OPTIONS:MDBUS} -USES+= python +USES+= python:3.5+ LIB_DEPENDS+= libdbus-glib-1.so:devel/dbus-glib .if !defined(PIDGIN_SLAVE) RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} .endif -CONFIGURE_ARGS+= --enable-dbus --with-python=${PYTHON_CMD} +CONFIGURE_ARGS+= --enable-dbus --with-python3=${PYTHON_CMD} PLIST_SUB+= DBUS="" .else CONFIGURE_ARGS+= --disable-dbus
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104211233.13LCXwqo092376>