pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jan  9 08:11:00 UTC 2023

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

Log Message:
www/ruby-jekyll-gist: change dependency

Now depends on devel/ruby-octokit4.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/ruby-jekyll-gist/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-gist/Makefile
diff -u pkgsrc/www/ruby-jekyll-gist/Makefile:1.7 pkgsrc/www/ruby-jekyll-gist/Makefile:1.8
--- pkgsrc/www/ruby-jekyll-gist/Makefile:1.7    Thu Jun 18 16:41:11 2020
+++ pkgsrc/www/ruby-jekyll-gist/Makefile        Mon Jan  9 08:11:00 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2020/06/18 16:41:11 taca Exp $
+# $NetBSD: Makefile,v 1.8 2023/01/09 08:11:00 taca Exp $
 
 DISTNAME=      jekyll-gist-1.5.0
+PKGREVISION=   1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +9,7 @@ HOMEPAGE=       https://github.com/jekyll/jeky
 COMMENT=       Liquid tag for displaying GitHub Gists in Jekyll sites
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-octokit>=4.2<5:../../devel/ruby-octokit
+DEPENDS+=      ${RUBY_PKGPREFIX}-octokit4>=4.2<5:../../devel/ruby-octokit4
 
 USE_LANGUAGES= # none
 USE_TOOLS+=    bash:run



Home | Main Index | Thread Index | Old Index