Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2023 11:05:07 GMT
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 75c0974f4d65 - main - textproc/rubygem-jekyll-gist: use octokit 4.25.1
Message-ID:  <202305161105.34GB57UJ083051@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=75c0974f4d65e8b9611f3bf917badcd31e9b051e

commit 75c0974f4d65e8b9611f3bf917badcd31e9b051e
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2023-05-16 11:04:24 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2023-05-16 11:04:55 +0000

    textproc/rubygem-jekyll-gist: use octokit 4.25.1
---
 textproc/rubygem-jekyll-gist/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/textproc/rubygem-jekyll-gist/Makefile b/textproc/rubygem-jekyll-gist/Makefile
index a989d0a32221..5455a315566c 100644
--- a/textproc/rubygem-jekyll-gist/Makefile
+++ b/textproc/rubygem-jekyll-gist/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	jekyll-gist
 PORTVERSION=	1.5.0
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -10,7 +11,7 @@ WWW=		https://github.com/jekyll/jekyll-gist
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-octokit>=4.2<5:net/rubygem-octokit
+RUN_DEPENDS=	rubygem-octokit4>=4.2<5:net/rubygem-octokit4
 
 USES=		gem shebangfix
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305161105.34GB57UJ083051>