Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 May 2021 15:27:50 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: 2d2974f77580 - main - print/rubygem-ttfunk: Update to 1.7.0
Message-ID:  <202105161527.14GFRobT067909@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=2d2974f77580f2920cea2d998d24f5cf33f816ed

commit 2d2974f77580f2920cea2d998d24f5cf33f816ed
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-05-16 15:16:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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 <swills@FreeBSD.org>
 
 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 <bsd.port.mk>
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



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