Date: Thu, 20 Apr 2023 06:58:09 GMT From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 9efdd84dddab - 2023Q2 - www/rubygem-gollum-lib: Change RUN_DEPENDS from rubygem-rouge to rubygem-rouge3 Message-ID: <202304200658.33K6w9PN023124@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2023Q2 has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=9efdd84dddab26f8e83d9b8e11ff6769a7aa3488 commit 9efdd84dddab26f8e83d9b8e11ff6769a7aa3488 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:26:36 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2023-04-20 05:54:49 +0000 www/rubygem-gollum-lib: Change RUN_DEPENDS from rubygem-rouge to rubygem-rouge3 - Bump PORTREVISION for dependency change (cherry picked from commit eb1d45cccdadfd341263bdc49a0b63be39087a69) --- www/rubygem-gollum-lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/rubygem-gollum-lib/Makefile b/www/rubygem-gollum-lib/Makefile index e0ead4f9715b..fd1674640f59 100644 --- a/www/rubygem-gollum-lib/Makefile +++ b/www/rubygem-gollum-lib/Makefile @@ -1,6 +1,6 @@ PORTNAME= gollum-lib PORTVERSION= 5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www rubygems MASTER_SITES= RG @@ -17,7 +17,7 @@ RUN_DEPENDS= rubygem-gemojione>=4.1<5:graphics/rubygem-gemojione \ rubygem-loofah>=2.3<3:textproc/rubygem-loofah \ rubygem-nokogiri>=1.8<2:textproc/rubygem-nokogiri \ rubygem-octicons>=12.0:misc/rubygem-octicons \ - rubygem-rouge>=3.1<4:textproc/rubygem-rouge \ + rubygem-rouge3>=3.1<4:textproc/rubygem-rouge3 \ rubygem-twitter-text1>=1.14.7<1.14.8:textproc/rubygem-twitter-text1 USES= gem
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304200658.33K6w9PN023124>