From owner-svn-ports-head@freebsd.org Fri Dec 13 16:08:13 2019 Return-Path: Delivered-To: svn-ports-head@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 CB8041D100C; Fri, 13 Dec 2019 16:08:13 +0000 (UTC) (envelope-from fernape@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 47ZFvK4yl1z4BGP; Fri, 13 Dec 2019 16:08:13 +0000 (UTC) (envelope-from fernape@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 A51CAE9CF; Fri, 13 Dec 2019 16:08:13 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBDG8DDU046117; Fri, 13 Dec 2019 16:08:13 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBDG8DBH046114; Fri, 13 Dec 2019 16:08:13 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <201912131608.xBDG8DBH046114@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Fri, 13 Dec 2019 16:08:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520048 - head/math/wxmaxima X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/math/wxmaxima X-SVN-Commit-Revision: 520048 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Dec 2019 16:08:13 -0000 Author: fernape Date: Fri Dec 13 16:08:12 2019 New Revision: 520048 URL: https://svnweb.freebsd.org/changeset/ports/520048 Log: math/wxmaxima: update to 19.12.1 ChangeLog: https://github.com/wxMaxima-developers/wxmaxima/releases Accumulated changes since 19.11.11: * wxMaxima now uses C++11 that makes the code more readable and helps finding bugs * If found wxMaxima now asks cppcheck to find bugs * Increased the speed of the program again * Opening the config dialogue since 19.11.0 unchecked "offer known answers" * For Cmake>=3.10.0 the build system now asks cppcheck to find bugs. * Changing the worksheet style was partially broken. * A big number of additional bug fixes in various places * A config option that forces displaying all multiplication signs. * Made the tooltips more visible * Added a warning tooltip about missing multiplication signs * Sped up drawing of new cells correcting the size calculations * If lookalike chars are used in a way that can cause hard-to-find errors now a warning tooltip is generated * A few additional bug fixes that (besides others) resolve a potential crash * An option to turn all multiplication dots on PR: 242538 Submitted by: phascolarctos@protonmail.ch (maintainer) Modified: head/math/wxmaxima/Makefile head/math/wxmaxima/distinfo head/math/wxmaxima/pkg-plist Modified: head/math/wxmaxima/Makefile ============================================================================== --- head/math/wxmaxima/Makefile Fri Dec 13 16:05:04 2019 (r520047) +++ head/math/wxmaxima/Makefile Fri Dec 13 16:08:12 2019 (r520048) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wxmaxima -PORTVERSION= 19.11.1 +PORTVERSION= 19.12.1 DISTVERSIONPREFIX= Version- CATEGORIES= math Modified: head/math/wxmaxima/distinfo ============================================================================== --- head/math/wxmaxima/distinfo Fri Dec 13 16:05:04 2019 (r520047) +++ head/math/wxmaxima/distinfo Fri Dec 13 16:08:12 2019 (r520048) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574028106 -SHA256 (wxMaxima-Developers-wxmaxima-Version-19.11.1_GH0.tar.gz) = d3744fe7596f14dcbce550f592b3b699ce9ec216edecd2e4f5380b4b0d562fd6 -SIZE (wxMaxima-Developers-wxmaxima-Version-19.11.1_GH0.tar.gz) = 15310832 +TIMESTAMP = 1575904645 +SHA256 (wxMaxima-Developers-wxmaxima-Version-19.12.1_GH0.tar.gz) = ce37361141821ce58cd3be5c316c40a8f19b741eb20c936d86152bfae1f101f5 +SIZE (wxMaxima-Developers-wxmaxima-Version-19.12.1_GH0.tar.gz) = 15303584 Modified: head/math/wxmaxima/pkg-plist ============================================================================== --- head/math/wxmaxima/pkg-plist Fri Dec 13 16:05:04 2019 (r520047) +++ head/math/wxmaxima/pkg-plist Fri Dec 13 16:08:12 2019 (r520048) @@ -71,6 +71,7 @@ share/wxMaxima/testbench_all_celltypes.wxm share/wxMaxima/testbench_automatic_absCells.wxm share/wxMaxima/testbench_automatic_atCells.wxm share/wxMaxima/testbench_automatic_boxes.wxm +share/wxMaxima/testbench_automatic_commentBegin.wxm share/wxMaxima/testbench_automatic_conjugateCells.wxm share/wxMaxima/testbench_automatic_diffCells.wxm share/wxMaxima/testbench_automatic_empty_file.wxm