Index: head/emulators/rubygem-fission/Makefile =================================================================== --- head/emulators/rubygem-fission/Makefile (revision 458973) +++ head/emulators/rubygem-fission/Makefile (revision 458974) @@ -1,23 +1,24 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= fission PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= emulators rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Utility to manage VMware Fusion VMs from the command line LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-CFPropertyList>=2.2:devel/rubygem-CFPropertyList NO_ARCH= yes USE_RUBY= yes USES= gem PLIST_FILES= bin/fission .include Index: head/emulators/rubygem-fission/files/patch-gemspec =================================================================== --- head/emulators/rubygem-fission/files/patch-gemspec (nonexistent) +++ head/emulators/rubygem-fission/files/patch-gemspec (revision 458974) @@ -0,0 +1,11 @@ +--- fission.gemspec.orig 2018-01-14 10:48:33 UTC ++++ fission.gemspec +@@ -23,7 +23,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.freeze, ["~> 2.2"]) ++ s.add_runtime_dependency(%q.freeze, [">= 2.2"]) + s.add_development_dependency(%q.freeze, [">= 0"]) + s.add_development_dependency(%q.freeze, ["~> 0.4.3"]) + s.add_development_dependency(%q.freeze, ["~> 2.14"]) Property changes on: head/emulators/rubygem-fission/files/patch-gemspec ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property