[53645] trunk/dports/science/hdf5-18/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Jul 10 14:33:50 PDT 2009


Revision: 53645
          http://trac.macports.org/changeset/53645
Author:   ryandesign at macports.org
Date:     2009-07-10 14:33:49 -0700 (Fri, 10 Jul 2009)
Log Message:
-----------
hdf5-18: livecheck: don't use a backslash before periods in character classes

Modified Paths:
--------------
    trunk/dports/science/hdf5-18/Portfile

Modified: trunk/dports/science/hdf5-18/Portfile
===================================================================
--- trunk/dports/science/hdf5-18/Portfile	2009-07-10 21:31:35 UTC (rev 53644)
+++ trunk/dports/science/hdf5-18/Portfile	2009-07-10 21:33:49 UTC (rev 53645)
@@ -37,4 +37,4 @@
 
 livecheck.check     regex
 livecheck.url       http://www.hdfgroup.org/HDF5/release/obtain5.html
-livecheck.regex     5-(\[0-9\.\]+)
+livecheck.regex     5-(\[0-9.\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090710/c981f398/attachment-0001.html>


More information about the macports-changes mailing list