From owner-svn-ports-head@freebsd.org Sat Feb 10 12:53:34 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8879EF1B742; Sat, 10 Feb 2018 12:53:34 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3C5847DF9F; Sat, 10 Feb 2018 12:53:34 +0000 (UTC) (envelope-from riggs@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 1C94414516; Sat, 10 Feb 2018 12:53:34 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1ACrXlf082210; Sat, 10 Feb 2018 12:53:33 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1ACrXsl082207; Sat, 10 Feb 2018 12:53:33 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201802101253.w1ACrXsl082207@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 10 Feb 2018 12:53:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461392 - head/deskutils/freeplane X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/deskutils/freeplane X-SVN-Commit-Revision: 461392 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.25 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: Sat, 10 Feb 2018 12:53:34 -0000 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