From owner-dev-commits-ports-main@freebsd.org Sun May 16 15:27:51 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 87DD0645559; Sun, 16 May 2021 15:27:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FjmNl3075z4bDZ; Sun, 16 May 2021 15:27:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 494B81B247; Sun, 16 May 2021 15:27:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14GFRpFV067931; Sun, 16 May 2021 15:27:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14GFRpgi067930; Sun, 16 May 2021 15:27:51 GMT (envelope-from git) Date: Sun, 16 May 2021 15:27:51 GMT Message-Id: <202105161527.14GFRpgi067930@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: a560835de134 - main - textproc/rubygem-asciidoctor-pdf: Update to 1.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a560835de1341a111a60422126eebd1ca30b3cfd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2021 15:27:51 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a560835de1341a111a60422126eebd1ca30b3cfd commit a560835de1341a111a60422126eebd1ca30b3cfd Author: Po-Chuan Hsieh AuthorDate: 2021-05-16 15:16:23 +0000 Commit: Po-Chuan Hsieh 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 PORTNAME= asciidoctor-pdf -PORTVERSION= 1.5.4 +PORTVERSION= 1.6.0 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -9,19 +9,17 @@ MAINTAINER= sunpoet@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.freeze, ["~> 0.2.0"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.1.0"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.31.0"]) -- s.add_runtime_dependency(%q.freeze, ["~> 2.5.0"]) -+ s.add_runtime_dependency(%q.freeze, [">= 2.5.0"]) - s.add_runtime_dependency(%q.freeze, ["~> 1.0.0"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.3.0"]) - s.add_runtime_dependency(%q.freeze, ["~> 1.1.0"])