[macports-ports] branch master updated: lang/ruby21, ruby20, ruby19, ruby: delete livecheck for EOL-ed ruby versions
Ryan Schmidt
ryandesign at macports.org
Thu Oct 26 06:03:22 UTC 2017
On Oct 24, 2017, at 08:49, kimura wataru wrote:
> kimura wataru (kimuraw) pushed a commit to branch master
> in repository macports-ports.
>
>
> https://github.com/macports/macports-ports/commit/5b48f09be768d53a7e6df844b204defc8f72d592
>
> The following commit(s) were added to refs/heads/master by this push:
>
> new 5b48f09 lang/ruby21, ruby20, ruby19, ruby: delete livecheck for EOL-ed ruby versions
>
> 5b48f09 is described below
>
>
> commit 5b48f09be768d53a7e6df844b204defc8f72d592
>
> Author: kimura wataru <kimuraw at macports.org>
> AuthorDate: Tue Oct 24 22:49:38 2017 +0900
>
>
> lang/ruby21, ruby20, ruby19, ruby: delete livecheck for EOL-ed ruby versions
>
>
>
> ruby-2.1 or earlier versions are EOL-ed.
>
> https://bugs.ruby-lang.org/projects/ruby/wiki/ReleaseEngineering
>
> ---
> lang/ruby/Portfile | 4 ----
> lang/ruby19/Portfile | 4 ----
> lang/ruby20/Portfile | 4 ----
> lang/ruby21/Portfile | 4 ----
> 4 files changed, 16 deletions(-)
> --- a/lang/ruby/Portfile
> +++ b/lang/ruby/Portfile
> @@ -180,8 +180,4 @@ variant dtrace description "enable dtrace support" {
> }
> }
>
> -livecheck.type regex
> -livecheck.url http://ftp.ruby-lang.org/pub/ruby/1.8/
> -livecheck.regex {ruby-(\d+(?:\.\d+)*(?:-p\d+))}
Note that deleting the livecheck lines does not disable livecheck; it just returns to using the default livecheck rules, which don't work for these ports:
$ port livecheck ruby
Error: cannot check if ruby was updated (Port number ended with '.')
To disable livecheck, use "livecheck.type none".
More information about the macports-dev
mailing list