[96618] trunk/dports/graphics/gphoto2/Portfile

devans at macports.org devans at macports.org
Wed Aug 15 06:45:45 PDT 2012


Revision: 96618
          https://trac.macports.org/changeset/96618
Author:   devans at macports.org
Date:     2012-08-15 06:45:44 -0700 (Wed, 15 Aug 2012)
Log Message:
-----------
gphoto2: fix livecheck regex.

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

Modified: trunk/dports/graphics/gphoto2/Portfile
===================================================================
--- trunk/dports/graphics/gphoto2/Portfile	2012-08-15 13:42:11 UTC (rev 96617)
+++ trunk/dports/graphics/gphoto2/Portfile	2012-08-15 13:45:44 UTC (rev 96618)
@@ -44,4 +44,4 @@
 
 livecheck.type      regex
 livecheck.url       http://sourceforge.net/projects/gphoto/files/
-livecheck.regex     /${name}-(\[0-9.\]+)\\.tar
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120815/e70ed0e2/attachment.html>


More information about the macports-changes mailing list