Index: head/games/lolcat/Makefile =================================================================== --- head/games/lolcat/Makefile (revision 388171) +++ head/games/lolcat/Makefile (revision 388172) @@ -1,22 +1,22 @@ # $FreeBSD$ PORTNAME= lolcat -PORTREVISION= 2 PORTVERSION= 42.0.99 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= RG MAINTAINER= arved@FreeBSD.org COMMENT= Rainbows and unicorns RUN_DEPENDS= rubygem-trollop>=1.9:${PORTSDIR}/devel/rubygem-trollop \ rubygem-paint>=0.8.5:${PORTSDIR}/devel/rubygem-paint USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes post-install: ${ECHO_CMD} "bin/lolcat" >> ${TMPPLIST} .include Index: head/games/lolcat/files/patch-gemspec =================================================================== --- head/games/lolcat/files/patch-gemspec (nonexistent) +++ head/games/lolcat/files/patch-gemspec (revision 388172) @@ -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, ["~> 0.8.3"]) ++ s.add_runtime_dependency(%q, [">= 0.8.3"]) + s.add_runtime_dependency(%q, ["~> 1.16.2"]) + else + s.add_dependency(%q, ["~> 0.8.3"]) Property changes on: head/games/lolcat/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