Received: by mail.netbsd.org (Postfix, from userid 605) id 02FA084DDC; Thu, 18 Jun 2020 16:41:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7F41484D6A for ; Thu, 18 Jun 2020 16:41:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id xb3ll42CZmqu for ; Thu, 18 Jun 2020 16:41:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id F3C1184D24 for ; Thu, 18 Jun 2020 16:41:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EAC41FB28; Thu, 18 Jun 2020 16:41:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1592498471103250" MIME-Version: 1.0 Date: Thu, 18 Jun 2020 16:41:11 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200618164111.EAC41FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1592498471103250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Jun 18 16:41:11 UTC 2020 Modified Files: pkgsrc/www/ruby-jekyll-gist: Makefile pkgsrc/www/ruby-jekyll-minima: Makefile pkgsrc/www/ruby-jekyll-paginate: Makefile Log Message: Add "USE_LANGUAGES= # none". To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/ruby-jekyll-gist/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/ruby-jekyll-minima/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ruby-jekyll-paginate/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1592498471103250 Content-Disposition: inline Content-Length: 2150 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-jekyll-gist/Makefile diff -u pkgsrc/www/ruby-jekyll-gist/Makefile:1.6 pkgsrc/www/ruby-jekyll-gist/Makefile:1.7 --- pkgsrc/www/ruby-jekyll-gist/Makefile:1.6 Tue Mar 13 17:39:48 2018 +++ pkgsrc/www/ruby-jekyll-gist/Makefile Thu Jun 18 16:41:11 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2018/03/13 17:39:48 taca Exp $ +# $NetBSD: Makefile,v 1.7 2020/06/18 16:41:11 taca Exp $ DISTNAME= jekyll-gist-1.5.0 CATEGORIES= www @@ -10,6 +10,7 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-octokit>=4.2<5:../../devel/ruby-octokit +USE_LANGUAGES= # none USE_TOOLS+= bash:run REPLACE_BASH+= script/bootstrap script/cibuild script/fmt script/release Index: pkgsrc/www/ruby-jekyll-minima/Makefile diff -u pkgsrc/www/ruby-jekyll-minima/Makefile:1.8 pkgsrc/www/ruby-jekyll-minima/Makefile:1.9 --- pkgsrc/www/ruby-jekyll-minima/Makefile:1.8 Sun Mar 15 21:13:35 2020 +++ pkgsrc/www/ruby-jekyll-minima/Makefile Thu Jun 18 16:41:11 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2020/03/15 21:13:35 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2020/06/18 16:41:11 taca Exp $ DISTNAME= minima-2.5.1 PKGNAME= ${RUBY_PKGPREFIX}-jekyll-${DISTNAME} @@ -15,5 +15,7 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-feed>=0.9<1:../../www/ruby-jekyll-feed DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-seo-tag>=2.1<3:../../www/ruby-jekyll-seo-tag +USE_LANGUAGES= # none + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/ruby-jekyll-paginate/Makefile diff -u pkgsrc/www/ruby-jekyll-paginate/Makefile:1.1 pkgsrc/www/ruby-jekyll-paginate/Makefile:1.2 --- pkgsrc/www/ruby-jekyll-paginate/Makefile:1.1 Fri Mar 13 16:46:12 2015 +++ pkgsrc/www/ruby-jekyll-paginate/Makefile Thu Jun 18 16:41:11 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/03/13 16:46:12 taca Exp $ +# $NetBSD: Makefile,v 1.2 2020/06/18 16:41:11 taca Exp $ DISTNAME= jekyll-paginate-1.1.0 CATEGORIES= www @@ -8,5 +8,7 @@ HOMEPAGE= https://github.com/jekyll/jeky COMMENT= Built-in Pagination Generator for Jekyll LICENSE= mit +USE_LANGUAGES= # none + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1592498471103250--