git: a560835de134 - main - textproc/rubygem-asciidoctor-pdf: Update to 1.6.0

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 16 15:27:51 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a560835de1341a111a60422126eebd1ca30b3cfd

commit a560835de1341a111a60422126eebd1ca30b3cfd
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-16 15:16:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-16 15:24:39 +0000

    textproc/rubygem-asciidoctor-pdf: Update to 1.6.0
    
    Changes:        https://github.com/asciidoctor/asciidoctor-pdf/releases
---
 textproc/rubygem-asciidoctor-pdf/Makefile            | 16 +++++++---------
 textproc/rubygem-asciidoctor-pdf/distinfo            |  6 +++---
 textproc/rubygem-asciidoctor-pdf/files/patch-gemspec | 11 -----------
 3 files changed, 10 insertions(+), 23 deletions(-)

diff --git a/textproc/rubygem-asciidoctor-pdf/Makefile b/textproc/rubygem-asciidoctor-pdf/Makefile
index 91a4a074dc7d..6f6e7473c33d 100644
--- a/textproc/rubygem-asciidoctor-pdf/Makefile
+++ b/textproc/rubygem-asciidoctor-pdf/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
 
 PORTNAME=	asciidoctor-pdf
-PORTVERSION=	1.5.4
+PORTVERSION=	1.6.0
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -9,19 +9,17 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Convert AsciiDoc documents to PDF
 
 LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE.adoc
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-asciidoctor>=1.5.3<3.0.0:textproc/rubygem-asciidoctor \
-		rubygem-concurrent-ruby>=1.1.0<1.2:devel/rubygem-concurrent-ruby \
-		rubygem-prawn>=2.2.0<2.3:print/rubygem-prawn \
-		rubygem-prawn-icon>=2.5.0:print/rubygem-prawn-icon \
+RUN_DEPENDS=	rubygem-asciidoctor>=2.0<3:textproc/rubygem-asciidoctor \
+		rubygem-concurrent-ruby>=1.1<2:devel/rubygem-concurrent-ruby \
+		rubygem-prawn>=2.4.0<2.5:print/rubygem-prawn \
+		rubygem-prawn-icon>=3.0.0<3.1:print/rubygem-prawn-icon \
 		rubygem-prawn-svg>=0.31.0<1: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-safe_yaml>=1.0.0<1.1:devel/rubygem-safe_yaml \
-		rubygem-thread_safe>=0.3.0<0.4:devel/rubygem-thread_safe \
-		rubygem-treetop>=1.6.0<1.7:devel/rubygem-treetop \
-		rubygem-ttfunk>=1.5.1<1.6:print/rubygem-ttfunk
+		rubygem-treetop>=1.6.0<1.7:devel/rubygem-treetop
 
 USES=		gem
 USE_RUBY=	yes
diff --git a/textproc/rubygem-asciidoctor-pdf/distinfo b/textproc/rubygem-asciidoctor-pdf/distinfo
index c67022a2e3a8..3abc1c1f48e1 100644
--- a/textproc/rubygem-asciidoctor-pdf/distinfo
+++ b/textproc/rubygem-asciidoctor-pdf/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1610268877
-SHA256 (rubygem/asciidoctor-pdf-1.5.4.gem) = c7a8998e905770628829972320017415174e69dea29fd0717e08e49d69b2104d
-SIZE (rubygem/asciidoctor-pdf-1.5.4.gem) = 1932800
+TIMESTAMP = 1620928719
+SHA256 (rubygem/asciidoctor-pdf-1.6.0.gem) = 89c730499bbc4086710ae0c1b9ac1510b8457d6861b9b31495e64871f1f8ae6b
+SIZE (rubygem/asciidoctor-pdf-1.6.0.gem) = 1933824
diff --git a/textproc/rubygem-asciidoctor-pdf/files/patch-gemspec b/textproc/rubygem-asciidoctor-pdf/files/patch-gemspec
deleted file mode 100644
index 66a61262ed36..000000000000
--- a/textproc/rubygem-asciidoctor-pdf/files/patch-gemspec
+++ /dev/null
@@ -1,11 +0,0 @@
---- asciidoctor-pdf.gemspec.orig	2021-01-10 09:02:01 UTC
-+++ asciidoctor-pdf.gemspec
-@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
-       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.31.0"])
--      s.add_runtime_dependency(%q<prawn-icon>.freeze, ["~> 2.5.0"])
-+      s.add_runtime_dependency(%q<prawn-icon>.freeze, [">= 2.5.0"])
-       s.add_runtime_dependency(%q<safe_yaml>.freeze, ["~> 1.0.0"])
-       s.add_runtime_dependency(%q<thread_safe>.freeze, ["~> 0.3.0"])
-       s.add_runtime_dependency(%q<concurrent-ruby>.freeze, ["~> 1.1.0"])


More information about the dev-commits-ports-all mailing list