Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2019 15:36:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 241473] Mk/bsd.ruby.mk: Remove RUBY_PATCHLEVEL, RUBY_RELVERSION and RUBY_RELVERSION_CODE
Message-ID:  <bug-241473-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241473

            Bug ID: 241473
           Summary: Mk/bsd.ruby.mk: Remove RUBY_PATCHLEVEL,
                    RUBY_RELVERSION and RUBY_RELVERSION_CODE
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: yasu@utahime.org

Created attachment 208572
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D208572&action=
=3Dedit
Patch file

Remove RUBY_PATCHLEVEL, RUBY_RELVERSION and RUBY_RELVERSION_CODE because

1. Since Ruby 2.1 value of RUBY_PATCHLEVEL has been 0. So it is meaningless.
2. If RUBY_PATCHLEVEL is deleted, RUBY_RELVERSION and RUBY_VERSION are alwa=
ys
same value. And it also applies to RUBY_RELEVERSION_CODE and RUBY_VERSION_C=
ODE.
3. RUBY_PATCHLEVEL is only used to set value of CPE_UPDATE in lang/ruby2[45=
6].
And setting CPE_UPDATE is optional.
4. RUBY_RELEVERSION is only used to set value of CPE_VERSION in
lang/ruby2[456]. But as is describled in 2, it can be replased with
RUBY_VERSION.
5. RUBY_RELVERSION_CODE is not used anywhere.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241473-7788>