[75104] trunk/dports/devel/apache-ant/Portfile

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


Revision: 75104
          http://trac.macports.org/changeset/75104
Author:   blair at macports.org
Date:     2011-01-15 12:11:53 -0800 (Sat, 15 Jan 2011)
Log Message:
-----------
Fix livecheck regex.  Resolves #27973.

Modified Paths:
--------------
    trunk/dports/devel/apache-ant/Portfile

Modified: trunk/dports/devel/apache-ant/Portfile
===================================================================
--- trunk/dports/devel/apache-ant/Portfile	2011-01-15 20:11:27 UTC (rev 75103)
+++ trunk/dports/devel/apache-ant/Portfile	2011-01-15 20:11:53 UTC (rev 75104)
@@ -79,4 +79,4 @@
 
 livecheck.type          regex
 livecheck.url           http://www.apache.org/dist/ant/README.html
-livecheck.regex         {Apache Ant (\d+(?:\.\d+)*)}
+livecheck.regex         { Ant (\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110115/f98a3193/attachment.html>


More information about the macports-changes mailing list