Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Dec 2022 19:05:37 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 963335dd57ac - main - deskutils/freeplane: update to 1.10.6
Message-ID:  <202212081905.2B8J5buP014404@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=963335dd57ac680927397e23bf56578e75f85a7e

commit 963335dd57ac680927397e23bf56578e75f85a7e
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2022-12-08 16:57:17 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2022-12-08 19:01:36 +0000

    deskutils/freeplane: update to 1.10.6
    
    ChangeLog: https://www.freeplane.org/info/history/history_en.txt
    
    Performance optimizations.
    
    Reported by:    portscout
---
 deskutils/freeplane/Makefile | 8 +++++---
 deskutils/freeplane/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/deskutils/freeplane/Makefile b/deskutils/freeplane/Makefile
index 09dcca9dde44..36969f986dd6 100644
--- a/deskutils/freeplane/Makefile
+++ b/deskutils/freeplane/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	freeplane
-DISTVERSION=	1.10.5
+DISTVERSION=	1.10.6
 CATEGORIES=	deskutils editors java
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20stable
 DISTNAME=	${PORTNAME}_bin-${PORTVERSION}
@@ -14,14 +14,16 @@ LICENSE_FILE=	${WRKSRC}/license.txt
 RUN_DEPENDS=	bash:shells/bash
 
 USES=		cpe zip shebangfix
-SHEBANG_FILES=	${WRKSRC}/freeplane.sh
 USE_JAVA=	yes
+
+SHEBANG_FILES=	${WRKSRC}/freeplane.sh
+
 NO_ARCH=	yes
 NO_BUILD=	yes
-PLIST_SUB=	PORTVERSION="${PORTVERSION}"
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
+PLIST_SUB=	PORTVERSION="${PORTVERSION}"
 do-install:
 	cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} \
 		"! ( -name license\.txt -or -name *\.bat -or -name *\.exe )"
diff --git a/deskutils/freeplane/distinfo b/deskutils/freeplane/distinfo
index 43bf807570c6..53b32ba9afef 100644
--- a/deskutils/freeplane/distinfo
+++ b/deskutils/freeplane/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1670159455
-SHA256 (freeplane_bin-1.10.5.zip) = a3f9f9dfa9652d946ec30a72bdc6e73b176e461a8b8f44047c6fa4848852bf71
-SIZE (freeplane_bin-1.10.5.zip) = 52382544
+TIMESTAMP = 1670518539
+SHA256 (freeplane_bin-1.10.6.zip) = 32e464e68454550142de0ab4db36e5d5699a85d64a34983b489a544a1d9b83fd
+SIZE (freeplane_bin-1.10.6.zip) = 52384898



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