Index: textproc/rubygem-html-pipeline-gitlab/Makefile =================================================================== --- textproc/rubygem-html-pipeline-gitlab/Makefile +++ textproc/rubygem-html-pipeline-gitlab/Makefile @@ -1,24 +1,25 @@ # $FreeBSD$ -PORTNAME= html-pipeline-gitlab -PORTVERSION= 0.2.0 +PORTNAME= html-pipeline +PORTVERSION= 2.7.1 CATEGORIES= textproc rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab -MAINTAINER= ruby@FreeBSD.org -COMMENT= Extension filters for html-pipeline used by GitLab +MAINTAINER= mfechner@FreeBSD.org +COMMENT= GitHub HTML processing filters and utilities used by GitLab LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-actionpack4>=4:www/rubygem-actionpack4 \ - rubygem-gitlab_emoji>=0.1:graphics/rubygem-gitlab_emoji \ - rubygem-html-pipeline>=1.11.0:textproc/rubygem-html-pipeline \ - rubygem-mime-types>=0:misc/rubygem-mime-types \ - rubygem-sanitize>=2.1:textproc/rubygem-sanitize +RUN_DEPENDS= rubygem-activesupport4>=2:devel/rubygem-activesupport4 \ + rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +PORTSCOUT= limit:^2\.7\.1 .include Index: textproc/rubygem-html-pipeline-gitlab/distinfo =================================================================== --- textproc/rubygem-html-pipeline-gitlab/distinfo +++ textproc/rubygem-html-pipeline-gitlab/distinfo @@ -1,2 +1,3 @@ -SHA256 (rubygem/html-pipeline-gitlab-0.2.0.gem) = 3631eedbf33ff56eda6a6ee898277fe47f188377c19e55b20d4eac8f95208448 -SIZE (rubygem/html-pipeline-gitlab-0.2.0.gem) = 9216 +TIMESTAMP = 1530208902 +SHA256 (rubygem/html-pipeline-2.7.1.gem) = 4d36699cc0fe677a8a90214d43c23e3559a9126c38299b2bb3f6c9983e387d42 +SIZE (rubygem/html-pipeline-2.7.1.gem) = 29184 Index: textproc/rubygem-html-pipeline-gitlab/files/patch-gemspec =================================================================== --- textproc/rubygem-html-pipeline-gitlab/files/patch-gemspec +++ textproc/rubygem-html-pipeline-gitlab/files/patch-gemspec @@ -1,14 +0,0 @@ ---- html-pipeline-gitlab.gemspec.orig 2016-03-31 19:05:43 UTC -+++ html-pipeline-gitlab.gemspec -@@ -25,9 +25,9 @@ Gem::Specification.new do |s| - s.add_development_dependency(%q.freeze, ["~> 1.6"]) - s.add_development_dependency(%q.freeze, ["~> 10.0"]) - s.add_development_dependency(%q.freeze, ["~> 0.9"]) -- s.add_runtime_dependency(%q.freeze, ["~> 1.11.0"]) -+ s.add_runtime_dependency(%q.freeze, [">= 1.11.0"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.1"]) -- s.add_runtime_dependency(%q.freeze, ["~> 2.1"]) -+ s.add_runtime_dependency(%q.freeze, [">= 2.1"]) - s.add_runtime_dependency(%q.freeze, ["~> 4"]) - s.add_runtime_dependency(%q.freeze, [">= 0"]) - else