diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-05-12 16:34:09 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-05-12 16:34:09 +0000 |
commit | d202366d9e24dc4bf97ffe41e3bf84c95fd71126 (patch) | |
tree | c70d9d7d4ddfc80dc4bfe45fbd075a72598ef3c7 /graphics/geos | |
parent | a3012c4060ab55fea60993fe665877b23572b26b (diff) | |
download | ports-d202366d9e24dc4bf97ffe41e3bf84c95fd71126.tar.gz ports-d202366d9e24dc4bf97ffe41e3bf84c95fd71126.zip |
Notes
Diffstat (limited to 'graphics/geos')
-rw-r--r-- | graphics/geos/Makefile | 4 | ||||
-rw-r--r-- | graphics/geos/distinfo | 6 | ||||
-rw-r--r-- | graphics/geos/pkg-descr | 12 | ||||
-rw-r--r-- | graphics/geos/pkg-plist | 2 |
4 files changed, 12 insertions, 12 deletions
diff --git a/graphics/geos/Makefile b/graphics/geos/Makefile index 1667181fe95f..0a324cd8901e 100644 --- a/graphics/geos/Makefile +++ b/graphics/geos/Makefile @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= geos -PORTVERSION= 3.7.1 +PORTVERSION= 3.7.2 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/geos/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org -COMMENT= GEOS implements all the OpenGIS "Simple Features for SQL" +COMMENT= Geometry Engine, Open Source LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/geos/distinfo b/graphics/geos/distinfo index 9640bfb141c7..4030249bc481 100644 --- a/graphics/geos/distinfo +++ b/graphics/geos/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1546194104 -SHA256 (geos-3.7.1.tar.bz2) = 0006c7b49eaed016b9c5c6f872417a7d7dc022e069ddd683335793d905a8228c -SIZE (geos-3.7.1.tar.bz2) = 2055129 +TIMESTAMP = 1557673788 +SHA256 (geos-3.7.2.tar.bz2) = 2166e65be6d612317115bfec07827c11b403c3f303e0a7420a2106bc999d7707 +SIZE (geos-3.7.2.tar.bz2) = 2071465 diff --git a/graphics/geos/pkg-descr b/graphics/geos/pkg-descr index b2f9fa6241bd..0e46436299c2 100644 --- a/graphics/geos/pkg-descr +++ b/graphics/geos/pkg-descr @@ -1,7 +1,7 @@ -GEOS (Geometry Engine - Open Source) is a C++ port of the -Java Topology Suite (JTS). As such, it aims to contain the complete -functionality of JTS in C++. This includes all the OpenGIS "Simple -Features for SQL" spatial predicate functions and spatial operators, -as well as specific JTS topology functions such as IsValid(). +GEOS (Geometry Engine - Open Source) is a C++ port of the JTS Topology Suite +(JTS). It aims to contain the complete functionality of JTS in C++. This +includes all the OpenGIS Simple Features for SQL spatial predicate functions and +spatial operators, as well as specific JTS enhanced functions. GEOS provides +spatial functionality to many other projects and products. -WWW: https://trac.osgeo.org/geos/ +WWW: https://trac.osgeo.org/geos diff --git a/graphics/geos/pkg-plist b/graphics/geos/pkg-plist index 0785808b2e0e..92161101380b 100644 --- a/graphics/geos/pkg-plist +++ b/graphics/geos/pkg-plist @@ -389,6 +389,6 @@ lib/libgeos.so lib/libgeos_c.a lib/libgeos_c.so lib/libgeos_c.so.1 -lib/libgeos_c.so.1.11.1 +lib/libgeos_c.so.1.11.2 %%RUBY%%%%RUBY_SITEARCHLIBDIR%%/geos.a %%RUBY%%%%RUBY_SITEARCHLIBDIR%%/geos.so |