From owner-dev-commits-ports-main@freebsd.org Fri Apr 9 12:59:50 2021 Return-Path: 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 547435D7A69; Fri, 9 Apr 2021 12:59:50 +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 4FGys21sSpz4hZX; Fri, 9 Apr 2021 12:59:50 +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 31ACE1E60A; Fri, 9 Apr 2021 12:59:50 +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 139Cxohr046918; Fri, 9 Apr 2021 12:59:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 139CxoZ1046917; Fri, 9 Apr 2021 12:59:50 GMT (envelope-from git) Date: Fri, 9 Apr 2021 12:59:50 GMT Message-Id: <202104091259.139CxoZ1046917@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Baptiste Daroussin Subject: git: baa599f7498c - main - math/sc-im: update to 0.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bapt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: baa599f7498cc716b37f446073053e3766273694 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Apr 2021 12:59:50 -0000 The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=baa599f7498cc716b37f446073053e3766273694 commit baa599f7498cc716b37f446073053e3766273694 Author: Baptiste Daroussin AuthorDate: 2021-04-09 12:58:30 +0000 Commit: Baptiste Daroussin CommitDate: 2021-04-09 12:59:34 +0000 math/sc-im: update to 0.8.1 --- math/sc-im/Makefile | 2 +- math/sc-im/distinfo | 6 +++--- math/sc-im/files/patch-ncurses | 26 -------------------------- 3 files changed, 4 insertions(+), 30 deletions(-) diff --git a/math/sc-im/Makefile b/math/sc-im/Makefile index e4d72802060f..59ca961efc5b 100644 --- a/math/sc-im/Makefile +++ b/math/sc-im/Makefile @@ -1,6 +1,6 @@ PORTNAME= sc-im DISTVERSIONPREFIX= v -DISTVERSION= 0.8.0 +DISTVERSION= 0.8.1 CATEGORIES= math MAINTAINER= bapt@FreeBSD.org diff --git a/math/sc-im/distinfo b/math/sc-im/distinfo index 1083a13ba0f4..4e80e28ba55b 100644 --- a/math/sc-im/distinfo +++ b/math/sc-im/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616600730 -SHA256 (andmarti1424-sc-im-v0.8.0_GH0.tar.gz) = edc9b9d2dc5ac37c31a46462a1387605983149a1abba00d47ac22f2726ce6d27 -SIZE (andmarti1424-sc-im-v0.8.0_GH0.tar.gz) = 1386374 +TIMESTAMP = 1617973055 +SHA256 (andmarti1424-sc-im-v0.8.1_GH0.tar.gz) = 73958f2adf2548be138f90a1fa2cb3a9c316a6d8d78234ebb1dc408cbf83bac7 +SIZE (andmarti1424-sc-im-v0.8.1_GH0.tar.gz) = 1407209 diff --git a/math/sc-im/files/patch-ncurses b/math/sc-im/files/patch-ncurses deleted file mode 100644 index f851547bff3f..000000000000 --- a/math/sc-im/files/patch-ncurses +++ /dev/null @@ -1,26 +0,0 @@ -From 34b4619e1c856dd4f48f9ea55cff603ca6d19a98 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Andr=C3=A9s?= -Date: Mon, 22 Mar 2021 09:04:56 -0300 -Subject: [PATCH] work on issue #482. added init_extended_pair according to - NCURSES version macros.. - ---- - src/tui.c | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/src/tui.c b/src/tui.c -index ae9d9a91..c6aa73fe 100644 ---- tui.c -+++ tui.c -@@ -1480,7 +1480,11 @@ void ui_start_colors() { - * NOTE: calling init_pair with -1 sets it with default - * terminal foreground and background colors - */ -+#if defined(NCURSES_VERSION_MAJOR) && (( NCURSES_VERSION_MAJOR > 5 && defined(NCURSES_VERSION_MINOR) && NCURSES_VERSION_MINOR > 0) || NCURSES_VERSION_MAJOR > 6) - init_extended_pair( i*def+j+1, i-1, j-1); // i is fg and j is bg -+#else -+ init_pair(i*def+j+1, i-1, j-1); // i is fg and j is bg -+#endif - } - } - }