Mon Jan 9 08:11:00 2023 UTC ()
www/ruby-jekyll-gist: change dependency

Now depends on devel/ruby-octokit4.

Bump PKGREVISION.


(taca)
diff -r1.7 -r1.8 pkgsrc/www/ruby-jekyll-gist/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/www/ruby-jekyll-gist/Makefile (expand / switch to unified diff)

--- pkgsrc/www/ruby-jekyll-gist/Makefile 2020/06/18 16:41:11 1.7
+++ pkgsrc/www/ruby-jekyll-gist/Makefile 2023/01/09 08:11:00 1.8
@@ -1,19 +1,20 @@ @@ -1,19 +1,20 @@
1# $NetBSD: Makefile,v 1.7 2020/06/18 16:41:11 taca Exp $ 1# $NetBSD: Makefile,v 1.8 2023/01/09 08:11:00 taca Exp $
2 2
3DISTNAME= jekyll-gist-1.5.0 3DISTNAME= jekyll-gist-1.5.0
 4PKGREVISION= 1
4CATEGORIES= www 5CATEGORIES= www
5 6
6MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/jekyll/jekyll-gist/ 8HOMEPAGE= https://github.com/jekyll/jekyll-gist/
8COMMENT= Liquid tag for displaying GitHub Gists in Jekyll sites 9COMMENT= Liquid tag for displaying GitHub Gists in Jekyll sites
9LICENSE= mit 10LICENSE= mit
10 11
11DEPENDS+= ${RUBY_PKGPREFIX}-octokit>=4.2<5:../../devel/ruby-octokit 12DEPENDS+= ${RUBY_PKGPREFIX}-octokit4>=4.2<5:../../devel/ruby-octokit4
12 13
13USE_LANGUAGES= # none 14USE_LANGUAGES= # none
14USE_TOOLS+= bash:run 15USE_TOOLS+= bash:run
15 16
16REPLACE_BASH+= script/bootstrap script/cibuild script/fmt script/release 17REPLACE_BASH+= script/bootstrap script/cibuild script/fmt script/release
17 18
18.include "../../lang/ruby/gem.mk" 19.include "../../lang/ruby/gem.mk"
19.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"