pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ruby-jekyll www/ruby-jekyll: Add dependency to rub...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/892634e120a5
branches:  trunk
changeset: 370227:892634e120a5
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Oct 13 16:52:46 2017 +0000

description:
www/ruby-jekyll: Add dependency to ruby-bundler

jekyll has implict dependency to bundler in its code.

Bump PKGREVISION.

diffstat:

 www/ruby-jekyll/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r dc80e67af1ce -r 892634e120a5 www/ruby-jekyll/Makefile
--- a/www/ruby-jekyll/Makefile  Fri Oct 13 16:36:03 2017 +0000
+++ b/www/ruby-jekyll/Makefile  Fri Oct 13 16:52:46 2017 +0000
@@ -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@localhost
@@ -21,6 +22,7 @@
 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
 



Home | Main Index | Thread Index | Old Index