Sun Apr 23 13:04:00 2017 UTC ()
* Add really dependency to ruby-jekyll-minima and ruby-jekyll-feed.
* Add MESSAGE forgot in previous commit.

Bump PKGREVISION.


(taca)
diff -r0 -r1.1 pkgsrc/www/ruby-jekyll/MESSAGE
diff -r1.22 -r1.23 pkgsrc/www/ruby-jekyll/Makefile

File Added: pkgsrc/www/ruby-jekyll/MESSAGE
===========================================================================
$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`.

===========================================================================

cvs diff -r1.22 -r1.23 pkgsrc/www/ruby-jekyll/Makefile (expand / switch to unified diff)

--- pkgsrc/www/ruby-jekyll/Makefile 2017/04/22 17:13:48 1.22
+++ pkgsrc/www/ruby-jekyll/Makefile 2017/04/23 13:04:00 1.23
@@ -1,28 +1,31 @@ @@ -1,28 +1,31 @@
1# $NetBSD: Makefile,v 1.22 2017/04/22 17:13:48 taca Exp $ 1# $NetBSD: Makefile,v 1.23 2017/04/23 13:04:00 taca Exp $
2 2
3DISTNAME= jekyll-3.4.3 3DISTNAME= jekyll-3.4.3
 4PKGREVISION= 1
4CATEGORIES= www 5CATEGORIES= www
5 6
6MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/mojombo/jekyll 8HOMEPAGE= https://github.com/mojombo/jekyll
8COMMENT= Blog-aware, static site generator in Ruby 9COMMENT= Blog-aware, static site generator in Ruby
9LICENSE= mit 10LICENSE= mit
10 11
11DEPENDS+= ${RUBY_PKGPREFIX}-liquid>=3.0<4:../../www/ruby-liquid 12DEPENDS+= ${RUBY_PKGPREFIX}-liquid>=3.0<4:../../www/ruby-liquid
12DEPENDS+= ${RUBY_PKGPREFIX}-kramdown>=1.3<2:../../textproc/ruby-kramdown 13DEPENDS+= ${RUBY_PKGPREFIX}-kramdown>=1.3<2:../../textproc/ruby-kramdown
13DEPENDS+= ${RUBY_PKGPREFIX}-mercenary>=0.3.3<0.4:../../devel/ruby-mercenary 14DEPENDS+= ${RUBY_PKGPREFIX}-mercenary>=0.3.3<0.4:../../devel/ruby-mercenary
14DEPENDS+= ${RUBY_PKGPREFIX}-safe_yaml>=1.0<2:../../textproc/ruby-safe_yaml 15DEPENDS+= ${RUBY_PKGPREFIX}-safe_yaml>=1.0<2:../../textproc/ruby-safe_yaml
15DEPENDS+= ${RUBY_PKGPREFIX}-colorator>=1.0<2:../../misc/ruby-colorator 16DEPENDS+= ${RUBY_PKGPREFIX}-colorator>=1.0<2:../../misc/ruby-colorator
16DEPENDS+= ${RUBY_PKGPREFIX}-rouge>=1.7<2:../../www/ruby-rouge 17DEPENDS+= ${RUBY_PKGPREFIX}-rouge>=1.7<2:../../www/ruby-rouge
17DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-sass-converter>=1.0<2:../../www/ruby-jekyll-sass-converter 18DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-sass-converter>=1.0<2:../../www/ruby-jekyll-sass-converter
18DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-watch>=1.1<2:../../www/ruby-jekyll-watch 19DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-watch>=1.1<2:../../www/ruby-jekyll-watch
19DEPENDS+= ${RUBY_PKGPREFIX}-pathutil>=0.9<1:../../devel/ruby-pathutil 20DEPENDS+= ${RUBY_PKGPREFIX}-pathutil>=0.9<1:../../devel/ruby-pathutil
20DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.4<3:../../net/ruby-addressable 21DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.4<3:../../net/ruby-addressable
 22DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-minima>=2.1.1:../../www/ruby-jekyll-minima
 23DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-feed>=0.9.2:../../www/ruby-jekyll-feed
21 24
22RUBYGEM_OPTIONS+= --format-executable 25RUBYGEM_OPTIONS+= --format-executable
23 26
24# restricted by ruby-jekyll-watch through ruby-dep and ruby-listen 27# restricted by ruby-jekyll-watch through ruby-dep and ruby-listen
25RUBY_VERSIONS_ACCEPTED= 22 23 28RUBY_VERSIONS_ACCEPTED= 22 23
26 29
27.include "../../lang/ruby/gem.mk" 30.include "../../lang/ruby/gem.mk"
28.include "../../mk/bsd.pkg.mk" 31.include "../../mk/bsd.pkg.mk"