pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-jekyll



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.

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@localhost
@@ -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
 



Home | Main Index | Thread Index | Old Index