Skip to content
Snippets Groups Projects
Verified Commit ebf8f2d8 authored by sunpoet's avatar sunpoet
Browse files

textproc/rubygem-gitlab-glfm-markdown: Fix gemspec for rubygem-rb_sys 0.9.108 update

- Bump PORTREVISION for package change
parent dda43bce
No related branches found
No related tags found
No related merge requests found
PORTNAME= gitlab-glfm-markdown PORTNAME= gitlab-glfm-markdown
PORTVERSION= 0.0.24 PORTVERSION= 0.0.24
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= textproc rubygems CATEGORIES= textproc rubygems
MASTER_SITES= RG MASTER_SITES= RG
...@@ -11,7 +11,7 @@ WWW= https://gitlab.com/gitlab-org/ruby/gems/gitlab-glfm-markdown ...@@ -11,7 +11,7 @@ WWW= https://gitlab.com/gitlab-org/ruby/gems/gitlab-glfm-markdown
LICENSE= MIT LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-rb_sys>=0.9.107<0.9.108:lang/rubygem-rb_sys RUN_DEPENDS= rubygem-rb_sys>=0.9.107<0.9.108_99:lang/rubygem-rb_sys
USES= cargo gem gmake llvm:build USES= cargo gem gmake llvm:build
......
--- gitlab-glfm-markdown.gemspec.orig 2025-01-29 15:52:40 UTC
+++ gitlab-glfm-markdown.gemspec
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.specification_version = 4
- s.add_runtime_dependency(%q<rb_sys>.freeze, ["= 0.9.107".freeze])
+ s.add_runtime_dependency(%q<rb_sys>.freeze, [">= 0.9.107".freeze, "<= 0.9.108".freeze])
s.add_development_dependency(%q<rake>.freeze, ["~> 13.0".freeze])
s.add_development_dependency(%q<rake-compiler>.freeze, ["~> 1.2".freeze])
s.add_development_dependency(%q<rake-compiler-dock>.freeze, ["~> 1.8".freeze])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment