[140952] trunk/dports/devel/qscintilla/Portfile

michaelld at macports.org michaelld at macports.org
Tue Oct 6 12:20:17 PDT 2015


Revision: 140952
          https://trac.macports.org/changeset/140952
Author:   michaelld at macports.org
Date:     2015-10-06 12:20:17 -0700 (Tue, 06 Oct 2015)
Log Message:
-----------
qscintilla: fix livecheck to work with both X.Y and X.Y.Z version strings.

Modified Paths:
--------------
    trunk/dports/devel/qscintilla/Portfile

Modified: trunk/dports/devel/qscintilla/Portfile
===================================================================
--- trunk/dports/devel/qscintilla/Portfile	2015-10-06 18:22:38 UTC (rev 140951)
+++ trunk/dports/devel/qscintilla/Portfile	2015-10-06 19:20:17 UTC (rev 140952)
@@ -91,4 +91,4 @@
 
 livecheck.type      regex
 livecheck.url       ${homepage}download
-livecheck.regex     >QScintilla-gpl-\(\\d+.\\d+.\\d+\).tar.gz<
+livecheck.regex     >QScintilla-gpl-\(\[0-9.\]+\)${extract.suffix}<
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151006/53f10bbb/attachment.html>


More information about the macports-changes mailing list