mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
textproc/rubygem-gitlab-glfm-markdown: Fix gemspec for rubygem-rb_sys 0.9.108 update
- Bump PORTREVISION for package change
This commit is contained in:
parent
dda43bce0e
commit
ebf8f2d85c
2 changed files with 13 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
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
|
||||||
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
|
||||||
|
|
||||||
|
|
11
textproc/rubygem-gitlab-glfm-markdown/files/patch-gemspec
Normal file
11
textproc/rubygem-gitlab-glfm-markdown/files/patch-gemspec
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- 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])
|
Loading…
Add table
Reference in a new issue