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

michaelld at macports.org michaelld at macports.org
Thu May 7 08:50:50 PDT 2015


Revision: 135941
          https://trac.macports.org/changeset/135941
Author:   michaelld at macports.org
Date:     2015-05-07 08:50:49 -0700 (Thu, 07 May 2015)
Log Message:
-----------
octave-database:
+ remove variants for legacy postgresql 8.[0-2], since they are not necessary;
+ add variant for postgresql 9.4, since it is supported.

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

Modified: trunk/dports/math/octave-database/Portfile
===================================================================
--- trunk/dports/math/octave-database/Portfile	2015-05-07 14:28:21 UTC (rev 135940)
+++ trunk/dports/math/octave-database/Portfile	2015-05-07 15:50:49 UTC (rev 135941)
@@ -21,8 +21,9 @@
                     port:unixODBC
 
 # set postgresql variants
+# versions < 8.3 removed as of 2.3.2.
 
-set postgresql_suffixes {83 84 90 91 92 93}
+set postgresql_suffixes {83 84 90 91 92 93 94}
 set default_postgresql_suffix 92
 
 set postgresql_ports {}
@@ -67,16 +68,3 @@
         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/20150507/71b6fab7/attachment.html>


More information about the macports-changes mailing list