Update to 0.87.1

Changes:	https://github.com/ddollar/foreman/blob/master/Changelog.md
This commit is contained in:
Sunpoet Po-Chuan Hsieh
2020-07-24 07:52:08 +00:00
parent 87a7080f2a
commit da525ae8eb
3 changed files with 6 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= foreman
PORTVERSION= 0.85.0
PORTVERSION= 0.87.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -10,11 +10,10 @@ COMMENT= Process manager for applications with multiple components
LICENSE= MIT
RUN_DEPENDS= rubygem-thor>=0.19.1:devel/rubygem-thor
USES= gem shebangfix
USE_RUBY= yes
NO_ARCH= yes
USE_RUBY= yes
USES= gem shebangfix
PLIST_FILES= bin/foreman

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1532975474
SHA256 (rubygem/foreman-0.85.0.gem) = 81744c341c84af7aca57d862e06fb87e478b9a0e290019dcbe424153d2fea071
SIZE (rubygem/foreman-0.85.0.gem) = 31744
TIMESTAMP = 1595416837
SHA256 (rubygem/foreman-0.87.1.gem) = 8e9bb145bdb169f02909b58c90611fb8aee358c84fc63ec8f8aa4fa438f3eb29
SIZE (rubygem/foreman-0.87.1.gem) = 75264

View File

@@ -1,11 +0,0 @@
--- foreman.gemspec.orig 2017-08-17 13:31:51 UTC
+++ foreman.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<thor>.freeze, ["~> 0.19.1"])
+ s.add_runtime_dependency(%q<thor>.freeze, ["~> 0.19", ">= 0.19.1"])
else
s.add_dependency(%q<thor>.freeze, ["~> 0.19.1"])
end