[Lunar-commits] <moonbase-other> geos: Version bump.
Dennis Veatch
dennisveatch at bellsouth.net
Sat Aug 2 02:34:17 CEST 2014
commit bd3af5132e6f3ab6dc421f0bf0b9002afaa62453
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Fri, 01 Aug 2014 16:34:04 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/bd3af5132e6f3ab6dc421f0bf0b9002afaa62453
geos: Version bump.
---
science/geos/BUILD | +1/-8
science/geos/DEPENDS | +3/-2
science/geos/DETAILS | +4/-5
3 files changed, 8 insertions(+), 15 deletions(-)
--- a/science/geos/BUILD
+++ b/science/geos/BUILD
@@ -1,9 +1,2 @@
-(
- SWIG_VER=`lvu installed swig` &&
-
- sedit "s:1.3.28:$SWIG_VER:g" configure &&
-
- default_build
-
-) > $C_FIFO 2>&1
+ default_cmake_build
--- a/science/geos/DEPENDS
+++ b/science/geos/DEPENDS
@@ -1,3 +1,4 @@
-optional_depends "Python" "--enable-python" "--disable-python" "for python bindings support"
-optional_depends "ruby" "--enable-ruby" "--disable-ruby" "for ruby bindings support"
+depends swig
+optional_depends "Python" "" "" "for python bindings support"
+optional_depends "ruby" "" "" "for ruby bindings support"
--- a/science/geos/DETAILS
+++ b/science/geos/DETAILS
@@ -1,13 +1,12 @@
MODULE=geos
- VERSION=3.3.8
+ VERSION=3.4.2
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL[0]=http://download.osgeo.org/geos/
- SOURCE_VFY=sha1:1743e09f37eb75d85283a684a5765c4f44d035fa
+ SOURCE_URL=http://download.osgeo.org/geos/
+ SOURCE_VFY=sha1:b8aceab04dd09f4113864f2d12015231bb318e9a
WEB_SITE=http://geos.refractions.net/
ENTERED=20050902
- UPDATED=20130403
+ UPDATED=20140801
SHORT="Geometry Engine Open Source"
-
cat << EOF
GEOS (Geometry Engine - Open Source) is a C++ port of the
Java Topology Suite (JTS). As such, it aims to contain the
More information about the Lunar-commits
mailing list