From owner-dev-commits-ports-main@freebsd.org  Mon Oct  4 12:06:30 2021
Return-Path: <owner-dev-commits-ports-main@freebsd.org>
Delivered-To: dev-commits-ports-main@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 3D94967CEDC;
 Mon,  4 Oct 2021 12:06:30 +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 4HNKFL0P8Zz4ggR;
 Mon,  4 Oct 2021 12:06:30 +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 E204218C5D;
 Mon,  4 Oct 2021 12:06:29 +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 194C6TmT074712;
 Mon, 4 Oct 2021 12:06:29 GMT (envelope-from git@gitrepo.freebsd.org)
Received: (from git@localhost)
 by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 194C6Ta9074711;
 Mon, 4 Oct 2021 12:06:29 GMT (envelope-from git)
Date: Mon, 4 Oct 2021 12:06:29 GMT
Message-Id: <202110041206.194C6Ta9074711@gitrepo.freebsd.org>
To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org,
 dev-commits-ports-main@FreeBSD.org
From: Dmitry Marakasov <amdmi3@FreeBSD.org>
Subject: git: 62744783a49f - main - games/tetzle: update to 2.2.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Git-Committer: amdmi3
X-Git-Repository: ports
X-Git-Refname: refs/heads/main
X-Git-Reftype: branch
X-Git-Commit: 62744783a49fe415ebaaa0722d4b6aca14caa14c
Auto-Submitted: auto-generated
X-BeenThere: dev-commits-ports-main@freebsd.org
X-Mailman-Version: 2.1.34
Precedence: list
List-Id: Commits to the main branch of the FreeBSD ports repository
 <dev-commits-ports-main.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/dev-commits-ports-main>, 
 <mailto:dev-commits-ports-main-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/dev-commits-ports-main/>
List-Post: <mailto:dev-commits-ports-main@freebsd.org>
List-Help: <mailto:dev-commits-ports-main-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/dev-commits-ports-main>, 
 <mailto:dev-commits-ports-main-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 04 Oct 2021 12:06:30 -0000

The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=62744783a49fe415ebaaa0722d4b6aca14caa14c

commit 62744783a49fe415ebaaa0722d4b6aca14caa14c
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-09-28 17:42:51 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-10-04 11:58:26 +0000

    games/tetzle: update to 2.2.0
---
 games/tetzle/Makefile  | 7 +++----
 games/tetzle/distinfo  | 6 +++---
 games/tetzle/pkg-plist | 1 -
 3 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/games/tetzle/Makefile b/games/tetzle/Makefile
index 23c22c69026e..7929f0a39b34 100644
--- a/games/tetzle/Makefile
+++ b/games/tetzle/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	tetzle
-PORTVERSION=	2.1.6
-PORTREVISION=	1
+PORTVERSION=	2.2.0
 CATEGORIES=	games
 MASTER_SITES=	https://gottcode.org/tetzle/ \
 		https://mirror.amdmi3.ru/distfiles/
@@ -12,8 +11,8 @@ COMMENT=	Jigsaw puzzle with tetrominoes
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		compiler:c++11-lib desktop-file-utils gl gnome qmake qt:5 tar:bzip2
-USE_QT=		core gui widgets buildtools_build linguisttools_build
+USES=		compiler:c++17-lang desktop-file-utils gl gnome qmake qt:5 tar:bzip2
+USE_QT=		core gui widgets opengl buildtools_build linguisttools_build
 USE_GL=		gl
 INSTALLS_ICONS=	yes
 
diff --git a/games/tetzle/distinfo b/games/tetzle/distinfo
index 0af0882aacec..64ec13af2ec6 100644
--- a/games/tetzle/distinfo
+++ b/games/tetzle/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1588285989
-SHA256 (tetzle-2.1.6-src.tar.bz2) = fbc3c86b5bf64187f89379176bd0085c636605d9594c7af8d0c056760d6cf80a
-SIZE (tetzle-2.1.6-src.tar.bz2) = 1095248
+TIMESTAMP = 1632849031
+SHA256 (tetzle-2.2.0-src.tar.bz2) = 18650ab9b4668effba59c07b06977bd8ae7e767cbf6abf1dd7a15e7233920779
+SIZE (tetzle-2.2.0-src.tar.bz2) = 1092796
diff --git a/games/tetzle/pkg-plist b/games/tetzle/pkg-plist
index 7e16ccf0c7f0..a6784af3b6f9 100644
--- a/games/tetzle/pkg-plist
+++ b/games/tetzle/pkg-plist
@@ -13,7 +13,6 @@ share/icons/hicolor/64x64/apps/tetzle.png
 share/icons/hicolor/scalable/apps/tetzle.svg
 share/man/man6/tetzle.6.gz
 share/metainfo/tetzle.appdata.xml
-share/pixmaps/tetzle.xpm
 %%DATADIR%%/translations/tetzle_ca.qm
 %%DATADIR%%/translations/tetzle_cs.qm
 %%DATADIR%%/translations/tetzle_de.qm