Received: by mail.netbsd.org (Postfix, from userid 605) id 3DE1484D60; Fri, 13 Oct 2017 16:52:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C525F84D5A for ; Fri, 13 Oct 2017 16:52:46 +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 UBUn8e0QRYyb for ; Fri, 13 Oct 2017 16:52:46 +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 3192284D25 for ; Fri, 13 Oct 2017 16:52:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 28755FBC7; Fri, 13 Oct 2017 16:52:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1507913566268900" MIME-Version: 1.0 Date: Fri, 13 Oct 2017 16:52:46 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-jekyll To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20171013165246.28755FBC7@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. --_----------=_1507913566268900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Fri Oct 13 16:52:46 UTC 2017 Modified Files: pkgsrc/www/ruby-jekyll: Makefile Log Message: www/ruby-jekyll: Add dependency to ruby-bundler jekyll has implict dependency to bundler in its code. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/ruby-jekyll/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1507913566268900 Content-Disposition: inline Content-Length: 902 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-jekyll/Makefile diff -u pkgsrc/www/ruby-jekyll/Makefile:1.27 pkgsrc/www/ruby-jekyll/Makefile:1.28 --- pkgsrc/www/ruby-jekyll/Makefile:1.27 Tue Sep 19 16:36:07 2017 +++ pkgsrc/www/ruby-jekyll/Makefile Fri Oct 13 16:52:46 2017 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2017/09/19 16:36:07 taca Exp $ +# $NetBSD: Makefile,v 1.28 2017/10/13 16:52:46 taca Exp $ DISTNAME= jekyll-3.5.2 +PKGREVISION= 1 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org @@ -21,6 +22,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-rouge>=1.7<2 DEPENDS+= ${RUBY_PKGPREFIX}-safe_yaml>=1.0<2:../../textproc/ruby-safe_yaml DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-minima>=2.1.1:../../www/ruby-jekyll-minima DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-feed>=0.9.2:../../www/ruby-jekyll-feed +DEPENDS+= ${RUBY_PKGPREFIX}-bundler>=1.7:../../misc/ruby-bundler RUBYGEM_OPTIONS+= --format-executable --_----------=_1507913566268900--