git: 8b6d1fb037fc - main - +www/gitlab: Change RUN_DEPENDS from rubygem-rouge to rubygem-rouge43
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Sep 2024 04:28:04 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b6d1fb037fc09c97afc884c428f78bce3e63ba0 commit 8b6d1fb037fc09c97afc884c428f78bce3e63ba0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-25 04:17:48 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-25 04:23:03 +0000 +www/gitlab: Change RUN_DEPENDS from rubygem-rouge to rubygem-rouge43 - Bump PORTREVISION for dependency change --- www/gitlab/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index 01cf6e96f1c9..f7ba241239c9 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -5,6 +5,7 @@ DISTVERSIONPREFIX= v .if ${FLAVOR:U} == ee DISTVERSIONSUFFIX= -ee .endif +PORTREVISION= 1 CATEGORIES= www devel # include patch to fix database migration @@ -153,7 +154,7 @@ MY_DEPENDS= git>=2.41.0:devel/git \ rubygem-asciidoctor-include-ext>=0.4.0<0.5.0:textproc/rubygem-asciidoctor-include-ext \ rubygem-asciidoctor-plantuml00>=0.0.16<0.1:textproc/rubygem-asciidoctor-plantuml00 \ rubygem-asciidoctor-kroki>=0.10.0<0.11:textproc/rubygem-asciidoctor-kroki \ - rubygem-rouge>=4.3.0<4.4:textproc/rubygem-rouge \ + rubygem-rouge43>=4.3.0<4.4:textproc/rubygem-rouge43 \ rubygem-truncato>=0.7.12<0.8.0:textproc/rubygem-truncato \ rubygem-tty-prompt>=0.23<1:devel/rubygem-tty-prompt \ rubygem-nokogiri>=1.16<2:textproc/rubygem-nokogiri \