Date: Wed, 30 Jun 2021 20:48:08 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: caa8b4e2a01a - main - devel/rubygem-ascii85: Update to 1.1.0 Message-ID: <202106302048.15UKm88S057035@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=caa8b4e2a01a1bd63458568995a7f3738b824787 commit caa8b4e2a01a1bd63458568995a7f3738b824787 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-30 20:40:02 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-30 20:44:08 +0000 devel/rubygem-ascii85: Update to 1.1.0 Changes: https://github.com/DataWraith/ascii85gem/blob/master/History.txt --- devel/rubygem-ascii85/Makefile | 7 ++++--- devel/rubygem-ascii85/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/devel/rubygem-ascii85/Makefile b/devel/rubygem-ascii85/Makefile index f742bc219752..f4eb08380108 100644 --- a/devel/rubygem-ascii85/Makefile +++ b/devel/rubygem-ascii85/Makefile @@ -1,7 +1,7 @@ # Created by: Steve Wills <swills@FreeBSD.org> PORTNAME= ascii85 -PORTVERSION= 1.0.3 +PORTVERSION= 1.1.0 CATEGORIES= devel rubygems MASTER_SITES= RG DISTNAME= Ascii85-${PORTVERSION} @@ -12,9 +12,10 @@ COMMENT= Encode/decode Adobe's binary-to-text encoding of the same name #' LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes PLIST_FILES= bin/ascii85 diff --git a/devel/rubygem-ascii85/distinfo b/devel/rubygem-ascii85/distinfo index dddb5cf6af08..389238566dff 100644 --- a/devel/rubygem-ascii85/distinfo +++ b/devel/rubygem-ascii85/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1516969785 -SHA256 (rubygem/Ascii85-1.0.3.gem) = 7ae3f2eb83ef5962016802caf0ce7db500c1cc25f385877f6ec64a29cfa8a818 -SIZE (rubygem/Ascii85-1.0.3.gem) = 11776 +TIMESTAMP = 1624630256 +SHA256 (rubygem/Ascii85-1.1.0.gem) = 9ce694467bd69ab2349768afd27c52ad721cdc6f642aeaa895717bfd7ada44b7 +SIZE (rubygem/Ascii85-1.1.0.gem) = 12288
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106302048.15UKm88S057035>