[153434] trunk/dports/science/htcondor/Portfile

aronnax at macports.org aronnax at macports.org
Fri Sep 30 05:00:36 CEST 2016


Revision: 153434
          https://trac.macports.org/changeset/153434
Author:   aronnax at macports.org
Date:     2016-09-29 20:00:36 -0700 (Thu, 29 Sep 2016)
Log Message:
-----------
htcondor: fix livecheck

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

Modified: trunk/dports/science/htcondor/Portfile
===================================================================
--- trunk/dports/science/htcondor/Portfile	2016-09-30 02:58:22 UTC (rev 153433)
+++ trunk/dports/science/htcondor/Portfile	2016-09-30 03:00:36 UTC (rev 153434)
@@ -174,9 +174,6 @@
     }
 }
 
-# Override default GitHub livecheck because the HTCondor git repository has
-# tens of thousands of tags, and GitHub has to paginate the tags.
-livecheck.type          regexm
-livecheck.url           ${homepage}/downloads/
-livecheck.version       ${version}
-livecheck.regex         {Current Stable Release</td>\s*<td [^>]*>([0-9]+(\.[0-9]+)+)}
+# The second of the three version numbers is even for a stable release.
+# See http://research.cs.wisc.edu/htcondor/version_number.html
+livecheck.regex     archive/V(\\d+_\\d*\[02468\]_\\d+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20160929/5bd2c7bf/attachment-0002.html>


More information about the macports-changes mailing list