Date: Wed, 16 May 2018 16:27:42 +0000 (UTC) From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470128 - in head/textproc: . rubygem-html-pipeline27 Message-ID: <201805161627.w4GGRguL082057@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Wed May 16 16:27:41 2018 New Revision: 470128 URL: https://svnweb.freebsd.org/changeset/ports/470128 Log: Added a note to UPDATING about gitlab-pages feature was removed till it is fixed upstream again. Added: head/textproc/rubygem-html-pipeline27/ - copied from r468375, head/textproc/rubygem-html-pipeline/ Modified: head/textproc/Makefile head/textproc/rubygem-html-pipeline27/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed May 16 16:14:31 2018 (r470127) +++ head/textproc/Makefile Wed May 16 16:27:41 2018 (r470128) @@ -1532,6 +1532,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 Modified: head/textproc/rubygem-html-pipeline27/Makefile ============================================================================== --- head/textproc/rubygem-html-pipeline/Makefile Thu Apr 26 18:52:09 2018 (r468375) +++ head/textproc/rubygem-html-pipeline27/Makefile Wed May 16 16:27:41 2018 (r470128) @@ -4,8 +4,9 @@ PORTNAME= html-pipeline 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 @@ LICENSE_FILE= ${WRKSRC}/LICENSE 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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805161627.w4GGRguL082057>