Index: head/textproc/rubygem-truncato/Makefile =================================================================== --- head/textproc/rubygem-truncato/Makefile (revision 442657) +++ head/textproc/rubygem-truncato/Makefile (revision 442658) @@ -1,21 +1,22 @@ # $FreeBSD$ PORTNAME= truncato PORTVERSION= 0.7.9 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Truncating HTML strings keeping a valid HTML markup LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-htmlentities>=4.3.1:textproc/rubygem-htmlentities \ rubygem-nokogiri>=1.7.0:textproc/rubygem-nokogiri NO_ARCH= yes USE_RUBY= yes USES= gem .include Index: head/textproc/rubygem-truncato/files/patch-truncato.gemspec =================================================================== --- head/textproc/rubygem-truncato/files/patch-truncato.gemspec (nonexistent) +++ head/textproc/rubygem-truncato/files/patch-truncato.gemspec (revision 442658) @@ -0,0 +1,11 @@ +--- truncato.gemspec.orig 2017-06-05 05:21:12 UTC ++++ truncato.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.freeze, ["~> 1.7.0"]) ++ s.add_runtime_dependency(%q.freeze, [">= 1.7.0"]) + s.add_runtime_dependency(%q.freeze, ["~> 4.3.1"]) + s.add_development_dependency(%q.freeze, ["~> 2.14.1"]) + s.add_development_dependency(%q.freeze, ["~> 10.1.1"]) Property changes on: head/textproc/rubygem-truncato/files/patch-truncato.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