[154303] trunk/dports/gis/saga/Portfile

vince at macports.org vince at macports.org
Wed Oct 26 19:12:49 CEST 2016


Revision: 154303
          https://trac.macports.org/changeset/154303
Author:   vince at macports.org
Date:     2016-10-26 19:12:49 +0200 (Wed, 26 Oct 2016)
Log Message:
-----------
saga: bump to 3.0.0

Modified Paths:
--------------
    trunk/dports/gis/saga/Portfile

Modified: trunk/dports/gis/saga/Portfile
===================================================================
--- trunk/dports/gis/saga/Portfile	2016-10-26 17:11:50 UTC (rev 154302)
+++ trunk/dports/gis/saga/Portfile	2016-10-26 17:12:49 UTC (rev 154303)
@@ -7,8 +7,8 @@
 name                saga
 categories          gis
 license             GPL
-version             2.2.7
-set branch          [join [lrange [split ${version} .] 0 1] .]
+version             3.0.0
+#set branch          [join [lrange [split ${version} .] 0 1] .]
 platforms           darwin
 maintainers         vince openmaintainer
 
@@ -20,12 +20,12 @@
 
 homepage            http://www.saga-gis.org/en/index.html
 
-master_sites        sourceforge:project/saga-gis/SAGA%20-%20${branch}/SAGA%20${version}
+master_sites        sourceforge:project/saga-gis/SAGA%20-%203/SAGA%20-%20${version}
 distname            saga_${version}
 worksrcdir          saga-${version}
 
-checksums           rmd160  bc47877963b18f1a8627427e292ec81864a69cd2 \
-                    sha256  6be4b844226bc48da4f2deb39bc732767b939e72b76506abf03f8170c54cb671
+checksums           rmd160  30f0124aba3228f98c912d529c65a99ede19a549 \
+                    sha256  fa8b8f5f95705bfa72f6969a23e75195f2d939f835b7243f8dcb9f780df3627f
 
 patchfiles          patch-configure.diff
 #                    patch-saga_cmd_cpp.diff 
@@ -42,7 +42,8 @@
                     port:proj \
                     port:jasper \
                     port:fftw-3 \
-                    port:unixodbc
+                    port:unixodbc \
+                    port:qhull
 
 post-patch  {
     reinplace -E "s|wx-config|${wxWidgets.wxconfig}|" ${worksrcpath}/configure
@@ -57,7 +58,9 @@
 #autoreconf.args             -i
 
 configure.args              --disable-openmp \
-                            --enable-debug
+                            --enable-debug \
+                            --disable-triangle \
+                            --disable-libfire
 
 variant python27 {
     depends_lib-append      port:python27\
@@ -67,17 +70,21 @@
     configure.env-append    PYTHON_VERSION="2.7"
 }
 
-variant postgresql95 conflicts postgresql94 {
+variant libfire {
+    configure.args-delete   --disable-libfire
+}
+
+variant postgresql95 conflicts postgresql96 {
     depends_lib-append      port:postgresql95
     configure.args-append   --with-postgresql=${prefix}/lib/postgresql95/bin/pg_config
 }
 
-variant postgresql94 conflicts postgresql93 {
-    depends_lib-append      port:postgresql94
-    configure.args-append   --with-postgresql=${prefix}/lib/postgresql94/bin/pg_config
+variant postgresql96 conflicts postgresql95 {
+    depends_lib-append      port:postgresql96
+    configure.args-append   --with-postgresql=${prefix}/lib/postgresql96/bin/pg_config
 }
 
-default_variants    +postgresql95 +python27
+default_variants    +python27
 
 post-destroot {
     if {[variant_isset python27]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161026/c644e8d1/attachment-0002.html>


More information about the macports-changes mailing list