[Lunar-commits] <moonbase> grass: version bumped to 6.2.3.

Florin Braescu florin at lunar-linux.org
Wed Sep 17 19:52:12 CEST 2008


commit c4cd5a81cc6485873d7be90eeda2fedff17895ec
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Sep 17 20:52:12 2008 +0300

    grass: version bumped to 6.2.3.
    
    Bugfixes and improvements.
---
 science/grass/BUILD   |   22 +++++++++++-----------
 science/grass/DEPENDS |    2 +-
 science/grass/DETAILS |    9 +++++----
 3 files changed, 17 insertions(+), 16 deletions(-)

diff --git a/science/grass/BUILD b/science/grass/BUILD
old mode 100755
new mode 100644
index 3fb15e2..be40929
--- a/science/grass/BUILD
+++ b/science/grass/BUILD
@@ -1,16 +1,16 @@
 (
 
-   ./configure  --prefix=/usr                   \
-                --bindir=/usr/bin               \
-                --libexecdir=/usr/libexec/grass \
-                --sbindir=/usr/sbin             \
-                --sysconfdir=/etc/grass         \
-                --libdir=/usr/lib/grass         \
-                --sysconfdir=/etc               \
-                --mandir=/usr/share/man         \
-                --localstatedir=/var/grass      \
-                --enable-shared                 \
-                --with-x                        \
+   ./configure  --prefix=/usr                    \
+                --bindir=/usr/bin                \
+                --libexecdir=/usr/libexec/grass  \
+                --sbindir=/usr/sbin              \
+                --sysconfdir=/etc/grass          \
+                --libdir=/usr/lib/grass          \
+                --sysconfdir=/etc                \
+                --mandir=/usr/share/man          \
+                --localstatedir=/var/grass       \
+                --enable-shared                  \
+                --with-x                         \
                 --with-cxx                      &&
 
    default_make
diff --git a/science/grass/DEPENDS b/science/grass/DEPENDS
old mode 100755
new mode 100644
index 7e544bd..f59a518
--- a/science/grass/DEPENDS
+++ b/science/grass/DEPENDS
@@ -11,4 +11,4 @@ optional_depends "freetype2" "--with-freetype" "--without-freetype" "additional
 optional_depends "readline"  "--with-readline" "--without-readline" "for readline support"
 optional_depends "Python"    "--with-python"   "--without-python"   "for Python support"
 optional_depends "mysql"     "--with-mysql"    "--without-mysql"    "for database support"
-optional_depends "sqlite2"   "--with-sqlite"   "--without-sqlite"   "for database support"
+optional_depends "sqlite"    "--with-sqlite"   "--without-sqlite"   "for database support"
diff --git a/science/grass/DETAILS b/science/grass/DETAILS
index 130fabc..8407c4f 100644
--- a/science/grass/DETAILS
+++ b/science/grass/DETAILS
@@ -1,13 +1,14 @@
        MODULE=grass
-      VERSION=6.2.2
+      VERSION=6.2.3
        SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL=http://grass.itc.it/grass62/source/
-   SOURCE_VFY=sha1:0b6d30e3ee5c9f0e62357c62961225b7614099d9
+   SOURCE_URL=http://grass.itc.it/grass62/source
+   SOURCE_VFY=sha1:ea5301f541cd05077f55fcc65ac19568b8e6fba5
      WEB_SITE=http://grass.itc.it/index.php
       ENTERED=20060804
-      UPDATED=20071008
+      UPDATED=20080917
         SHORT="geospatial data management and analysis"
         PSAFE=no
+
 cat << EOF
 Commonly referred to as GRASS, this is a Geographic Information
 System (GIS) used for geospatial data management and analysis,


More information about the Lunar-commits mailing list