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

mojca at macports.org mojca at macports.org
Sat Mar 5 13:57:23 PST 2016


Revision: 146353
          https://trac.macports.org/changeset/146353
Author:   mojca at macports.org
Date:     2016-03-05 13:57:23 -0800 (Sat, 05 Mar 2016)
Log Message:
-----------
root6: update to 6.06.02, switch back to gsl from MP (maintainer, closes #50790)

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

Modified: trunk/dports/science/root6/Portfile
===================================================================
--- trunk/dports/science/root6/Portfile	2016-03-05 21:53:33 UTC (rev 146352)
+++ trunk/dports/science/root6/Portfile	2016-03-05 21:57:23 UTC (rev 146353)
@@ -12,15 +12,15 @@
 
 # don't forget to update both the git tag and the version
 #github.setup       root-mirror root <sha>
-github.setup        root-mirror root 6-06-00 v
-version             6.06.00
+github.setup        root-mirror root 6-06-02 v
+version             6.06.02
 
 # this could be a better way to set the version (unless we use a sha sum for the git tag ;)
 # version           [string map {- .} $version]
 set version_major   [lindex [split ${version} .] 0]
 
-checksums           rmd160  84ce0e3b637e2cc81cc4d6c598118e50d5f18125 \
-                    sha256  90416cd4d836b8ca48c2e31cc7774a5e35ee21f0748596487e39fa0af2cf2324
+checksums           rmd160  5684cffb848e4ef731b2312c1f9c9c7e724fe0f1 \
+                    sha256  2751c25fab56a86acda8de330f3c34dbc963948901127ebc71507dc482a26327
 
 name                root${version_major}
 categories          science
@@ -301,11 +301,11 @@
 
 variant gsl description {Build with gsl support} {
     # Builtin GSL library
-    configure.args-replace  -Dbuiltin_gsl=OFF -Dbuiltin_gsl=ON
+    #configure.args-replace -Dbuiltin_gsl=OFF -Dbuiltin_gsl=ON
     # External GSL library
-    #configure.args-replace  -Dgsl_shared=OFF -Dgsl_shared=ON
-    #configure.args-append   -DGSL_CONFIG_EXECUTABLE="${prefix}/bin/gsl-config"
-    #depends_lib-append      port:gsl
+    configure.args-replace  -Dgsl_shared=OFF -Dgsl_shared=ON
+    configure.args-append   -DGSL_CONFIG_EXECUTABLE="${prefix}/bin/gsl-config"
+    depends_lib-append      port:gsl
     # Enable the MathMore library
     configure.args-replace  -Dmathmore=OFF -Dmathmore=ON
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160305/43a2ccd6/attachment.html>


More information about the macports-changes mailing list