svn commit: r495189 - head/deskutils/freeplane

Kai Knoblich kai at FreeBSD.org
Sat Mar 9 18:36:01 UTC 2019


Author: kai
Date: Sat Mar  9 18:35:59 2019
New Revision: 495189
URL: https://svnweb.freebsd.org/changeset/ports/495189

Log:
  deskutils/freeplane: Update to 1.7.6
  
  Changelog:
  
  * Bugfix release
  
  https://github.com/freeplane/freeplane/compare/release-1.7.5...release-1.7.6
  
  PR:		236296
  Submitted by:	lbartoletti <lbartoletti at tuxfamily.org> (maintainer)
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D19519

Modified:
  head/deskutils/freeplane/Makefile
  head/deskutils/freeplane/distinfo
  head/deskutils/freeplane/pkg-plist

Modified: head/deskutils/freeplane/Makefile
==============================================================================
--- head/deskutils/freeplane/Makefile	Sat Mar  9 18:34:32 2019	(r495188)
+++ head/deskutils/freeplane/Makefile	Sat Mar  9 18:35:59 2019	(r495189)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	freeplane
-DISTVERSION=	1.7.5
+DISTVERSION=	1.7.6
 CATEGORIES=	deskutils editors java
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20stable/archive/${PORTVERSION}
 DISTNAME=	${PORTNAME}_bin-${PORTVERSION}

Modified: head/deskutils/freeplane/distinfo
==============================================================================
--- head/deskutils/freeplane/distinfo	Sat Mar  9 18:34:32 2019	(r495188)
+++ head/deskutils/freeplane/distinfo	Sat Mar  9 18:35:59 2019	(r495189)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1550389806
-SHA256 (freeplane_bin-1.7.5.zip) = 3e6d4cc279aa8840c4a54af5f5006d39ab6c11c824be954f7ffa2bd6a892332b
-SIZE (freeplane_bin-1.7.5.zip) = 35849635
+TIMESTAMP = 1551817022
+SHA256 (freeplane_bin-1.7.6.zip) = 6b7d251492b244d82c464f2fa31258778e7ea60967a50d2d341ff73bbb8c3625
+SIZE (freeplane_bin-1.7.6.zip) = 35865230

Modified: head/deskutils/freeplane/pkg-plist
==============================================================================
--- head/deskutils/freeplane/pkg-plist	Sat Mar  9 18:34:32 2019	(r495188)
+++ head/deskutils/freeplane/pkg-plist	Sat Mar  9 18:35:59 2019	(r495189)
@@ -4,7 +4,7 @@ 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.7.4.jar
+%%DATADIR%%/core/org.freeplane.core/lib/freeplane_mac-%%PORTVERSION%%.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


More information about the svn-ports-head mailing list