git: 75c0974f4d65 - main - textproc/rubygem-jekyll-gist: use octokit 4.25.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 May 2023 11:05:07 UTC
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