mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Fix gemspec for rubygem-paint 1.0.0 update
- Bump PORTREVISION for package change
This commit is contained in:
parent
079bc1fadd
commit
ca7e3c6304
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388172
@ -1,8 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lolcat
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 42.0.99
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
11
games/lolcat/files/patch-gemspec
Normal file
11
games/lolcat/files/patch-gemspec
Normal file
@ -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"])
|
Loading…
Reference in New Issue
Block a user