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: Sun Apr 23 13:04:00 UTC 2017
Modified Files:
pkgsrc/www/ruby-jekyll: Makefile
Added Files:
pkgsrc/www/ruby-jekyll: MESSAGE
Log Message:
* Add really dependency to ruby-jekyll-minima and ruby-jekyll-feed.
* Add MESSAGE forgot in previous commit.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/ruby-jekyll/MESSAGE
cvs rdiff -u -r1.22 -r1.23 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.22 pkgsrc/www/ruby-jekyll/Makefile:1.23
--- pkgsrc/www/ruby-jekyll/Makefile:1.22 Sat Apr 22 17:13:48 2017
+++ pkgsrc/www/ruby-jekyll/Makefile Sun Apr 23 13:04:00 2017
@@ -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@localhost
@@ -18,6 +19,8 @@ DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-sass-
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
Added files:
Index: pkgsrc/www/ruby-jekyll/MESSAGE
diff -u /dev/null pkgsrc/www/ruby-jekyll/MESSAGE:1.1
--- /dev/null Sun Apr 23 13:04:00 2017
+++ pkgsrc/www/ruby-jekyll/MESSAGE Sun Apr 23 13:04:00 2017
@@ -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`.
+
+===========================================================================
Home |
Main Index |
Thread Index |
Old Index