Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jun 2016 15:29:33 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417377 - head/graphics/openjump
Message-ID:  <201606231529.u5NFTXbr010935@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Thu Jun 23 15:29:33 2016
New Revision: 417377
URL: https://svnweb.freebsd.org/changeset/ports/417377

Log:
  Update to version 1.9.1
  
  New Features
   * Add new GroupByPlugIn in Tools>Analysis menu
   * Add a plugin to remove spikes from polygonal geometries
   * Deactivate RemoveSpike plugin
  
  Improvements
   * If a datastore table has several geometries, secondary geometries
     are read as AttributeType.OBJECT attributes rather than STRING so
     that datastore driver can easily write them back as a byte array.
   * Better handling of readOnly attributes in PostGIS writer
   * Add Boolean and Long AttributeType in AttributeCalculator (beanshell)
   * Null boolean was not handled correctly in datastore datasources.
   * Refactoring of DataStore framework. Prepare writing capabilities
     for multiple kinds of drivers.
  
  PR:		210470
  Submitted by:	maintainer

Modified:
  head/graphics/openjump/Makefile
  head/graphics/openjump/distinfo
  head/graphics/openjump/pkg-plist

Modified: head/graphics/openjump/Makefile
==============================================================================
--- head/graphics/openjump/Makefile	Thu Jun 23 14:18:37 2016	(r417376)
+++ head/graphics/openjump/Makefile	Thu Jun 23 15:29:33 2016	(r417377)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	OpenJUMP
-PORTVERSION=	1.9.0
+PORTVERSION=	1.9.1
 CATEGORIES=	graphics java geography
 MASTER_SITES=	SF/jump-pilot/OpenJUMP/${PORTVERSION}
 DISTNAME=	${PORTNAME}-Portable-${PORTVERSION}-r${PLUS_REV}-PLUS
@@ -46,7 +46,7 @@ USES=		zip
 NO_BUILD=	yes
 NO_ARCH=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}-r${PLUS_REV}-PLUS
-PLUS_REV=	4795
+PLUS_REV=	4840
 
 do-install:
 	@${ECHO_CMD} "--->  Installing JAR files"

Modified: head/graphics/openjump/distinfo
==============================================================================
--- head/graphics/openjump/distinfo	Thu Jun 23 14:18:37 2016	(r417376)
+++ head/graphics/openjump/distinfo	Thu Jun 23 15:29:33 2016	(r417377)
@@ -1,2 +1,3 @@
-SHA256 (OpenJUMP-Portable-1.9.0-r4795-PLUS.zip) = f106b1b20f5e599c692be583efa1b88c2bdcb12f78e71a4d21fef0f4eda763ff
-SIZE (OpenJUMP-Portable-1.9.0-r4795-PLUS.zip) = 53337243
+TIMESTAMP = 1466351799
+SHA256 (OpenJUMP-Portable-1.9.1-r4840-PLUS.zip) = ac2fa50260ee0293dafbee55bdac71765beb9e4cadc0946835034fe8da5180ee
+SIZE (OpenJUMP-Portable-1.9.1-r4840-PLUS.zip) = 53414805

Modified: head/graphics/openjump/pkg-plist
==============================================================================
--- head/graphics/openjump/pkg-plist	Thu Jun 23 14:18:37 2016	(r417376)
+++ head/graphics/openjump/pkg-plist	Thu Jun 23 15:29:33 2016	(r417377)
@@ -2,7 +2,7 @@ OpenJUMP/bin/default-plugins.xml
 OpenJUMP/bin/log4j.xml
 OpenJUMP/bin/openjump
 OpenJUMP/bin/readme.txt
-OpenJUMP/lib/OpenJUMP-1.9.0-r4795-nosrc.jar
+OpenJUMP/lib/OpenJUMP-1.9.1-r4840-nosrc.jar
 OpenJUMP/lib/batik-awt-util-1.6.jar
 OpenJUMP/lib/batik-bridge-1.6.jar
 OpenJUMP/lib/batik-css-1.6.jar
@@ -1081,7 +1081,7 @@ OpenJUMP/lib/jython-2.2.jar
 OpenJUMP/lib/log4j-1.2.17.jar
 OpenJUMP/lib/native/jecw-0.0.7.jar
 OpenJUMP/lib/org-netbeans-swing-outline-7.2.jar
-OpenJUMP/lib/postgresql-9.4-1206-jdbc4.jar
+OpenJUMP/lib/postgresql-9.4.1208.jre6.jar
 OpenJUMP/lib/xercesImpl-2.11.0.jar
 OpenJUMP/lib/xml-apis-1.4.01.jar
 OpenJUMP/lib/xmlParserAPIs-2.0.2.jar



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