--- 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}