pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-jekyll-archives



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Oct 24 14:41:59 UTC 2016

Modified Files:
        pkgsrc/www/ruby-jekyll-archives: Makefile

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-jekyll-archives/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-archives/Makefile
diff -u pkgsrc/www/ruby-jekyll-archives/Makefile:1.2 pkgsrc/www/ruby-jekyll-archives/Makefile:1.3
--- pkgsrc/www/ruby-jekyll-archives/Makefile:1.2        Mon Oct 24 14:23:01 2016
+++ pkgsrc/www/ruby-jekyll-archives/Makefile    Mon Oct 24 14:41:58 2016
@@ -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 @@ HOMEPAGE=      https://github.com/jekyll/jeky
 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