[111797] trunk/dports/math/gnudatalanguage/Portfile

takeshi at macports.org takeshi at macports.org
Wed Oct 2 05:46:49 PDT 2013


Revision: 111797
          https://trac.macports.org/changeset/111797
Author:   takeshi at macports.org
Date:     2013-10-02 05:46:48 -0700 (Wed, 02 Oct 2013)
Log Message:
-----------
gnudatalanguage: updated for 0.9.4. fixed a bug that gcc44 didn't conflict with gcc48. added gcc49

Modified Paths:
--------------
    trunk/dports/math/gnudatalanguage/Portfile

Modified: trunk/dports/math/gnudatalanguage/Portfile
===================================================================
--- trunk/dports/math/gnudatalanguage/Portfile	2013-10-02 11:10:28 UTC (rev 111796)
+++ trunk/dports/math/gnudatalanguage/Portfile	2013-10-02 12:46:48 UTC (rev 111797)
@@ -5,8 +5,7 @@
 PortGroup                   cmake 1.0
 
 name                        gnudatalanguage
-version                     0.9.3
-revision                    3
+version                     0.9.4
 epoch                       1
 categories                  math science
 maintainers                 takeshi
@@ -28,9 +27,9 @@
 worksrcdir          gdl-${version}
 
 checksums           ${gdlsrc} \
-                    md5     f71f869e6c9aa99bbfdb22ecd5c88914 \
-                    sha1    a4558643645cc414041d588e375669810780a69a \
-                    rmd160  a6eed21d1a328156b794ba7a6a90e1942fa38fd7
+                    md5     5d8d5783a387cca264fe8edb09e04f10 \
+                    sha1    21def7391f889370faa38988bf4c5514fa8b88f0 \
+                    rmd160  f293bece79b6029ab62b23f65d9e704e4d07661c
 
 depends_lib                 port:zlib \
                             port:gsl \
@@ -192,32 +191,37 @@
 
 variant openmp requires gcc44 description {Legacy compatibility variant} {}
 
-variant gcc44 conflicts gcc45 gcc46 gcc47 description {enabling of the support for OpenMP with gcc44} {
+variant gcc44 conflicts gcc45 gcc46 gcc47 gcc48 gcc49 description {enabling of the support for OpenMP with gcc44} {
     configure.compiler      macports-gcc-4.4
 # Detecting CXX compiler ABI info fails without this
     configure.args-append   -D
 }
 
-variant gcc45 conflicts gcc44 gcc46 gcc47 gcc48 description {enabling of the support for OpenMP with gcc45} {
+variant gcc45 conflicts gcc44 gcc46 gcc47 gcc48 gcc49 description {enabling of the support for OpenMP with gcc45} {
     configure.compiler      macports-gcc-4.5
 # Detecting CXX compiler ABI info fails without this
     configure.args-append   -D
 }
 
-variant gcc46 conflicts gcc44 gcc45 gcc47 gcc48 description {enabling of the support for OpenMP with gcc46} {
+variant gcc46 conflicts gcc44 gcc45 gcc47 gcc48 gcc49 description {enabling of the support for OpenMP with gcc46} {
     configure.compiler      macports-gcc-4.6
 # Detecting CXX compiler ABI info fails without this
     configure.args-append   -D
 }
 
-variant gcc47 conflicts gcc44 gcc45 gcc46 gcc48 description {enabling of the support for OpenMP with gcc47} {
+variant gcc47 conflicts gcc44 gcc45 gcc46 gcc48 gcc49 description {enabling of the support for OpenMP with gcc47} {
     configure.compiler      macports-gcc-4.7
 }
 
-variant gcc48 conflicts gcc44 gcc45 gcc46 gcc47 description {enabling of the support for OpenMP with gcc48} {
+variant gcc48 conflicts gcc44 gcc45 gcc46 gcc47 gcc49 description {enabling of the support for OpenMP with gcc48} {
     configure.compiler      macports-gcc-4.8
 }
 
+variant gcc49 conflicts gcc44 gcc45 gcc46 gcc47 gcc48 description {enabling of the support for OpenMP with gcc48} {
+    configure.compiler      macports-gcc-4.9
+}
+
+
 variant gshhs description {build with support for GSHHS} {
     distfiles-append        ${gshhssrc}:gshhs \
                             ${gshhsdata}:gshhs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131002/461883f6/attachment.html>


More information about the macports-changes mailing list