From owner-dev-commits-ports-all@freebsd.org Tue Jun 29 15:25:35 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 61A0A64DC4B; Tue, 29 Jun 2021 15:25:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GDpFq2JJmz3HLS; Tue, 29 Jun 2021 15:25:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3761A1B2F1; Tue, 29 Jun 2021 15:25:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15TFPZGT006230; Tue, 29 Jun 2021 15:25:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15TFPZCt006229; Tue, 29 Jun 2021 15:25:35 GMT (envelope-from git) Date: Tue, 29 Jun 2021 15:25:35 GMT Message-Id: <202106291525.15TFPZCt006229@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Thierry Thomas Subject: git: ca24a792c496 - main - net-im/toxic: upgrade to v0.11.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: thierry X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ca24a792c496ac8c1177e41b0e8dd969c84ab5fd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2021 15:25:35 -0000 The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca24a792c496ac8c1177e41b0e8dd969c84ab5fd commit ca24a792c496ac8c1177e41b0e8dd969c84ab5fd Author: Thierry Thomas AuthorDate: 2021-06-29 10:11:23 +0000 Commit: Thierry Thomas CommitDate: 2021-06-29 15:25:28 +0000 net-im/toxic: upgrade to v0.11.1 Release notes at . --- net-im/toxic/Makefile | 18 +++++++++++------- net-im/toxic/distinfo | 6 +++--- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/net-im/toxic/Makefile b/net-im/toxic/Makefile index 5da7bf4c82fb..f2cea5dc02bf 100644 --- a/net-im/toxic/Makefile +++ b/net-im/toxic/Makefile @@ -1,7 +1,7 @@ # Created by: Thierry Thomas PORTNAME= toxic -PORTVERSION= 0.10.1 +PORTVERSION= 0.11.1 DISTVERSIONPREFIX= v CATEGORIES= net-im @@ -26,15 +26,18 @@ USES= compiler:c11 desktop-file-utils gettext-runtime gmake ncurses openal:al,a USE_GITHUB= yes GH_ACCOUNT= JFreegman -OPTIONS_DEFINE= X11 PYTHON -OPTIONS_DEFAULT=X11 +OPTIONS_DEFINE= GAMES X11 PYTHON +OPTIONS_DEFAULT=GAMES X11 + +GAMES_DESC= Includes a games module +GAMES_MAKE_ARGS_OFF= DISABLE_GAMES=1 X11_USES= gnome xorg X11_USE= GNOME=gdkpixbuf2,glib20 XORG=x11 X11_MAKE_ARGS_OFF= DISABLE_X11=1 DISABLE_DESKTOP_NOTIFY=1 X11_LIB_DEPENDS=libnotify.so:devel/libnotify -PYTHON_USES= python:3.7+ +PYTHON_USES= python:3.8+ PYTHON_MAKE_ARGS= ENABLE_PYTHON=1 CFLAGS+= -I${NCURSESINC} -pthread @@ -44,9 +47,10 @@ MAKE_ENV= USER_CFLAGS="${CFLAGS}" USER_LDFLAGS="${LDFLAGS}" \ MANDIR="${MANPREFIX}/man" SUB_FILES= pkg-message -post-patch-PYTHON-on: - ${REINPLACE_CMD} -e '/PYTHON3_LIBS/ s|python3|python-${PYTHON_VER}|' \ - -e 's|python3-config|${PYTHON_VERSION}-config|g' \ +pre-configure-PYTHON-on: + ${REINPLACE_CMD} -e '/PYTHON3_LIBS/ s|python3|python-${PYTHON_VER}|' \ + -e 's|python3-config|${PYTHON_VERSION}-config|g' \ + -e 's|--ldflags|--ldflags --embed|' \ ${WRKSRC}/cfg/checks/python.mk pre-configure: diff --git a/net-im/toxic/distinfo b/net-im/toxic/distinfo index ab57ba707644..0750b70edeea 100644 --- a/net-im/toxic/distinfo +++ b/net-im/toxic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611216893 -SHA256 (JFreegman-toxic-v0.10.1_GH0.tar.gz) = b3cfbea28135fbc48c083276160cef02de755b60f6cfe1bd6efc1b5fdd4b92fe -SIZE (JFreegman-toxic-v0.10.1_GH0.tar.gz) = 1165118 +TIMESTAMP = 1624959986 +SHA256 (JFreegman-toxic-v0.11.1_GH0.tar.gz) = 5df8f3cf21c2b228546399f0c2a77c6d8f5356939a85c32222a4f6a26b82688a +SIZE (JFreegman-toxic-v0.11.1_GH0.tar.gz) = 1204163