Index: head/games/rubygem-lolcat/Makefile =================================================================== --- head/games/rubygem-lolcat/Makefile (revision 506684) +++ head/games/rubygem-lolcat/Makefile (revision 506685) @@ -1,34 +1,35 @@ # $FreeBSD$ PORTNAME= lolcat PORTVERSION= 99.9.69 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org 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 USES= gem USE_RUBY= yes NO_ARCH= yes PLIST_FILES= bin/lolcat \ man/man6/lolcat.6.gz post-build: @${REINPLACE_CMD} -e 's|man/lolcat.6|&.gz|' ${WRKSRC}/${GEMSPEC} # compress the manpage manually instead of MANDIRS because of the order in # _STAGE_SEQ: 820:gem-autoplist 850:compress-man post-install: ${GZIP_CMD} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/man/lolcat.6 .include Index: head/games/rubygem-lolcat/files/patch-gemspec =================================================================== --- head/games/rubygem-lolcat/files/patch-gemspec (nonexistent) +++ head/games/rubygem-lolcat/files/patch-gemspec (revision 506685) @@ -0,0 +1,11 @@ +--- 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.freeze, [">= 0"]) +- s.add_runtime_dependency(%q.freeze, ["~> 2.0.0"]) ++ s.add_runtime_dependency(%q.freeze, ["~> 2.0"]) + s.add_runtime_dependency(%q.freeze, ["~> 3.0.0"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.6.1"]) + else Property changes on: head/games/rubygem-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