Date: Sat, 10 Feb 2018 12:53:33 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461392 - head/deskutils/freeplane Message-ID: <201802101253.w1ACrXsl082207@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sat Feb 10 12:53:33 2018 New Revision: 461392 URL: https://svnweb.freebsd.org/changeset/ports/461392 Log: Update to upstream version 1.6.13 (bug fix release) Detailed maintainer log: - Update byte buddy (fix scripts execution under Java 9) - Add icon and attribute conditions to style editor - Skip node numbers on node sort and in some other cases - Show creation modification in the status line - Improve performance for many with many SVG icons - Fix Java applet PR: 225710 Submitted by: lbartoletti@tuxfamily.org (maintainer) Modified: head/deskutils/freeplane/Makefile head/deskutils/freeplane/distinfo head/deskutils/freeplane/pkg-plist Modified: head/deskutils/freeplane/Makefile ============================================================================== --- head/deskutils/freeplane/Makefile Sat Feb 10 12:39:50 2018 (r461391) +++ head/deskutils/freeplane/Makefile Sat Feb 10 12:53:33 2018 (r461392) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= freeplane -PORTVERSION= 1.6.12 -PORTREVISION= 1 +PORTVERSION= 1.6.13 CATEGORIES= deskutils editors java MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable DISTNAME= ${PORTNAME}_bin-${PORTVERSION} Modified: head/deskutils/freeplane/distinfo ============================================================================== --- head/deskutils/freeplane/distinfo Sat Feb 10 12:39:50 2018 (r461391) +++ head/deskutils/freeplane/distinfo Sat Feb 10 12:53:33 2018 (r461392) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516389249 -SHA256 (freeplane_bin-1.6.12.zip) = 34ebea17df37edd8bd1f52ea5e7e40d3e83e2b409a62dbd0d74a86967c9ea6f0 -SIZE (freeplane_bin-1.6.12.zip) = 36164443 +TIMESTAMP = 1517945397 +SHA256 (freeplane_bin-1.6.13.zip) = 124803a6034fc0d45f29143dda5ed7f8689b36ff2e59d09347010059f46beef9 +SIZE (freeplane_bin-1.6.13.zip) = 36330755 Modified: head/deskutils/freeplane/pkg-plist ============================================================================== --- head/deskutils/freeplane/pkg-plist Sat Feb 10 12:39:50 2018 (r461391) +++ head/deskutils/freeplane/pkg-plist Sat Feb 10 12:53:33 2018 (r461392) @@ -178,7 +178,7 @@ bin/freeplane %%DATADIR%%/plugins/org.freeplane.plugin.openmaps/lib/jmapviewer-1.14.jar %%DATADIR%%/plugins/org.freeplane.plugin.openmaps/lib/plugin-1.5.jar %%DATADIR%%/plugins/org.freeplane.plugin.script/META-INF/MANIFEST.MF -%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/byte-buddy-1.6.9.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/byte-buddy-1.7.9.jar %%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-all-2.3.1.jar %%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-patcher-0.0.2.jar %%DATADIR%%/plugins/org.freeplane.plugin.script/lib/plugin-1.5.jar
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802101253.w1ACrXsl082207>