From 0aa4b78c9207d74b29e94b6c34f0c65077e402a7 Mon Sep 17 00:00:00 2001 From: Michael Moll Date: Wed, 13 May 2015 00:45:28 +0000 Subject: new port: textproc/rubygem-html-pipeline-gitlab Rubygem containing extension filters for html-pipeline used by GitLab WWW: https://gitlab.com/gitlab-org/html-pipeline-gitlab PR: 199917 Differential Revision: https://reviews.freebsd.org/D2529 Submitted by: Torsten Zuehlsdorff Reviewed by: mat (mentor) --- .../files/patch-html-pipeline-gitlab.gemspec | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec (limited to 'textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec') diff --git a/textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec b/textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec new file mode 100644 index 000000000000..abe6a52e9ac0 --- /dev/null +++ b/textproc/rubygem-html-pipeline-gitlab/files/patch-html-pipeline-gitlab.gemspec @@ -0,0 +1,11 @@ +--- html-pipeline-gitlab.gemspec.orig 2015-05-12 18:41:42 UTC ++++ html-pipeline-gitlab.gemspec +@@ -27,7 +27,7 @@ Gem::Specification.new do |s| + s.add_development_dependency(%q, ["~> 0.9"]) + s.add_runtime_dependency(%q, ["~> 1.11.0"]) + s.add_runtime_dependency(%q, ["~> 0.1"]) +- s.add_runtime_dependency(%q, ["~> 2.1"]) ++ s.add_runtime_dependency(%q, [">= 2.1"]) + s.add_runtime_dependency(%q, ["~> 4"]) + s.add_runtime_dependency(%q, [">= 0"]) + else -- cgit v1.2.3