aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2019-08-30 08:05:42 +0800
committersunpoet <sunpoet@FreeBSD.org>2019-08-30 08:05:42 +0800
commit20fe8637340bf1d418398fd551aa1b12030fc35f (patch)
tree2ea318d2bd222eaab7ee8f6a811d22eb07b485ca /games
parentc49fa6b0c3e42b55c552f2d8956ead953bb73fbc (diff)
downloadfreebsd-ports-gnome-20fe8637340bf1d418398fd551aa1b12030fc35f.tar.gz
freebsd-ports-gnome-20fe8637340bf1d418398fd551aa1b12030fc35f.tar.zst
freebsd-ports-gnome-20fe8637340bf1d418398fd551aa1b12030fc35f.zip
Update to 100.0.0
- Update version requirement of RUN_DEPENDS Changes: https://github.com/busyloop/lolcat/commits/master
Diffstat (limited to 'games')
-rw-r--r--games/rubygem-lolcat/Makefile8
-rw-r--r--games/rubygem-lolcat/distinfo6
-rw-r--r--games/rubygem-lolcat/files/patch-gemspec11
3 files changed, 7 insertions, 18 deletions
diff --git a/games/rubygem-lolcat/Makefile b/games/rubygem-lolcat/Makefile
index 5146832dd356..254510efc5a9 100644
--- a/games/rubygem-lolcat/Makefile
+++ b/games/rubygem-lolcat/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= lolcat
-PORTVERSION= 99.9.99
+PORTVERSION= 100.0.0
CATEGORIES= games
MASTER_SITES= RG
@@ -11,9 +11,9 @@ COMMENT= Rainbows and unicorns
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-manpages>=0.6.1:devel/rubygem-manpages \
- rubygem-optimist>=3.0.0:devel/rubygem-optimist \
- rubygem-paint>=2.0.0:devel/rubygem-paint
+RUN_DEPENDS= rubygem-manpages>=0.6.1<0.7:devel/rubygem-manpages \
+ rubygem-optimist>=3.0.0<3.1:devel/rubygem-optimist \
+ rubygem-paint>=2.1.0<2.2:devel/rubygem-paint
USES= gem
USE_RUBY= yes
diff --git a/games/rubygem-lolcat/distinfo b/games/rubygem-lolcat/distinfo
index bef15aa8eb53..c091ad3e1432 100644
--- a/games/rubygem-lolcat/distinfo
+++ b/games/rubygem-lolcat/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1563805967
-SHA256 (rubygem/lolcat-99.9.99.gem) = c4e6663d282db5dd0720e3f1dea191b8654b2777287e976d70111aa793414210
-SIZE (rubygem/lolcat-99.9.99.gem) = 121344
+TIMESTAMP = 1567087923
+SHA256 (rubygem/lolcat-100.0.0.gem) = da5b40d7bffa8b3f2e77de5ab945be0bc3231ced630b5c9b4c58e6cb6014354c
+SIZE (rubygem/lolcat-100.0.0.gem) = 121344
diff --git a/games/rubygem-lolcat/files/patch-gemspec b/games/rubygem-lolcat/files/patch-gemspec
deleted file mode 100644
index 570f4d023fab..000000000000
--- a/games/rubygem-lolcat/files/patch-gemspec
+++ /dev/null
@@ -1,11 +0,0 @@
---- lolcat.gemspec.orig 2019-07-14 18:10:52 UTC
-+++ lolcat.gemspec
-@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
-
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
- s.add_development_dependency(%q<rake>.freeze, [">= 0"])
-- s.add_runtime_dependency(%q<paint>.freeze, ["~> 2.0.0"])
-+ s.add_runtime_dependency(%q<paint>.freeze, ["~> 2.0"])
- s.add_runtime_dependency(%q<optimist>.freeze, ["~> 3.0.0"])
- s.add_runtime_dependency(%q<manpages>.freeze, ["~> 0.6.1"])
- else