Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2024 15:04:19 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: ab97702d9d34 - main - textproc/rubygem-asciidoctor-pdf: Update to 2.3.15
Message-ID:  <202403231504.42NF4JP8014459@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=ab97702d9d34c3016c4dee18e4a6d3714b290396

commit ab97702d9d34c3016c4dee18e4a6d3714b290396
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-23 14:25:58 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-23 14:50:06 +0000

    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
---
 textproc/rubygem-asciidoctor-pdf/Makefile            |  7 ++++---
 textproc/rubygem-asciidoctor-pdf/distinfo            |  6 +++---
 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])



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