From 8710dfa438cfc4437157bcf68ee2954a177b1332 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 23 Apr 2017 13:04:00 +0000 Subject: * Add really dependency to ruby-jekyll-minima and ruby-jekyll-feed. * Add MESSAGE forgot in previous commit. Bump PKGREVISION. --- www/ruby-jekyll/MESSAGE | 8 ++++++++ www/ruby-jekyll/Makefile | 5 ++++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 www/ruby-jekyll/MESSAGE (limited to 'www') diff --git a/www/ruby-jekyll/MESSAGE b/www/ruby-jekyll/MESSAGE new file mode 100644 index 00000000000..598540ce5d9 --- /dev/null +++ b/www/ruby-jekyll/MESSAGE @@ -0,0 +1,8 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2017/04/23 13:04:00 taca Exp $ + +Note jekyll pkgsrc version dose not depends on ruby-bundler and disables +bundler execution unless --execute-bundle option is specified to +`jekyll new`. + +=========================================================================== diff --git a/www/ruby-jekyll/Makefile b/www/ruby-jekyll/Makefile index 216e0b72cdb..003f2676921 100644 --- a/www/ruby-jekyll/Makefile +++ b/www/ruby-jekyll/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2017/04/22 17:13:48 taca Exp $ +# $NetBSD: Makefile,v 1.23 2017/04/23 13:04:00 taca Exp $ DISTNAME= jekyll-3.4.3 +PKGREVISION= 1 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org @@ -18,6 +19,8 @@ DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-sass-converter>=1.0<2:../../www/ruby-jekyll-s DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-watch>=1.1<2:../../www/ruby-jekyll-watch DEPENDS+= ${RUBY_PKGPREFIX}-pathutil>=0.9<1:../../devel/ruby-pathutil DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.4<3:../../net/ruby-addressable +DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-minima>=2.1.1:../../www/ruby-jekyll-minima +DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-feed>=0.9.2:../../www/ruby-jekyll-feed RUBYGEM_OPTIONS+= --format-executable -- cgit v1.2.3