Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jun 2024 02:49:12 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: 9b8f92480092 - main - textproc/rubygem-asciidoctor-pdf: Update to 2.3.17
Message-ID:  <202406030249.4532nCYH066957@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=9b8f92480092e29b55785be5f6a335e7e82c7fb0

commit 9b8f92480092e29b55785be5f6a335e7e82c7fb0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-06-03 02:39:52 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-06-03 02:39:52 +0000

    textproc/rubygem-asciidoctor-pdf: Update to 2.3.17
    
    Changes:        https://github.com/asciidoctor/asciidoctor-pdf/releases
---
 textproc/rubygem-asciidoctor-pdf/Makefile            |  3 ++-
 textproc/rubygem-asciidoctor-pdf/distinfo            |  6 +++---
 textproc/rubygem-asciidoctor-pdf/files/patch-gemspec | 11 +++++++++++
 3 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/textproc/rubygem-asciidoctor-pdf/Makefile b/textproc/rubygem-asciidoctor-pdf/Makefile
index da29646eca80..b0c7cb3ced55 100644
--- a/textproc/rubygem-asciidoctor-pdf/Makefile
+++ b/textproc/rubygem-asciidoctor-pdf/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	asciidoctor-pdf
-PORTVERSION=	2.3.15
+PORTVERSION=	2.3.17
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -19,6 +19,7 @@ RUN_DEPENDS=	rubygem-asciidoctor>=2.0<3:textproc/rubygem-asciidoctor \
 		rubygem-prawn-svg>=0.34.0<0.35:print/rubygem-prawn-svg \
 		rubygem-prawn-table>=0.2.0<0.3:print/rubygem-prawn-table \
 		rubygem-prawn-templates>=0.1.0<0.2:print/rubygem-prawn-templates \
+		rubygem-rexml>=3.2.6:textproc/rubygem-rexml \
 		rubygem-treetop>=1.6.0<1.7:devel/rubygem-treetop \
 		rubygem-ttfunk17>=1.7.0<1.8:print/rubygem-ttfunk17
 
diff --git a/textproc/rubygem-asciidoctor-pdf/distinfo b/textproc/rubygem-asciidoctor-pdf/distinfo
index e15b1a90e2e2..d927af53df44 100644
--- a/textproc/rubygem-asciidoctor-pdf/distinfo
+++ b/textproc/rubygem-asciidoctor-pdf/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1710712760
-SHA256 (rubygem/asciidoctor-pdf-2.3.15.gem) = 432effdefdcd6433a797b702422b5f6fd4120c495c5f75ae059159aa75aa9a94
-SIZE (rubygem/asciidoctor-pdf-2.3.15.gem) = 2275840
+TIMESTAMP = 1717354454
+SHA256 (rubygem/asciidoctor-pdf-2.3.17.gem) = c48afe76a107139c98d46db1d86aa0346c2f8c013342e5b278e063b5e6964777
+SIZE (rubygem/asciidoctor-pdf-2.3.17.gem) = 2276352
diff --git a/textproc/rubygem-asciidoctor-pdf/files/patch-gemspec b/textproc/rubygem-asciidoctor-pdf/files/patch-gemspec
new file mode 100644
index 000000000000..2977cb97f4ef
--- /dev/null
+++ b/textproc/rubygem-asciidoctor-pdf/files/patch-gemspec
@@ -0,0 +1,11 @@
+--- asciidoctor-pdf.gemspec.orig	2024-06-01 14:01:34 UTC
++++ asciidoctor-pdf.gemspec
+@@ -30,7 +30,7 @@ Gem::Specification.new do |s|
+   s.add_runtime_dependency(%q<prawn-svg>.freeze, ["~> 0.34.0".freeze])
+   s.add_runtime_dependency(%q<prawn-icon>.freeze, ["~> 3.0.0".freeze])
+   s.add_runtime_dependency(%q<concurrent-ruby>.freeze, ["~> 1.1".freeze])
+-  s.add_runtime_dependency(%q<rexml>.freeze, ["= 3.2.6".freeze])
++  s.add_runtime_dependency(%q<rexml>.freeze, [">= 3.2.6".freeze])
+   s.add_runtime_dependency(%q<treetop>.freeze, ["~> 1.6.0".freeze])
+   s.add_development_dependency(%q<rake>.freeze, ["~> 13.0.0".freeze])
+   s.add_development_dependency(%q<rspec>.freeze, ["~> 3.12.0".freeze])



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