[75107] trunk/dports/java/maven2/Portfile

blair at macports.org blair at macports.org
Sat Jan 15 12:16:24 PST 2011


Revision: 75107
          http://trac.macports.org/changeset/75107
Author:   blair at macports.org
Date:     2011-01-15 12:16:15 -0800 (Sat, 15 Jan 2011)
Log Message:
-----------
Use a more restrictive livecheck regex to match only Maven 2 releases.
Resolves #27971.

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

Modified: trunk/dports/java/maven2/Portfile
===================================================================
--- trunk/dports/java/maven2/Portfile	2011-01-15 20:15:55 UTC (rev 75106)
+++ trunk/dports/java/maven2/Portfile	2011-01-15 20:16:15 UTC (rev 75107)
@@ -83,4 +83,4 @@
 
 livecheck.type  regex
 livecheck.url   ${homepage}download.html
-livecheck.regex apache-maven-(\[0-9.\]+)-bin\\.tar
+livecheck.regex apache-maven-(2\\.\[0-9.\]+)-bin\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110115/5c35bd1a/attachment.html>


More information about the macports-changes mailing list