[114191] trunk/dports/science/root/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Dec 1 16:55:16 PST 2013


Revision: 114191
          https://trac.macports.org/changeset/114191
Author:   ryandesign at macports.org
Date:     2013-12-01 16:55:16 -0800 (Sun, 01 Dec 2013)
Log Message:
-----------
root: maintainer update to 5.34.13; add debug variant; see #41636

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

Modified: trunk/dports/science/root/Portfile
===================================================================
--- trunk/dports/science/root/Portfile	2013-12-02 00:15:09 UTC (rev 114190)
+++ trunk/dports/science/root/Portfile	2013-12-02 00:55:16 UTC (rev 114191)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                root
-version             5.34.12
-revision            1
+version             5.34.13
 
 categories          science
 maintainers         gmail.com:mattiafrancescomoro hep.phy.cam.ac.uk:jonesc
@@ -20,8 +19,8 @@
 master_sites        http://root.cern.ch/download/ \
                     ftp://root.cern.ch/root/
 
-checksums           rmd160  551a6373adbc915e4a8740427c1d71f00ebf77ec \
-                    sha256  b471def39ef2ce032a820e46b4c7a699ca0a7f123f4d975a7bf151b49831e802
+checksums           rmd160  4f80710d25621eb35877c76d27764e42e6aeb826 \
+                    sha256  15ee741ca2766ee4c7bacadfca64ae9c3f53ddba2ea28728554d78a088ee0043
 
 worksrcdir          root
 
@@ -140,6 +139,10 @@
     reinplace "s|lib/python/genreflex|lib/root/python/genreflex|g" ${destroot}${prefix}/bin/genreflex
 }
 
+variant debug description {Enable a debug build} {
+    configure.args-append --build=debug
+}
+
 variant xrootd description {Build with XRootD support} {
     configure.args-delete   --disable-xrootd
     configure.args-append   --enable-xrootd \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131201/d12828d0/attachment.html>


More information about the macports-changes mailing list