diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-23 14:25:58 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-23 14:50:06 +0000 |
commit | ab97702d9d34c3016c4dee18e4a6d3714b290396 (patch) | |
tree | db895c1823011791289b23c74f47213eb6e6f307 | |
parent | 80881e9d066fcda5075bf0653611e23ca9d140ca (diff) |
textproc/rubygem-asciidoctor-pdf: Update to 2.3.15
- Change RUN_DEPENDS from rubygem-prawn to rubygem-prawn24
Changes: https://github.com/asciidoctor/asciidoctor-pdf/releases
-rw-r--r-- | textproc/rubygem-asciidoctor-pdf/Makefile | 7 | ||||
-rw-r--r-- | textproc/rubygem-asciidoctor-pdf/distinfo | 6 | ||||
-rw-r--r-- | textproc/rubygem-asciidoctor-pdf/files/patch-gemspec | 13 |
3 files changed, 7 insertions, 19 deletions
diff --git a/textproc/rubygem-asciidoctor-pdf/Makefile b/textproc/rubygem-asciidoctor-pdf/Makefile index a68dd092a0b6..da29646eca80 100644 --- a/textproc/rubygem-asciidoctor-pdf/Makefile +++ b/textproc/rubygem-asciidoctor-pdf/Makefile @@ -1,5 +1,5 @@ PORTNAME= asciidoctor-pdf -PORTVERSION= 2.3.13 +PORTVERSION= 2.3.15 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -14,12 +14,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-asciidoctor>=2.0<3:textproc/rubygem-asciidoctor \ rubygem-concurrent-ruby>=1.1<2:devel/rubygem-concurrent-ruby \ rubygem-matrix>=0.4<1:math/rubygem-matrix \ - rubygem-prawn>=2.4.0<2.5:print/rubygem-prawn \ + rubygem-prawn24>=2.4.0<2.5:print/rubygem-prawn24 \ rubygem-prawn-icon>=3.1.0<3.2:print/rubygem-prawn-icon \ 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-treetop>=1.6.0<1.7:devel/rubygem-treetop + rubygem-treetop>=1.6.0<1.7:devel/rubygem-treetop \ + rubygem-ttfunk17>=1.7.0<1.8:print/rubygem-ttfunk17 USES= gem diff --git a/textproc/rubygem-asciidoctor-pdf/distinfo b/textproc/rubygem-asciidoctor-pdf/distinfo index 95ca5def6527..e15b1a90e2e2 100644 --- a/textproc/rubygem-asciidoctor-pdf/distinfo +++ b/textproc/rubygem-asciidoctor-pdf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708450578 -SHA256 (rubygem/asciidoctor-pdf-2.3.13.gem) = fa03c42e317060b0492005b77665c376d36d75e50859a51fc21b7f85d1030e77 -SIZE (rubygem/asciidoctor-pdf-2.3.13.gem) = 2275328 +TIMESTAMP = 1710712760 +SHA256 (rubygem/asciidoctor-pdf-2.3.15.gem) = 432effdefdcd6433a797b702422b5f6fd4120c495c5f75ae059159aa75aa9a94 +SIZE (rubygem/asciidoctor-pdf-2.3.15.gem) = 2275840 diff --git a/textproc/rubygem-asciidoctor-pdf/files/patch-gemspec b/textproc/rubygem-asciidoctor-pdf/files/patch-gemspec deleted file mode 100644 index f5f20e630587..000000000000 --- a/textproc/rubygem-asciidoctor-pdf/files/patch-gemspec +++ /dev/null @@ -1,13 +0,0 @@ -Obtained from: https://github.com/asciidoctor/asciidoctor-pdf/commit/631606e91f487e797e73c15467979b0b63c5ff68 - ---- asciidoctor-pdf.gemspec.orig 2024-02-21 18:05:13 UTC -+++ asciidoctor-pdf.gemspec -@@ -26,7 +26,7 @@ Gem::Specification.new do |s| - s.add_runtime_dependency(%q<matrix>.freeze, ["~> 0.4".freeze]) - s.add_runtime_dependency(%q<prawn-table>.freeze, ["~> 0.2.0".freeze]) - s.add_runtime_dependency(%q<prawn-templates>.freeze, ["~> 0.1.0".freeze]) -- s.add_runtime_dependency(%q<prawn-svg>.freeze, ["~> 0.33.0".freeze]) -+ 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<treetop>.freeze, ["~> 1.6.0".freeze]) |