From owner-dev-commits-ports-all@freebsd.org Sun May 16 15:27:51 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 6558E6456B5; 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 4FjmNk4bw8z4b2f; Sun, 16 May 2021 15:27:50 +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 2592A1B38E; Sun, 16 May 2021 15:27:50 +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 14GFRo6K067910; Sun, 16 May 2021 15:27:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14GFRobT067909; Sun, 16 May 2021 15:27:50 GMT (envelope-from git) Date: Sun, 16 May 2021 15:27:50 GMT Message-Id: <202105161527.14GFRobT067909@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: 2d2974f77580 - main - print/rubygem-ttfunk: Update to 1.7.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: 2d2974f77580f2920cea2d998d24f5cf33f816ed Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the 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=2d2974f77580f2920cea2d998d24f5cf33f816ed commit 2d2974f77580f2920cea2d998d24f5cf33f816ed Author: Po-Chuan Hsieh AuthorDate: 2021-05-16 15:16:19 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-05-16 15:24:38 +0000 print/rubygem-ttfunk: Update to 1.7.0 - Update COMMENT - Update pkg-descr - Take maintainership Changes: https://github.com/prawnpdf/ttfunk/releases https://github.com/prawnpdf/ttfunk/blob/master/CHANGELOG.md --- print/rubygem-ttfunk/Makefile | 11 ++++++----- print/rubygem-ttfunk/distinfo | 6 +++--- print/rubygem-ttfunk/pkg-descr | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/print/rubygem-ttfunk/Makefile b/print/rubygem-ttfunk/Makefile index 0c123fe7c81b..b6536f8a5812 100644 --- a/print/rubygem-ttfunk/Makefile +++ b/print/rubygem-ttfunk/Makefile @@ -1,12 +1,12 @@ # Created by: Steve Wills PORTNAME= ttfunk -PORTVERSION= 1.5.1 +PORTVERSION= 1.7.0 CATEGORIES= print rubygems MASTER_SITES= RG -MAINTAINER= ruby@FreeBSD.org -COMMENT= Font Metrics Parser for Prawn +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Font Metrics Parser for the Prawn PDF generator LICENSE= RUBY GPLv2 GPLv3 LICENSE_COMB= dual @@ -14,8 +14,9 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/GPLv2 LICENSE_FILE_GPLv3= ${WRKSRC}/GPLv3 LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include diff --git a/print/rubygem-ttfunk/distinfo b/print/rubygem-ttfunk/distinfo index 565589d9fe05..04861ca88ebe 100644 --- a/print/rubygem-ttfunk/distinfo +++ b/print/rubygem-ttfunk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1492006910 -SHA256 (rubygem/ttfunk-1.5.1.gem) = 8da1c20cc9e010a4b083376e6ae6996c4aa517558420bb23d9a1d8a228b6f9d5 -SIZE (rubygem/ttfunk-1.5.1.gem) = 47104 +TIMESTAMP = 1620928717 +SHA256 (rubygem/ttfunk-1.7.0.gem) = 2370ba484b1891c70bdcafd3448cfd82a32dd794802d81d720a64c15d3ef2a96 +SIZE (rubygem/ttfunk-1.7.0.gem) = 71168 diff --git a/print/rubygem-ttfunk/pkg-descr b/print/rubygem-ttfunk/pkg-descr index f56a4fd5c877..5bc738cab7de 100644 --- a/print/rubygem-ttfunk/pkg-descr +++ b/print/rubygem-ttfunk/pkg-descr @@ -1,3 +1,3 @@ -Font Metrics Parser for Prawn +TTFunk is a TrueType font parser written in pure ruby. WWW: https://github.com/prawnpdf/ttfunk