Skip to content

Commit

Permalink
devel/rubygem-terrapin: Fix gemspec for rubygem-climate_control 1.0.1…
Browse files Browse the repository at this point in the history
… update

- Bump PORTREVISION for package change
  • Loading branch information
sunpoet committed Jun 30, 2021
1 parent 7715c2d commit aa28c2c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devel/rubygem-terrapin/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= terrapin
PORTVERSION= 0.6.0
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG

Expand All @@ -11,7 +12,7 @@ COMMENT= Run shell commands safely
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= rubygem-climate_control>=0.0.3<1.0:devel/rubygem-climate_control
RUN_DEPENDS= rubygem-climate_control>=0.0.3:devel/rubygem-climate_control

USES= gem
USE_RUBY= yes
Expand Down
11 changes: 11 additions & 0 deletions devel/rubygem-terrapin/files/patch-gemspec
@@ -0,0 +1,11 @@
--- terrapin.gemspec.orig 2021-06-28 15:10:17 UTC
+++ terrapin.gemspec
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.specification_version = 4

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
- s.add_runtime_dependency(%q<climate_control>.freeze, [">= 0.0.3", "< 1.0"])
+ s.add_runtime_dependency(%q<climate_control>.freeze, [">= 0.0.3"])
s.add_development_dependency(%q<rspec>.freeze, [">= 0"])
s.add_development_dependency(%q<bourne>.freeze, [">= 0"])
s.add_development_dependency(%q<mocha>.freeze, [">= 0"])

0 comments on commit aa28c2c

Please sign in to comment.