[MacPorts] #66568: libressl: improve livecheck

MacPorts noreply at macports.org
Fri Dec 30 05:49:52 UTC 2022


#66568: libressl: improve livecheck
--------------------------+----------------------
  Reporter:  Zweihorn     |      Owner:  artkiver
      Type:  enhancement  |     Status:  assigned
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:
Resolution:               |   Keywords:
      Port:  libressl     |
--------------------------+----------------------

Comment (by artkiver):

 Changing these lines:

 {{{
 livecheck.type      regex
 livecheck.url       https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/
 livecheck.regex     "(\\d+\\.\\d+\\.\\d+)"
 }}}

  to:

 {{{
 livecheck.type      regex
 livecheck.url       https://www.libressl.org/
 livecheck.regex    "The latest stable release is (\\d+\\.\\d+\\.\\d+)"
 }}}

 Results in:

  sudo port -v livecheck
 libressl seems to be up to date

 Which is presumably, closer to what you want? I can prep a PR for that.

-- 
Ticket URL: <https://trac.macports.org/ticket/66568#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list