svn commit: r317836 - head/graphics/openjump

Lars Engels lme at FreeBSD.org
Fri May 10 19:25:03 UTC 2013


Author: lme
Date: Fri May 10 19:25:02 2013
New Revision: 317836
URL: http://svnweb.freebsd.org/changeset/ports/317836

Log:
  Update to OpenJUMP 1.6.2.
  
  New Features
  * improved MrSID support
  
  Improvements
  * Improve WMS parser to include WMS 1.3.0 Bug Fixes
  * several minor bugs, especially in wms and postgis support
  * fix bug 3611412 happening after a MergeSelectedFeatures operation
  * fix a bug in MergeSelectedFeatures preventing the merge of MultiGeometries
  * set the appropriate srid to the layer after AddDatastoreLayerPlugin
  
  PR:		ports/178338
  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	Fri May 10 19:11:11 2013	(r317835)
+++ head/graphics/openjump/Makefile	Fri May 10 19:25:02 2013	(r317836)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	OpenJUMP
-PORTVERSION=	1.6.1
+PORTVERSION=	1.6.2
 CATEGORIES=	graphics java geography
 MASTER_SITES=	SF/jump-pilot/OpenJUMP/${PORTVERSION}
 DISTNAME=	${PORTNAME}-Portable-${PORTVERSION}-r${PLUS_REV}-PLUS
@@ -44,7 +44,7 @@ USE_ZIP=	yes
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}-r${PLUS_REV}-PLUS
-PLUS_REV=	3501
+PLUS_REV=	3528
 
 do-install:
 	@${ECHO_CMD} "---> Installing JAR files"

Modified: head/graphics/openjump/distinfo
==============================================================================
--- head/graphics/openjump/distinfo	Fri May 10 19:11:11 2013	(r317835)
+++ head/graphics/openjump/distinfo	Fri May 10 19:25:02 2013	(r317836)
@@ -1,2 +1,2 @@
-SHA256 (OpenJUMP-Portable-1.6.1-r3501-PLUS.zip) = b0d289f468ff9a6442b35aaef729dd5873c6be1d02151e204c9b62f4219e60d9
-SIZE (OpenJUMP-Portable-1.6.1-r3501-PLUS.zip) = 35721445
+SHA256 (OpenJUMP-Portable-1.6.2-r3528-PLUS.zip) = e0adfaea32a959a3e90ce5cc3f3b74bc49562d13113f989535ac64ac95bfb8b4
+SIZE (OpenJUMP-Portable-1.6.2-r3528-PLUS.zip) = 35728252

Modified: head/graphics/openjump/pkg-plist
==============================================================================
--- head/graphics/openjump/pkg-plist	Fri May 10 19:11:11 2013	(r317835)
+++ head/graphics/openjump/pkg-plist	Fri May 10 19:25:02 2013	(r317836)
@@ -1,7 +1,7 @@
 OpenJUMP/bin/default-plugins.xml
 OpenJUMP/bin/log4j.xml
 OpenJUMP/bin/openjump
-OpenJUMP/lib/OpenJUMP-1.6.1-r3501-nosrc.jar
+OpenJUMP/lib/OpenJUMP-1.6.2-r3528-nosrc.jar
 OpenJUMP/lib/batik-awt-util-1.6.jar
 OpenJUMP/lib/batik-bridge-1.6.jar
 OpenJUMP/lib/batik-css-1.6.jar


More information about the svn-ports-all mailing list