From owner-svn-ports-all@freebsd.org Sun Feb 23 12:55:03 2020 Return-Path: Delivered-To: svn-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 3B55D23B602; Sun, 23 Feb 2020 12:55:03 +0000 (UTC) (envelope-from salvadore@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48QQCB62zVz3QKx; Sun, 23 Feb 2020 12:55:02 +0000 (UTC) (envelope-from salvadore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9A092CC7D; Sun, 23 Feb 2020 12:55:02 +0000 (UTC) (envelope-from salvadore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01NCt2gG022670; Sun, 23 Feb 2020 12:55:02 GMT (envelope-from salvadore@FreeBSD.org) Received: (from salvadore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01NCt1Xl022667; Sun, 23 Feb 2020 12:55:01 GMT (envelope-from salvadore@FreeBSD.org) Message-Id: <202002231255.01NCt1Xl022667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: salvadore set sender to salvadore@FreeBSD.org using -f From: Lorenzo Salvadore Date: Sun, 23 Feb 2020 12:55:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526919 - head/math/wxmaxima X-SVN-Group: ports-head X-SVN-Commit-Author: salvadore X-SVN-Commit-Paths: head/math/wxmaxima X-SVN-Commit-Revision: 526919 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2020 12:55:03 -0000 Author: salvadore Date: Sun Feb 23 12:55:01 2020 New Revision: 526919 URL: https://svnweb.freebsd.org/changeset/ports/526919 Log: Update math/wxmaxima from 20.01.3 to 20.02.1 - Add another small tutorial. - Symbols sidebar: correctly remember additional symbols. - Unicode chars can now be input using the alt+x method. - Add a unicode sidebard that isn't shown by default as it starts up slowly. - Many corrections to the display routine. - Better scroll wheel support. - Russian translation update. - Fix a bug causing part of a fraction not to be displayed. - Several additional bug fixes. Approved by: gerald (mentor) Modified: head/math/wxmaxima/Makefile head/math/wxmaxima/distinfo head/math/wxmaxima/pkg-plist Modified: head/math/wxmaxima/Makefile ============================================================================== --- head/math/wxmaxima/Makefile Sun Feb 23 11:04:46 2020 (r526918) +++ head/math/wxmaxima/Makefile Sun Feb 23 12:55:01 2020 (r526919) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wxmaxima -PORTVERSION= 20.01.3 +PORTVERSION= 20.02.1 DISTVERSIONPREFIX= Version- CATEGORIES= math Modified: head/math/wxmaxima/distinfo ============================================================================== --- head/math/wxmaxima/distinfo Sun Feb 23 11:04:46 2020 (r526918) +++ head/math/wxmaxima/distinfo Sun Feb 23 12:55:01 2020 (r526919) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579792013 -SHA256 (wxMaxima-Developers-wxmaxima-Version-20.01.3_GH0.tar.gz) = 0cbb768e0c5c5efb4fda22ffd1a6ee45ecf98d469ae44b0cbcaa9497eda674f2 -SIZE (wxMaxima-Developers-wxmaxima-Version-20.01.3_GH0.tar.gz) = 14221966 +TIMESTAMP = 1581585358 +SHA256 (wxMaxima-Developers-wxmaxima-Version-20.02.1_GH0.tar.gz) = dd79b624db0a1a802ba71aab8fa412fa0c318e98f51c13acf97dd46122228068 +SIZE (wxMaxima-Developers-wxmaxima-Version-20.02.1_GH0.tar.gz) = 15198553 Modified: head/math/wxmaxima/pkg-plist ============================================================================== --- head/math/wxmaxima/pkg-plist Sun Feb 23 11:04:46 2020 (r526918) +++ head/math/wxmaxima/pkg-plist Sun Feb 23 12:55:01 2020 (r526919) @@ -95,6 +95,7 @@ share/wxMaxima/sqrtCells.wxm share/wxMaxima/subCells.wxm share/wxMaxima/subsupCells.wxm share/wxMaxima/sumCells.wxm +share/wxMaxima/threadtest.wxm share/wxMaxima/unicode.wxm share/wxMaxima/unicode_specialchars.wxm share/wxMaxima/weirdLabels.wxm