svn commit: r528581 - head/math/wxmaxima

Lorenzo Salvadore salvadore at FreeBSD.org
Tue Mar 17 14:42:25 UTC 2020


Author: salvadore
Date: Tue Mar 17 14:42:24 2020
New Revision: 528581
URL: https://svnweb.freebsd.org/changeset/ports/528581

Log:
  math/wxmaxima: Update to 20.03.1
  
  - Bug fixes.
  - Improve support for pre- and post- super- and subscripts.
  - Improve documentation.
  - Use default web browser instead of wxWidgets' integrated help browser.
  - Support for integrating static and some types of animated gif files.
  - Provide possibily to pop out interactively animation frames created with
    draw().
  - Provide an option to configure the maximal amount of saved gnuplot data
    per plot.
  - Avoid using stderr.
  - Remove unnecessary info dialog at startup.
  - Provide right click suggestions for similar command names.
  
  Approved by:	gerald (mentor)

Modified:
  head/math/wxmaxima/Makefile
  head/math/wxmaxima/distinfo

Modified: head/math/wxmaxima/Makefile
==============================================================================
--- head/math/wxmaxima/Makefile	Tue Mar 17 13:38:17 2020	(r528580)
+++ head/math/wxmaxima/Makefile	Tue Mar 17 14:42:24 2020	(r528581)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wxmaxima
-PORTVERSION=	20.02.4
-PORTREVISION=	1
+PORTVERSION=	20.03.1
 DISTVERSIONPREFIX=	Version-
 CATEGORIES=	math
 
@@ -19,7 +18,6 @@ USES=		cmake desktop-file-utils shared-mime-info
 USE_WX=		3.0
 USE_GITHUB=	yes
 GH_ACCOUNT=	wxMaxima-Developers
-GH_TAGNAME=	68fead0
 
 PLIST_SUB=	DESKTOPDIR=${DESKTOPDIR:S,${PREFIX}/,,}
 WX_COMPS=	wx

Modified: head/math/wxmaxima/distinfo
==============================================================================
--- head/math/wxmaxima/distinfo	Tue Mar 17 13:38:17 2020	(r528580)
+++ head/math/wxmaxima/distinfo	Tue Mar 17 14:42:24 2020	(r528581)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1584051112
-SHA256 (wxMaxima-Developers-wxmaxima-Version-20.02.4-68fead0_GH0.tar.gz) = c6476c4bc99df777e42cf8908aa78228178834a67ecede2ec35d2119b6d2522d
-SIZE (wxMaxima-Developers-wxmaxima-Version-20.02.4-68fead0_GH0.tar.gz) = 15340736
+TIMESTAMP = 1584269156
+SHA256 (wxMaxima-Developers-wxmaxima-Version-20.03.1_GH0.tar.gz) = 2a06fdf235276cf30c1fc5a64b0e0965e5bd843610d4dc599bf7c63c0ea985bb
+SIZE (wxMaxima-Developers-wxmaxima-Version-20.03.1_GH0.tar.gz) = 15343877


More information about the svn-ports-all mailing list