pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ruby-jekyll * Add really dependency to ruby-jekyll...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d9a6e06f0478
branches: trunk
changeset: 361639:d9a6e06f0478
user: taca <taca%pkgsrc.org@localhost>
date: Sun Apr 23 13:04:00 2017 +0000
description:
* Add really dependency to ruby-jekyll-minima and ruby-jekyll-feed.
* Add MESSAGE forgot in previous commit.
Bump PKGREVISION.
diffstat:
www/ruby-jekyll/MESSAGE | 8 ++++++++
www/ruby-jekyll/Makefile | 5 ++++-
2 files changed, 12 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r 456340ee4524 -r d9a6e06f0478 www/ruby-jekyll/MESSAGE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-jekyll/MESSAGE Sun Apr 23 13:04:00 2017 +0000
@@ -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 -r 456340ee4524 -r d9a6e06f0478 www/ruby-jekyll/Makefile
--- a/www/ruby-jekyll/Makefile Sun Apr 23 09:58:31 2017 +0000
+++ b/www/ruby-jekyll/Makefile Sun Apr 23 13:04:00 2017 +0000
@@ -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-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
Home |
Main Index |
Thread Index |
Old Index