[135907] trunk/dports/math/octave-database/Portfile

michaelld at macports.org michaelld at macports.org
Wed May 6 11:08:43 PDT 2015


Revision: 135907
          https://trac.macports.org/changeset/135907
Author:   michaelld at macports.org
Date:     2015-05-06 11:08:43 -0700 (Wed, 06 May 2015)
Log Message:
-----------
octave-database:
+ update to 2.3.2;
+ move postgresql 8.[0-2] to legacy variants, using 9.2 as the default if one of those is already in use;
+ addresses ticket #47650.

Modified Paths:
--------------
    trunk/dports/math/octave-database/Portfile

Modified: trunk/dports/math/octave-database/Portfile
===================================================================
--- trunk/dports/math/octave-database/Portfile	2015-05-06 17:30:41 UTC (rev 135906)
+++ trunk/dports/math/octave-database/Portfile	2015-05-06 18:08:43 UTC (rev 135907)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           octave 1.0
 
-octave.setup        database 2.3.1
+octave.setup        database 2.3.2
 platforms           darwin
 license             GPL-3+
 maintainers         nomaintainer
@@ -12,8 +12,8 @@
                     postgresql using libpq.
 long_description    ${description}
 
-checksums           rmd160 410431bf35e55aad41e5496cfca6a25d0adab220 \
-                    sha256 4f0494485375997c8308e9d2298625b91ac6d84b07f7ae8bb32f634b90fa6be5
+checksums           rmd160 e0e58800e9f9906ef89afff7526bd70f608de713 \
+                    sha256 922e9c298da92f3ac9596ec4fb0db2acc0f5270aa707b67f0151c2529f658d79
 
 depends_lib-append  port:swig-octave \
                     path:bin/mysql_config5:mysql5 \
@@ -22,7 +22,7 @@
 
 # set postgresql variants
 
-set postgresql_suffixes {80 81 82 83 84 90 91 92 93}
+set postgresql_suffixes {83 84 90 91 92 93}
 set default_postgresql_suffix 92
 
 set postgresql_ports {}
@@ -67,3 +67,16 @@
         return -code error "Invalid variant selection"
     }
 }]
+
+# legacy postgresql variants; can be removed 2016-05-01
+# use of < 8.3 removed as of 2.3.2.
+
+set legacy_postgresql_suffixes {80 81 82}
+
+foreach s ${legacy_postgresql_suffixes} {
+    set p postgresql${s}
+    eval [subst {
+        variant ${p} description "Legacy variant" \
+            requires postgresql${default_postgresql_suffix} {}
+    }]
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150506/cd60cc8f/attachment.html>


More information about the macports-changes mailing list