Revision
105548
Author
ram@macports.org
Date
2013-04-24 11:45:06 -0700 (Wed, 24 Apr 2013)

Log Message

devel/jansson: fix livecheck

Modified Paths

Diff

Modified: trunk/dports/devel/jansson/Portfile (105547 => 105548)


--- trunk/dports/devel/jansson/Portfile	2013-04-24 18:19:51 UTC (rev 105547)
+++ trunk/dports/devel/jansson/Portfile	2013-04-24 18:45:06 UTC (rev 105548)
@@ -24,3 +24,7 @@
     xinstall -d ${docdir}
     eval xinstall -m 644 [glob ${worksrcpath}/doc/*.rst] ${docdir}
 }
+
+livecheck.type   regex
+livecheck.url    ${master_sites}
+livecheck.regex  {jansson-(\d+(?:\.\d+)*).tar.gz}