Revision
148232
Author
cal@macports.org
Date
2016-04-30 11:25:35 -0700 (Sat, 30 Apr 2016)

Log Message

libssh: fix livecheck

Modified Paths

Diff

Modified: trunk/dports/devel/libssh/Portfile (148231 => 148232)


--- trunk/dports/devel/libssh/Portfile	2016-04-30 18:24:10 UTC (rev 148231)
+++ trunk/dports/devel/libssh/Portfile	2016-04-30 18:25:35 UTC (rev 148232)
@@ -60,5 +60,5 @@
 }
 
 livecheck.type      regex
-livecheck.url       http://git.libssh.org/projects/libssh.git/refs/
-livecheck.regex     ${name}-(\\d+\\.\\d+(\\.\\d+)+)
+livecheck.url       ${homepage}
+livecheck.regex     "[quotemeta ${name}] (\\d+\\.\\d+(\\.\\d+)+)"