View | Details | Raw Unified | Return to bug 275957 | Differences between
and this patch

Collapse All | Expand All

(-)b/textproc/rubygem-asciidoctor-pdf/Makefile (+1 lines)
Lines 1-5 Link Here
1
PORTNAME=	asciidoctor-pdf
1
PORTNAME=	asciidoctor-pdf
2
PORTVERSION=	2.3.10
2
PORTVERSION=	2.3.10
3
PORTREVISION=	1
3
CATEGORIES=	textproc rubygems
4
CATEGORIES=	textproc rubygems
4
MASTER_SITES=	RG
5
MASTER_SITES=	RG
5
6
(-)b/textproc/rubygem-asciidoctor-pdf/files/patch-asciidoctor-pdf.gemspec (-6 / +10 lines)
Lines 1-17 Link Here
1
Obtained from:	https://github.com/asciidoctor/asciidoctor-pdf/commit/631606e91f487e797e73c15467979b0b63c5ff68
1
Obtained from:
2
https://github.com/asciidoctor/asciidoctor-pdf/commit/631606e91f487e797e73c15467979b0b63c5ff68
3
https://github.com/asciidoctor/asciidoctor-pdf/commit/cd71092a5c5c86b9770359a0f1bd7c60b9dce7ea
2
4
3
--- asciidoctor-pdf.gemspec.orig	2023-01-06 06:23:58 UTC
5
6
--- asciidoctor-pdf.gemspec.orig	2023-12-27 02:32:44 UTC
4
+++ asciidoctor-pdf.gemspec
7
+++ asciidoctor-pdf.gemspec
5
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
8
@@ -26,8 +26,8 @@ Gem::Specification.new do |s|
9
   s.add_runtime_dependency(%q<matrix>.freeze, ["~> 0.4"])
6
   s.add_runtime_dependency(%q<prawn-table>.freeze, ["~> 0.2.0"])
10
   s.add_runtime_dependency(%q<prawn-table>.freeze, ["~> 0.2.0"])
7
   s.add_runtime_dependency(%q<prawn-templates>.freeze, ["~> 0.1.0"])
11
   s.add_runtime_dependency(%q<prawn-templates>.freeze, ["~> 0.1.0"])
8
   s.add_runtime_dependency(%q<prawn-svg>.freeze, ["~> 0.32.0"])
12
-  s.add_runtime_dependency(%q<prawn-svg>.freeze, ["~> 0.32.0"])
9
-  s.add_runtime_dependency(%q<prawn-icon>.freeze, ["~> 3.0.0"])
13
-  s.add_runtime_dependency(%q<prawn-icon>.freeze, ["~> 3.0.0"])
14
+  s.add_runtime_dependency(%q<prawn-svg>.freeze, ["~> 0.33.0"])
10
+  s.add_runtime_dependency(%q<prawn-icon>.freeze, ["~> 3.1.0"])
15
+  s.add_runtime_dependency(%q<prawn-icon>.freeze, ["~> 3.1.0"])
11
   s.add_runtime_dependency(%q<concurrent-ruby>.freeze, ["~> 1.1"])
16
   s.add_runtime_dependency(%q<concurrent-ruby>.freeze, ["~> 1.1"])
12
   s.add_runtime_dependency(%q<treetop>.freeze, ["~> 1.6.0"])
17
   s.add_runtime_dependency(%q<treetop>.freeze, ["~> 1.6.0"])
13
   s.add_development_dependency(%q<rake>.freeze, ["~> 13.0.0"])
18
   s.add_development_dependency(%q<rake>.freeze, ["~> 13.0.0"])
14
--- lib/asciidoctor/pdf/ext/prawn/extensions.rb.orig	2023-01-06 06:23:58 UTC
19
--- lib/asciidoctor/pdf/ext/prawn/extensions.rb.orig	2023-12-27 02:32:43 UTC
15
+++ lib/asciidoctor/pdf/ext/prawn/extensions.rb
20
+++ lib/asciidoctor/pdf/ext/prawn/extensions.rb
16
@@ -16,7 +16,7 @@ module Asciidoctor
21
@@ -16,7 +16,7 @@ module Asciidoctor
17
       ColumnBox = ::Prawn::Document::ColumnBox
22
       ColumnBox = ::Prawn::Document::ColumnBox
18
- 

Return to bug 275957