diff options
author | pawel <pawel@FreeBSD.org> | 2016-06-23 23:29:33 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-06-23 23:29:33 +0800 |
commit | ad31860dacfebf77d960930debe56686f9607208 (patch) | |
tree | 85e66d113e412f30f00da059baa174f02ff82b57 /graphics | |
parent | 58d0cc0c1153bc9189175e1d969fc2b0a0944acc (diff) | |
download | freebsd-ports-gnome-ad31860dacfebf77d960930debe56686f9607208.tar.gz freebsd-ports-gnome-ad31860dacfebf77d960930debe56686f9607208.tar.zst freebsd-ports-gnome-ad31860dacfebf77d960930debe56686f9607208.zip |
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
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/openjump/Makefile | 4 | ||||
-rw-r--r-- | graphics/openjump/distinfo | 5 | ||||
-rw-r--r-- | graphics/openjump/pkg-plist | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/graphics/openjump/Makefile b/graphics/openjump/Makefile index dd2eb9d0a125..0bb5a630801a 100644 --- a/graphics/openjump/Makefile +++ b/graphics/openjump/Makefile @@ -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" diff --git a/graphics/openjump/distinfo b/graphics/openjump/distinfo index 529426676878..6d853bb8b15c 100644 --- a/graphics/openjump/distinfo +++ b/graphics/openjump/distinfo @@ -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 diff --git a/graphics/openjump/pkg-plist b/graphics/openjump/pkg-plist index 162b3511fdf7..9e45fc0eb941 100644 --- a/graphics/openjump/pkg-plist +++ b/graphics/openjump/pkg-plist @@ -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 |