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

blair at macports.org blair at macports.org
Sat Jan 15 12:19:05 PST 2011


Revision: 75108
          http://trac.macports.org/changeset/75108
Author:   blair at macports.org
Date:     2011-01-15 12:18:57 -0800 (Sat, 15 Jan 2011)
Log Message:
-----------
Use a more restrictive livecheck regex to match only Maven 3 releases.
This future proofs the maven3 port.  Resolves #27972.

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

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


More information about the macports-changes mailing list