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

mojca at macports.org mojca at macports.org
Tue Apr 26 02:20:40 PDT 2016


Revision: 148075
          https://trac.macports.org/changeset/148075
Author:   mojca at macports.org
Date:     2016-04-26 02:20:40 -0700 (Tue, 26 Apr 2016)
Log Message:
-----------
root6: fix livecheck

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

Modified: trunk/dports/science/root6/Portfile
===================================================================
--- trunk/dports/science/root6/Portfile	2016-04-26 07:49:52 UTC (rev 148074)
+++ trunk/dports/science/root6/Portfile	2016-04-26 09:20:40 UTC (rev 148075)
@@ -11,12 +11,12 @@
 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
+# version           [string map {- .} ${github.version}]
 github.setup        root-mirror root 7ed7e643b913a85534ccd2fbc8bfa4b50f1a0992
-# github.setup      root-mirror root 6-06-03 v
 version             6.06.03
+livecheck.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  5846ac31d3f081628dbac7743d47b6424acf85b0 \
@@ -662,12 +662,6 @@
 #     depends_lib-append      port:ruby
 # }
 
-# TODO
-# livecheck.type              regex
-# livecheck.url               http://root.cern.ch/svn/root/trunk
-# livecheck.regex             ${name}_v(\[0-9a-z.\]+)\\.source
-livecheck.regex     {archive/v(6[-.]\d[02468][-.]\d{2}).tar.gz}
-
 # variant geocad description {Enable CAD Interface} {
 #     configure.args-replace  -Dgeocad=OFF -Dgeocad=ON
 #     depends_lib-append      port:oce
@@ -678,3 +672,7 @@
 #     configure.args-replace  -Dr=OFF -Dr=ON
 #     depends_lib-append  port:R
 # }
+
+livecheck.type      regex
+livecheck.url       ${github.homepage}/tags
+livecheck.regex     {archive/v(6[-.]\d[02468][-.]\d{2}).tar.gz}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160426/2f2305e8/attachment.html>


More information about the macports-changes mailing list