[115927] trunk/dports/java/maven3/Portfile

blair at macports.org blair at macports.org
Tue Jan 14 09:41:22 PST 2014


Revision: 115927
          https://trac.macports.org/changeset/115927
Author:   blair at macports.org
Date:     2014-01-14 09:41:21 -0800 (Tue, 14 Jan 2014)
Log Message:
-----------
maven3: tighten livecheck regex to skip releases newer than 3.0.x; closes #42115.

Modified Paths:
--------------
    trunk/dports/java/maven3/Portfile

Modified: trunk/dports/java/maven3/Portfile
===================================================================
--- trunk/dports/java/maven3/Portfile	2014-01-14 16:51:31 UTC (rev 115926)
+++ trunk/dports/java/maven3/Portfile	2014-01-14 17:41:21 UTC (rev 115927)
@@ -97,4 +97,4 @@
 
 livecheck.type  regex
 livecheck.url   ${homepage}download.html
-livecheck.regex apache-maven-(3\\.\[0-9.\]+)-bin\\.tar
+livecheck.regex apache-maven-(3\\.0\\.\[0-9\]+)-bin\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140114/ed166092/attachment-0001.html>


More information about the macports-changes mailing list