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

mojca at macports.org mojca at macports.org
Sat Oct 10 14:05:23 PDT 2015


Revision: 141100
          https://trac.macports.org/changeset/141100
Author:   mojca at macports.org
Date:     2015-10-10 14:05:23 -0700 (Sat, 10 Oct 2015)
Log Message:
-----------
root5: upgrade to 5.34.34 and fix the livecheck that probably worked with the old site (before switching to github)

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

Modified: trunk/dports/science/root5/Portfile
===================================================================
--- trunk/dports/science/root5/Portfile	2015-10-10 20:07:37 UTC (rev 141099)
+++ trunk/dports/science/root5/Portfile	2015-10-10 21:05:23 UTC (rev 141100)
@@ -8,13 +8,13 @@
 PortGroup           compiler_blacklist_versions 1.0
 PortGroup           github 1.0
 
-github.setup        root-mirror root 5-34-32 v
-version             5.34.32
+github.setup        root-mirror root 5-34-34 v
+version             5.34.34
 
 set version_major   [lindex [split ${version} .] 0]
 
-checksums           rmd160  2274c6e970da504a4adcf8e39eedecdee9e59521 \
-                    sha256  be5b0d8cc82f74e78a250b0a1327b57ca5a48e232e8d5bb2a5856ebbf95b8054
+checksums           rmd160  027526f9b553be61b28d82716e5bedeb9a9fbad9 \
+                    sha256  0baaf2ff06edcfe79936917f35edea1bf3033d07b2d328aa1433e84ccc48c684
 
 name                root${version_major}
 categories          science
@@ -620,9 +620,8 @@
 
 # ========================================================================================
 
-livecheck.type              regex
-livecheck.url               [lindex ${master_sites} 0]
-livecheck.regex             root_v(\[0-9a-z.\]+)\\.source
+# default regex of github suggests version 6
+livecheck.regex     archive/v(5\[-0-9\]+)${extract.suffix}
 
 # ========================================================================================
 # The following have build issues, are obsolete or experimental.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151010/3e7f7997/attachment-0001.html>


More information about the macports-changes mailing list