svn commit: r507515 - branches/2019Q3/deskutils/freeplane

Kai Knoblich kai at FreeBSD.org
Sun Jul 28 16:26:33 UTC 2019


Author: kai
Date: Sun Jul 28 16:26:32 2019
New Revision: 507515
URL: https://svnweb.freebsd.org/changeset/ports/507515

Log:
  MFH: r507513
  
  deskutils/freeplane: Update to 1.7.9
  
  Changelog since 1.7.7:
  
  * Bugfixes
  * Hide nodes
  
  PR:		239449
  Submitted by:	lbartoletti <lbartoletti at tuxfamily.org> (maintainer)
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2019Q3/deskutils/freeplane/Makefile
  branches/2019Q3/deskutils/freeplane/distinfo
  branches/2019Q3/deskutils/freeplane/pkg-plist
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/deskutils/freeplane/Makefile
==============================================================================
--- branches/2019Q3/deskutils/freeplane/Makefile	Sun Jul 28 16:13:28 2019	(r507514)
+++ branches/2019Q3/deskutils/freeplane/Makefile	Sun Jul 28 16:26:32 2019	(r507515)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	freeplane
-DISTVERSION=	1.7.7
+DISTVERSION=	1.7.9
 CATEGORIES=	deskutils editors java
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20stable/archive/${PORTVERSION}
 DISTNAME=	${PORTNAME}_bin-${PORTVERSION}

Modified: branches/2019Q3/deskutils/freeplane/distinfo
==============================================================================
--- branches/2019Q3/deskutils/freeplane/distinfo	Sun Jul 28 16:13:28 2019	(r507514)
+++ branches/2019Q3/deskutils/freeplane/distinfo	Sun Jul 28 16:26:32 2019	(r507515)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1552838499
-SHA256 (freeplane_bin-1.7.7.zip) = 778cc437ac7479ab05a62d7103b05df4c49548a1cea2f9a58e257aebf27aa2e9
-SIZE (freeplane_bin-1.7.7.zip) = 35871834
+TIMESTAMP = 1563933473
+SHA256 (freeplane_bin-1.7.9.zip) = 904fe65302011be07218b4eb26b11906b255040374d7f31ccd297f5542a324ac
+SIZE (freeplane_bin-1.7.9.zip) = 35906675

Modified: branches/2019Q3/deskutils/freeplane/pkg-plist
==============================================================================
--- branches/2019Q3/deskutils/freeplane/pkg-plist	Sun Jul 28 16:13:28 2019	(r507514)
+++ branches/2019Q3/deskutils/freeplane/pkg-plist	Sun Jul 28 16:26:32 2019	(r507515)
@@ -94,6 +94,7 @@ bin/freeplane
 %%DATADIR%%/doc/api/org/freeplane/api/MapRO.html
 %%DATADIR%%/doc/api/org/freeplane/api/Node.html
 %%DATADIR%%/doc/api/org/freeplane/api/NodeCondition.html
+%%DATADIR%%/doc/api/org/freeplane/api/NodeNotFoundException.html
 %%DATADIR%%/doc/api/org/freeplane/api/NodeRO.html
 %%DATADIR%%/doc/api/org/freeplane/api/NodeStyle.html
 %%DATADIR%%/doc/api/org/freeplane/api/NodeStyleRO.html


More information about the svn-ports-all mailing list