diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-31 21:39:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-31 21:39:20 +0000 |
commit | ca7e3c6304cea2d51efe4cef7e826b81cac613c0 (patch) | |
tree | 6b7dcdb0ac171bbf7a6d5aaa0233eff4e4697172 /games/lolcat | |
parent | 079bc1fadd380daaa21aa24899059e2f03b5b986 (diff) |
Notes
Diffstat (limited to 'games/lolcat')
-rw-r--r-- | games/lolcat/Makefile | 2 | ||||
-rw-r--r-- | games/lolcat/files/patch-gemspec | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/games/lolcat/Makefile b/games/lolcat/Makefile index 8dc3e9e42073..315a68eab3da 100644 --- a/games/lolcat/Makefile +++ b/games/lolcat/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= lolcat -PORTREVISION= 2 PORTVERSION= 42.0.99 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= RG diff --git a/games/lolcat/files/patch-gemspec b/games/lolcat/files/patch-gemspec new file mode 100644 index 000000000000..d1d29f62716c --- /dev/null +++ b/games/lolcat/files/patch-gemspec @@ -0,0 +1,11 @@ +--- lolcat.gemspec.orig 2015-05-31 20:09:00 UTC ++++ lolcat.gemspec +@@ -22,7 +22,7 @@ Gem::Specification.new do |s| + s.specification_version = 3 + + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then +- s.add_runtime_dependency(%q<paint>, ["~> 0.8.3"]) ++ s.add_runtime_dependency(%q<paint>, [">= 0.8.3"]) + s.add_runtime_dependency(%q<trollop>, ["~> 1.16.2"]) + else + s.add_dependency(%q<paint>, ["~> 0.8.3"]) |