From owner-svn-ports-head@freebsd.org Wed Feb 27 21:41:50 2019 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 280811505DE8; Wed, 27 Feb 2019 21:41:50 +0000 (UTC) (envelope-from swills@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 BE22D9119D; Wed, 27 Feb 2019 21:41:49 +0000 (UTC) (envelope-from swills@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 B326622B2E; Wed, 27 Feb 2019 21:41:49 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1RLfnUF044586; Wed, 27 Feb 2019 21:41:49 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1RLfnWM044581; Wed, 27 Feb 2019 21:41:49 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201902272141.x1RLfnWM044581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 27 Feb 2019 21:41:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494087 - head/deskutils/freeplane X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/deskutils/freeplane X-SVN-Commit-Revision: 494087 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BE22D9119D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.984,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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: Wed, 27 Feb 2019 21:41:50 -0000 Author: swills Date: Wed Feb 27 21:41:48 2019 New Revision: 494087 URL: https://svnweb.freebsd.org/changeset/ports/494087 Log: deskutils/freeplane: update to 1.7.5 PR: 235808 Submitted by: lbartoletti (maintainer) Modified: head/deskutils/freeplane/Makefile (contents, props changed) head/deskutils/freeplane/distinfo (contents, props changed) head/deskutils/freeplane/pkg-plist (contents, props changed) Modified: head/deskutils/freeplane/Makefile ============================================================================== --- head/deskutils/freeplane/Makefile Wed Feb 27 21:19:45 2019 (r494086) +++ head/deskutils/freeplane/Makefile Wed Feb 27 21:41:48 2019 (r494087) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= freeplane -DISTVERSION= 1.7.3 +DISTVERSION= 1.7.5 CATEGORIES= deskutils editors java -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/archive/${PORTVERSION} DISTNAME= ${PORTNAME}_bin-${PORTVERSION} MAINTAINER= lbartoletti@tuxfamily.org @@ -14,10 +14,12 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/license.txt USES= cpe zip + USE_JAVA= yes JAVA_VERSION= 1.6+ NO_ARCH= yes NO_BUILD= yes +PLIST_SUB= PORTVERSION="${PORTVERSION}" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/deskutils/freeplane/distinfo ============================================================================== --- head/deskutils/freeplane/distinfo Wed Feb 27 21:19:45 2019 (r494086) +++ head/deskutils/freeplane/distinfo Wed Feb 27 21:41:48 2019 (r494087) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543647431 -SHA256 (freeplane_bin-1.7.3.zip) = b95271854a59b5ce93b9bdfc4558e6e75a4cba606a97bfc20b422dccfdf0ce91 -SIZE (freeplane_bin-1.7.3.zip) = 34616824 +TIMESTAMP = 1550389806 +SHA256 (freeplane_bin-1.7.5.zip) = 3e6d4cc279aa8840c4a54af5f5006d39ab6c11c824be954f7ffa2bd6a892332b +SIZE (freeplane_bin-1.7.5.zip) = 35849635 Modified: head/deskutils/freeplane/pkg-plist ============================================================================== --- head/deskutils/freeplane/pkg-plist Wed Feb 27 21:19:45 2019 (r494086) +++ head/deskutils/freeplane/pkg-plist Wed Feb 27 21:41:48 2019 (r494087) @@ -4,14 +4,14 @@ bin/freeplane %%DATADIR%%/core/org.freeplane.core/lib/commons-codec-1.8.jar %%DATADIR%%/core/org.freeplane.core/lib/commons-io-2.4.jar %%DATADIR%%/core/org.freeplane.core/lib/commons-lang-2.6.jar -%%DATADIR%%/core/org.freeplane.core/lib/freeplane_mac-1.5.jar -%%DATADIR%%/core/org.freeplane.core/lib/freeplaneeditor-1.5.jar -%%DATADIR%%/core/org.freeplane.core/lib/freeplaneosgi-1.5.jar +%%DATADIR%%/core/org.freeplane.core/lib/freeplane_mac-1.7.4.jar +%%DATADIR%%/core/org.freeplane.core/lib/freeplaneeditor-%%PORTVERSION%%.jar +%%DATADIR%%/core/org.freeplane.core/lib/freeplaneosgi-%%PORTVERSION%%.jar %%DATADIR%%/core/org.freeplane.core/lib/freeplaneviewer.jar %%DATADIR%%/core/org.freeplane.core/lib/idw-gpl-1.6.1.jar %%DATADIR%%/core/org.freeplane.core/lib/jgoodies-common-1.8.1.jar %%DATADIR%%/core/org.freeplane.core/lib/jgoodies-forms-1.9.0.jar -%%DATADIR%%/core/org.freeplane.core/lib/jortho-1.5.jar +%%DATADIR%%/core/org.freeplane.core/lib/jortho-%%PORTVERSION%%.jar %%DATADIR%%/core/org.freeplane.core/lib/jortho.jar %%DATADIR%%/core/org.freeplane.core/lib/kitfox-svg-salamander-1.1.1-p1.jar %%DATADIR%%/doc/Freeplane_LaTeX.mm @@ -201,20 +201,20 @@ bin/freeplane %%DATADIR%%/gitinfo.txt %%DATADIR%%/init.xargs %%DATADIR%%/plugins/org.freeplane.plugin.bugreport/META-INF/MANIFEST.MF -%%DATADIR%%/plugins/org.freeplane.plugin.bugreport/lib/plugin-1.5.jar +%%DATADIR%%/plugins/org.freeplane.plugin.bugreport/lib/plugin-%%PORTVERSION%%.jar %%DATADIR%%/plugins/org.freeplane.plugin.formula/META-INF/MANIFEST.MF -%%DATADIR%%/plugins/org.freeplane.plugin.formula/lib/plugin-1.5.jar +%%DATADIR%%/plugins/org.freeplane.plugin.formula/lib/plugin-%%PORTVERSION%%.jar %%DATADIR%%/plugins/org.freeplane.plugin.jsyntaxpane/META-INF/MANIFEST.MF %%DATADIR%%/plugins/org.freeplane.plugin.jsyntaxpane/lib/jsyntaxpane-0.9.6~r156-7.jar -%%DATADIR%%/plugins/org.freeplane.plugin.jsyntaxpane/lib/plugin-1.5.jar +%%DATADIR%%/plugins/org.freeplane.plugin.jsyntaxpane/lib/plugin-%%PORTVERSION%%.jar %%DATADIR%%/plugins/org.freeplane.plugin.latex/META-INF/MANIFEST.MF %%DATADIR%%/plugins/org.freeplane.plugin.latex/lib/jlatexmath-1.0.7.jar %%DATADIR%%/plugins/org.freeplane.plugin.latex/lib/jlatexmath-font-cyrillic-1.0.7.jar %%DATADIR%%/plugins/org.freeplane.plugin.latex/lib/jlatexmath-font-greek-1.0.7.jar -%%DATADIR%%/plugins/org.freeplane.plugin.latex/lib/plugin-1.5.jar +%%DATADIR%%/plugins/org.freeplane.plugin.latex/lib/plugin-%%PORTVERSION%%.jar %%DATADIR%%/plugins/org.freeplane.plugin.openmaps/META-INF/MANIFEST.MF %%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.openmaps/lib/plugin-%%PORTVERSION%%.jar %%DATADIR%%/plugins/org.freeplane.plugin.script/META-INF/MANIFEST.MF %%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-2.5.4.jar %%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-console-2.5.4.jar @@ -231,8 +231,9 @@ bin/freeplane %%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-swing-2.5.4.jar %%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-templates-2.5.4.jar %%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-xml-2.5.4.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/ivy-2.4.0.jar %%DATADIR%%/plugins/org.freeplane.plugin.script/lib/jline-2.14.6.jar -%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/plugin-1.5.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/plugin-%%PORTVERSION%%.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/META-INF/MANIFEST.MF %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/avalon-framework-api-4.3.1.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/avalon-framework-impl-4.3.1.jar @@ -259,7 +260,7 @@ bin/freeplane %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/commons-logging-1.2.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/fontbox-2.0.4.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/fop-2.2.jar -%%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/plugin-1.5.jar +%%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/plugin-%%PORTVERSION%%.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/xml-apis-1.3.04.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/xml-apis-ext-1.3.04.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/xmlgraphics-commons-2.2.jar