Index: textproc/Makefile =================================================================== --- textproc/Makefile +++ textproc/Makefile @@ -1530,6 +1530,7 @@ SUBDIR += rubygem-heredoc_unindent SUBDIR += rubygem-hikidoc SUBDIR += rubygem-html-pipeline + SUBDIR += rubygem-html-pipeline27 SUBDIR += rubygem-html-pipeline-gitlab SUBDIR += rubygem-html-pipeline1 SUBDIR += rubygem-html2text Index: textproc/rubygem-html-pipeline27/Makefile =================================================================== --- textproc/rubygem-html-pipeline27/Makefile +++ textproc/rubygem-html-pipeline27/Makefile @@ -4,8 +4,9 @@ PORTVERSION= 2.7.2 CATEGORIES= textproc rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 27 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= mfechner@FreeBSD.org COMMENT= GitHub HTML processing filters and utilities LICENSE= MIT @@ -14,8 +15,10 @@ RUN_DEPENDS= rubygem-activesupport4>=2:devel/rubygem-activesupport4 \ rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri +PORTSCOUT= limit:^2\.7\. + NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes .include