[126712] trunk/dports/science/root5/Portfile

mojca at macports.org mojca at macports.org
Tue Oct 14 04:43:09 PDT 2014


Revision: 126712
          https://trac.macports.org/changeset/126712
Author:   mojca at macports.org
Date:     2014-10-14 04:43:09 -0700 (Tue, 14 Oct 2014)
Log Message:
-----------
root5: upgrade to 5.34.22 + patches (#45345)

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

Modified: trunk/dports/science/root5/Portfile
===================================================================
--- trunk/dports/science/root5/Portfile	2014-10-14 10:19:16 UTC (rev 126711)
+++ trunk/dports/science/root5/Portfile	2014-10-14 11:43:09 UTC (rev 126712)
@@ -6,30 +6,29 @@
 PortGroup           active_variants 1.1
 PortGroup           select 1.0
 PortGroup           compiler_blacklist_versions 1.0
+PortGroup           github 1.0
 
-name                root5
-version             5.34.21
+github.setup        root-mirror root 412c352e586db31d27416e9369af334a482f1db7
+version             5.34.22
 
 set version_major   [lindex [split ${version} .] 0]
+checksums           rmd160  83559fc8ad960145f942f8002c787507b6296b78 \
+                    sha256  0f8ed7024f3d41a711988ba7b9f7648b08186a46251469cd5d2cd3e1a3ede273
 
+name                root${version_major}
 categories          science
 maintainers         gmail.com:mattiafrancescomoro hep.phy.cam.ac.uk:jonesc
 license             LGPL-2.1+
+
 description         ROOT is a data analysis framework from CERN
 long_description    The ROOT system provides a set of frameworks with all \
                     the functionality needed to handle and analyze large amounts \
-                    of data in a very efficient way
+                    of data in a very efficient way.
+
 homepage            http://root.cern.ch/
 platforms           darwin
-distname            root_v${version}.source
-master_sites        http://root.cern.ch/download/ \
-                    ftp://root.cern.ch/root/
 
-checksums           rmd160  ed43f57737449db63163210cafba6fd4f48721f3 \
-                    sha256  a843912db900741da223b5f4ba444036d5527bd9d72c7a4a0685936b434d4bcb
-
 dist_subdir         root
-worksrcdir          root
 
 depends_lib         port:xz \
                     port:pcre \
@@ -304,7 +303,7 @@
 # ========================================================================================
 
 # List of possible python versions
-set python_versions { 2.6 2.7 3.1 3.2 3.3 3.4 }
+set python_versions { 2.6 2.7 3.3 3.4 }
 
 # Define the available variants
 foreach ver ${python_versions} {
@@ -566,7 +565,7 @@
 # Note that g95 does not work here, so that variant is removed
 # ========================================================================================
 
-set gcc_versions { 4.3 4.4 4.5 4.6 4.7 4.8 4.9 }
+set gcc_versions { 4.3 4.4 4.5 4.6 4.7 4.8 4.9 5 }
 set default_fortran_variant +gcc48
 
 foreach ver ${gcc_versions} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141014/009068db/attachment.html>


More information about the macports-changes mailing list