Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2019 16:08:13 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520048 - head/math/wxmaxima
Message-ID:  <201912131608.xBDG8DBH046114@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912131608.xBDG8DBH046114>