Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2025 02:51:53 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e784fd82fa2e - main - www/rubygem-gitlab-gollum-lib: Fix gemspec for rubygem-sanitize 7.0.0 update
Message-ID:  <202501020251.5022prMs019108@gitrepo.freebsd.org>

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

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

commit e784fd82fa2e64eacf68f2acb8f6e93efe933823
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-01-02 02:46:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-01-02 02:46:30 +0000

    www/rubygem-gitlab-gollum-lib: Fix gemspec for rubygem-sanitize 7.0.0 update
    
    - Bump PORTREVISION for package change
---
 www/rubygem-gitlab-gollum-lib/Makefile                            | 4 ++--
 .../files/patch-gitlab-gollum-lib.gemspec                         | 8 +++++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/www/rubygem-gitlab-gollum-lib/Makefile b/www/rubygem-gitlab-gollum-lib/Makefile
index 796de1e19753..0ecfe9d86191 100644
--- a/www/rubygem-gitlab-gollum-lib/Makefile
+++ b/www/rubygem-gitlab-gollum-lib/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gitlab-gollum-lib
 PORTVERSION=	4.2.7.10.gitlab.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -16,7 +16,7 @@ RUN_DEPENDS=	rubygem-gemojione32>=3.2<4:graphics/rubygem-gemojione32 \
 		rubygem-gitlab-gollum-rugged_adapter>=0.4.4.4.gitlab.1<0.4.5:www/rubygem-gitlab-gollum-rugged_adapter \
 		rubygem-nokogiri>=1.6.1<2.0:textproc/rubygem-nokogiri \
 		rubygem-rouge3>=3.1<4:textproc/rubygem-rouge3 \
-		rubygem-sanitize>=6.0<7:textproc/rubygem-sanitize \
+		rubygem-sanitize>=6.0<8:textproc/rubygem-sanitize \
 		rubygem-stringex>=2.6<3,1:devel/rubygem-stringex
 
 USES=		gem
diff --git a/www/rubygem-gitlab-gollum-lib/files/patch-gitlab-gollum-lib.gemspec b/www/rubygem-gitlab-gollum-lib/files/patch-gitlab-gollum-lib.gemspec
index 1f690833d0a0..2661e3df1925 100644
--- a/www/rubygem-gitlab-gollum-lib/files/patch-gitlab-gollum-lib.gemspec
+++ b/www/rubygem-gitlab-gollum-lib/files/patch-gitlab-gollum-lib.gemspec
@@ -1,10 +1,12 @@
---- gitlab-gollum-lib.gemspec.orig	2024-02-27 16:56:28 UTC
+--- gitlab-gollum-lib.gemspec.orig	2025-01-01 11:38:31 UTC
 +++ gitlab-gollum-lib.gemspec
-@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
+@@ -26,8 +26,8 @@ Gem::Specification.new do |s|
+   s.add_runtime_dependency(%q<rouge>.freeze, ["~> 3.1".freeze])
    s.add_runtime_dependency(%q<nokogiri>.freeze, [">= 1.6.1".freeze, "< 2.0".freeze])
    s.add_runtime_dependency(%q<stringex>.freeze, ["~> 2.6".freeze])
-   s.add_runtime_dependency(%q<sanitize>.freeze, ["~> 6.0".freeze])
+-  s.add_runtime_dependency(%q<sanitize>.freeze, ["~> 6.0".freeze])
 -  s.add_runtime_dependency(%q<github-markup>.freeze, ["~> 1.6".freeze])
++  s.add_runtime_dependency(%q<sanitize>.freeze, [">= 6.0".freeze, "< 8".freeze])
 +  s.add_runtime_dependency(%q<gitlab-markup>.freeze, ["~> 1.6".freeze])
    s.add_runtime_dependency(%q<gemojione>.freeze, ["~> 3.2".freeze])
    s.add_development_dependency(%q<org-ruby>.freeze, ["~> 0.9.9".freeze])



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