lang/ruby32: Fix CPE_STR

RUBY_RELVERSION and RUBY_PATCHLEVEL have been removed in a1a91e4c93.
This commit fixes the CPE_STR.

For example:
- Before:
    cpe:2.3🅰️ruby-lang:ruby::p::::freebsd14:x64
- After:
    cpe:2.3🅰️ruby-lang:ruby:3.2.7:p0::::freebsd14:x64
This commit is contained in:
Po-Chuan Hsieh 2025-02-17 16:21:20 +08:00
parent ce4ab1667e
commit b0b86789e5
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -21,8 +21,7 @@ RUN_DEPENDS= libffi>=0:devel/libffi
USES= autoreconf cpe localbase ruby:none ssl tar:xz
CPE_VENDOR= ruby-lang
CPE_VERSION= ${RUBY_RELVERSION}
CPE_UPDATE= p${RUBY_PATCHLEVEL}
CPE_UPDATE= p0
USE_LDCONFIG= yes
# We get these from other ports