summaryrefslogtreecommitdiff
path: root/textproc/rubygem-asciidoctor-pdf
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rubygem-asciidoctor-pdf')
-rw-r--r--textproc/rubygem-asciidoctor-pdf/Makefile3
-rw-r--r--textproc/rubygem-asciidoctor-pdf/distinfo6
-rw-r--r--textproc/rubygem-asciidoctor-pdf/files/patch-gemspec11
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])