#45108: stunnel @5.03_0: add livecheck -----------------------------+--------------------------------- Reporter: mschamschula@… | Owner: larryv@… Type: enhancement | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: haspatch maintainer Port: stunnel | -----------------------------+--------------------------------- Changes (by larryv@…): * owner: macports-tickets@… => larryv@… * status: new => assigned * version: 2.3.1 => Comment: This looks cleaner to me: {{{ diff --git a/dports/security/stunnel/Portfile b/dports/security/stunnel/Portfile index e2ef458..1d0789e 100644 --- a/dports/security/stunnel/Portfile +++ b/dports/security/stunnel/Portfile @@ -53,3 +53,7 @@ default_variants +libwrap notes " A fake certificate has been installed as ${prefix}/etc/stunnel/stunnel.pem " + +livecheck.type regex +livecheck.url http://www.stunnel.org/versions.html +livecheck.regex {Version (\d+(?:\.\d+)*) released} }}} -- Ticket URL: <https://trac.macports.org/ticket/45108#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X