From owner-dev-commits-ports-all@freebsd.org Tue Sep 21 03:49:26 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 A642A6B26E7; Tue, 21 Sep 2021 03:49:26 +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 4HD6qp0Pkxz4dNh; Tue, 21 Sep 2021 03:49:25 +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 711591CD56; Tue, 21 Sep 2021 03:49:23 +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 18L3nNPq018036; Tue, 21 Sep 2021 03:49:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18L3nNWd018035; Tue, 21 Sep 2021 03:49:23 GMT (envelope-from git) Date: Tue, 21 Sep 2021 03:49:23 GMT Message-Id: <202109210349.18L3nNWd018035@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 0e6edae9a1bf - main - net/tintin++: Update to 2.02.12 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0e6edae9a1bffd8847cef6e99f248ef960e1a64a 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, 21 Sep 2021 03:49:26 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e6edae9a1bffd8847cef6e99f248ef960e1a64a commit 0e6edae9a1bffd8847cef6e99f248ef960e1a64a Author: Po-Chuan Hsieh AuthorDate: 2021-09-21 03:08:23 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-21 03:35:19 +0000 net/tintin++: Update to 2.02.12 Changes: https://tintin.mudhalla.net/news.php --- net/tintin++/Makefile | 2 +- net/tintin++/distinfo | 6 +++--- net/tintin++/files/patch-data.c | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile index a3b72baf4169..14448a45d264 100644 --- a/net/tintin++/Makefile +++ b/net/tintin++/Makefile @@ -1,7 +1,7 @@ # Created by: ache PORTNAME= tintin++ -PORTVERSION= 2.02.11 +PORTVERSION= 2.02.12 CATEGORIES+= net games MASTER_SITES= SF/tintin/TinTin%2B%2B%20Source%20Code/${PORTVERSION:C|.$||}/ \ https://github.com/scandum/tintin/releases/download/${PORTVERSION}/ diff --git a/net/tintin++/distinfo b/net/tintin++/distinfo index d50b5baa7ea6..0df95571e330 100644 --- a/net/tintin++/distinfo +++ b/net/tintin++/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619569419 -SHA256 (tintin-2.02.11.tar.gz) = b39289ef1e26d2f5b7f7e33f70bcd894060c95dd96c157bb976f063c59a8b1f5 -SIZE (tintin-2.02.11.tar.gz) = 2215341 +TIMESTAMP = 1632036894 +SHA256 (tintin-2.02.12.tar.gz) = b6f9fd4f2c1e7cdc8cff4172d7a80014961b0394380ced9182209dc34d781a00 +SIZE (tintin-2.02.12.tar.gz) = 2156614 diff --git a/net/tintin++/files/patch-data.c b/net/tintin++/files/patch-data.c deleted file mode 100644 index 47b1d8a18d9f..000000000000 --- a/net/tintin++/files/patch-data.c +++ /dev/null @@ -1,11 +0,0 @@ ---- data.c.orig 2021-04-24 20:46:04 UTC -+++ data.c -@@ -27,6 +27,8 @@ - - #include - -+extern char **environ; -+ - struct listroot *init_list(struct session *ses, int type, int size) - { - struct listroot *listhead;