[124584] trunk/dports/graphics/exiv2/Portfile

devans at macports.org devans at macports.org
Mon Aug 25 22:15:01 PDT 2014


Revision: 124584
          https://trac.macports.org/changeset/124584
Author:   devans at macports.org
Date:     2014-08-25 22:15:01 -0700 (Mon, 25 Aug 2014)
Log Message:
-----------
exiv2: livecheck, don't use broken freecode default.

Modified Paths:
--------------
    trunk/dports/graphics/exiv2/Portfile

Modified: trunk/dports/graphics/exiv2/Portfile
===================================================================
--- trunk/dports/graphics/exiv2/Portfile	2014-08-25 23:58:27 UTC (rev 124583)
+++ trunk/dports/graphics/exiv2/Portfile	2014-08-26 05:15:01 UTC (rev 124584)
@@ -31,4 +31,6 @@
     file delete -force ${destroot}${prefix}/man
 }
 
-livecheck.regex "(?i)<title>${name} (\\d+(?:\\.\\d+)*)</title>"
+livecheck.type  regex
+livecheck.url   ${homepage}/download.html
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140825/1a115d18/attachment.html>


More information about the macports-changes mailing list