From owner-svn-ports-all@freebsd.org Wed May 16 16:27:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BF22EEBA0B; Wed, 16 May 2018 16:27:43 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B2BEB6FAD9; Wed, 16 May 2018 16:27:42 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 954951C907; Wed, 16 May 2018 16:27:42 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4GGRgoV082059; Wed, 16 May 2018 16:27:42 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GGRguL082057; Wed, 16 May 2018 16:27:42 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805161627.w4GGRguL082057@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Wed, 16 May 2018 16:27:42 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head/textproc: . rubygem-html-pipeline27 X-SVN-Commit-Revision: 470128 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 16:27:43 -0000 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