Skip to content

Commit

Permalink
textproc/rubygem-asciidoctor-pdf: Allow work with rubygem-prawn-svg 0…
Browse files Browse the repository at this point in the history
….33.0+

Obtained from:  asciidoctor/asciidoctor-pdf@cd71092

PR:		275957
Approved by:	maintainer timeout
  • Loading branch information
dbaio committed Jan 9, 2024
1 parent a5d69a4 commit af747c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions textproc/rubygem-asciidoctor-pdf/Makefile
@@ -1,5 +1,6 @@
PORTNAME= asciidoctor-pdf
PORTVERSION= 2.3.10
PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG

Expand Down
@@ -1,17 +1,22 @@
Obtained from: https://github.com/asciidoctor/asciidoctor-pdf/commit/631606e91f487e797e73c15467979b0b63c5ff68
Obtained from:
https://github.com/asciidoctor/asciidoctor-pdf/commit/631606e91f487e797e73c15467979b0b63c5ff68
https://github.com/asciidoctor/asciidoctor-pdf/commit/cd71092a5c5c86b9770359a0f1bd7c60b9dce7ea

--- asciidoctor-pdf.gemspec.orig 2023-01-06 06:23:58 UTC

--- asciidoctor-pdf.gemspec.orig 2023-12-27 02:32:44 UTC
+++ asciidoctor-pdf.gemspec
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
@@ -26,8 +26,8 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<matrix>.freeze, ["~> 0.4"])
s.add_runtime_dependency(%q<prawn-table>.freeze, ["~> 0.2.0"])
s.add_runtime_dependency(%q<prawn-templates>.freeze, ["~> 0.1.0"])
s.add_runtime_dependency(%q<prawn-svg>.freeze, ["~> 0.32.0"])
- s.add_runtime_dependency(%q<prawn-svg>.freeze, ["~> 0.32.0"])
- s.add_runtime_dependency(%q<prawn-icon>.freeze, ["~> 3.0.0"])
+ s.add_runtime_dependency(%q<prawn-svg>.freeze, ["~> 0.33.0"])
+ s.add_runtime_dependency(%q<prawn-icon>.freeze, ["~> 3.1.0"])
s.add_runtime_dependency(%q<concurrent-ruby>.freeze, ["~> 1.1"])
s.add_runtime_dependency(%q<treetop>.freeze, ["~> 1.6.0"])
s.add_development_dependency(%q<rake>.freeze, ["~> 13.0.0"])
--- lib/asciidoctor/pdf/ext/prawn/extensions.rb.orig 2023-01-06 06:23:58 UTC
--- lib/asciidoctor/pdf/ext/prawn/extensions.rb.orig 2023-12-27 02:32:43 UTC
+++ lib/asciidoctor/pdf/ext/prawn/extensions.rb
@@ -16,7 +16,7 @@ module Asciidoctor
ColumnBox = ::Prawn::Document::ColumnBox
Expand Down

0 comments on commit af747c3

Please sign in to comment.