pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-jekyll-archives * Add dependency to ruby-jeky...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9712a98ffc56
branches:  trunk
changeset: 354238:9712a98ffc56
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Oct 24 14:41:58 2016 +0000

description:
* Add dependency to ruby-jekyll as gemspec.
* Set RUBY_VERSIONS_ACCEPTED to 22 and 23.

Bump PKGREVISION.

diffstat:

 www/ruby-jekyll-archives/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 5b819c05f295 -r 9712a98ffc56 www/ruby-jekyll-archives/Makefile
--- a/www/ruby-jekyll-archives/Makefile Mon Oct 24 14:30:18 2016 +0000
+++ b/www/ruby-jekyll-archives/Makefile Mon Oct 24 14:41:58 2016 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2016/10/24 14:23:01 taca Exp $
+# $NetBSD: Makefile,v 1.3 2016/10/24 14:41:58 taca Exp $
 
 DISTNAME=      jekyll-archives-2.1.1
+PKGREVISION=   1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,5 +9,10 @@
 COMMENT=       Automatically generates post archives by dates, tags, and categories
 LICENSE=       mit
 
+DEPENDS+=      ${RUBY_PKGPREFIX}-jekyll>=2.4:../../www/ruby-jekyll
+
+# restricted by ruby-jekyll
+RUBY_VERSIONS_ACCEPTED= 22 23
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index