git: 1cf4c751968e - main - net-im/libpurple: Bump Python version.
Joe Marcus Clarke
marcus at FreeBSD.org
Wed Apr 21 12:33:59 UTC 2021
The branch main has been updated by marcus:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1cf4c751968e4a05db44565f7db87c232ff8e9c3
commit 1cf4c751968e4a05db44565f7db87c232ff8e9c3
Author: Joe Marcus Clarke <marcus at FreeBSD.org>
AuthorDate: 2021-04-21 12:31:50 +0000
Commit: Joe Marcus Clarke <marcus at 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
More information about the dev-commits-ports-all
mailing list