[111356] trunk/dports/graphics/harfbuzz/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Sep 19 00:31:51 PDT 2013


Revision: 111356
          https://trac.macports.org/changeset/111356
Author:   ryandesign at macports.org
Date:     2013-09-19 00:31:51 -0700 (Thu, 19 Sep 2013)
Log Message:
-----------
harfbuzz: remove use of [suffix] proc because it is thought to be confusing

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

Modified: trunk/dports/graphics/harfbuzz/Portfile
===================================================================
--- trunk/dports/graphics/harfbuzz/Portfile	2013-09-19 07:29:32 UTC (rev 111355)
+++ trunk/dports/graphics/harfbuzz/Portfile	2013-09-19 07:31:51 UTC (rev 111356)
@@ -57,7 +57,7 @@
     
     livecheck.type  regex
     livecheck.url   [lindex ${master_sites} 0]
-    livecheck.regex [suffix ${name}-(\[0-9.\]+)]
+    livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
 } else {
     livecheck.type  none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130919/eeb5a33e/attachment.html>


More information about the macports-changes mailing list