[149986] trunk/dports/science/root6/Portfile

mf2k at macports.org mf2k at macports.org
Thu Jul 7 07:00:41 PDT 2016


Revision: 149986
          https://trac.macports.org/changeset/149986
Author:   mf2k at macports.org
Date:     2016-07-07 07:00:41 -0700 (Thu, 07 Jul 2016)
Log Message:
-----------
root6: Update to version 6.06.06. (#51790)

Modified Paths:
--------------
    trunk/dports/science/root6/Portfile

Modified: trunk/dports/science/root6/Portfile
===================================================================
--- trunk/dports/science/root6/Portfile	2016-07-07 12:02:10 UTC (rev 149985)
+++ trunk/dports/science/root6/Portfile	2016-07-07 14:00:41 UTC (rev 149986)
@@ -11,7 +11,7 @@
 PortGroup           xcodeversion 1.0
 
 # don't forget to update both the git tag and the version
-github.setup        root-mirror root 6-06-04 v
+github.setup        root-mirror root 6-06-06 v
 version             [string map {- .} ${github.version}]
 livecheck.version   ${github.version}
 # github.setup      root-mirror root <sha>
@@ -20,8 +20,8 @@
 
 set version_major   [lindex [split ${version} .] 0]
 
-checksums           rmd160  36a0a47c63440b63d142f8c359145933c95777b4 \
-                    sha256  b3f85c6855c3e1e0a6a5149f5375073c0bfde788ee06778f164f1d77e3632394
+checksums           rmd160  a4431f6aa6eb53bdb6f8fb276410a6846e8954a3 \
+                    sha256  3a3726bbff7bcdca513a080a012dd2d6a39e7e59d1040e34159722d97d5454cb
 
 name                root${version_major}
 categories          science
@@ -419,7 +419,7 @@
             file mkdir ${destroot}${mypysitedir}
             foreach pyfile [glob ${destroot}${install_prefix}/lib/root/*.py*] { move $pyfile ${destroot}${mypysitedir}/ }
             ln -sf ${install_prefix}/lib/root/libPyROOT.so ${destroot}${mypylibdir}/
-            # Fix python version in scripts 
+            # Fix python version in scripts
             set pystringtoreplace "/usr/bin/python"
             foreach f [ exec find ${destroot}${install_prefix} -type f -and -name "*.py" ] {
                 reinplace "s|${pystringtoreplace}|${prefix}/bin/python${active_python_version}|g" $f
@@ -440,7 +440,7 @@
 }
 
 variant xml description {Build with xml support} {
-    configure.args-replace  -Dxml=OFF -Dxml=ON 
+    configure.args-replace  -Dxml=OFF -Dxml=ON
     configure.args-append   -DLIBXML2_INCLUDE_DIR="${prefix}/include/libxml2" \
                             -DLIBXML2_LIBRARIES="${prefix}/lib/libxml2.dylib" \
                             -DLIBXML2_XMLLINT_EXECUTABLE="${prefix}/bin/xmllint"
@@ -608,8 +608,8 @@
 # Note that g95 does not work here, so that variant is removed
 # ========================================================================================
 
-set gcc_versions { 4.7 4.8 4.9 5 }
-set default_fortran_variant +gcc5
+set gcc_versions { 4.7 4.8 4.9 5 6 }
+set default_fortran_variant +gcc6
 
 foreach gcc_ver ${gcc_versions} {
     set gcc_ver_no_dot [join [split ${gcc_ver} "."] ""]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160707/0c17a215/attachment-0001.html>


More information about the macports-changes mailing list