mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
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:
parent
ce4ab1667e
commit
b0b86789e5
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue