Fix gemspec for rubygem-paint 2.1.0 update

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-07-15 17:45:26 +00:00
parent a6d0b738c6
commit 8b3e37cd8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506692
2 changed files with 16 additions and 2 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= shellplay
PORTVERSION= 0.1.9
PORTREVISION= 1
CATEGORIES= deskutils textproc rubygems
MASTER_SITES= RG
@ -16,9 +17,11 @@ RUN_DEPENDS= rubygem-cliprompt>=0.1.2:devel/rubygem-cliprompt \
rubygem-paint>=2.0.0:devel/rubygem-paint \
rubygem-shell2html>=0.0.6:textproc/rubygem-shell2html
NO_ARCH= yes
USE_RUBY= yes
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/shellcat bin/shellexport bin/shellplay bin/shellrecord
.include <bsd.port.mk>

View File

@ -0,0 +1,11 @@
--- shellplay.gemspec.orig 2019-07-14 18:13:28 UTC
+++ shellplay.gemspec
@@ -24,7 +24,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<paint>.freeze, ["~> 2.0.0"])
+ s.add_runtime_dependency(%q<paint>.freeze, ["~> 2.0"])
s.add_runtime_dependency(%q<cliprompt>.freeze, ["~> 0.1.2"])
s.add_runtime_dependency(%q<configstruct>.freeze, ["~> 0.1.0"])
s.add_runtime_dependency(%q<shell2html>.freeze, ["~> 0.0.6"])