git: fa4c7605e5af - main - devel/rubygem-ascii85: Update to 2.0.1

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 25 Sep 2024 04:27:50 UTC
The branch main has been updated by sunpoet:

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

commit fa4c7605e5af4438edbea4c13ae2ae399641d220
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-25 04:17:15 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-25 04:23:00 +0000

    devel/rubygem-ascii85: Update to 2.0.1
    
    Changes:        https://github.com/DataWraith/ascii85gem/blob/master/CHANGELOG.md
---
 devel/rubygem-ascii85/Makefile                           |  2 +-
 devel/rubygem-ascii85/distinfo                           |  6 +++---
 .../rubygem-ascii85/files/patch-spec-lib-ascii85_spec.rb | 16 ----------------
 3 files changed, 4 insertions(+), 20 deletions(-)

diff --git a/devel/rubygem-ascii85/Makefile b/devel/rubygem-ascii85/Makefile
index 5a3b48bdeacd..7659afc060aa 100644
--- a/devel/rubygem-ascii85/Makefile
+++ b/devel/rubygem-ascii85/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	ascii85
-PORTVERSION=	2.0.0
+PORTVERSION=	2.0.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 DISTNAME=	Ascii85-${PORTVERSION}
diff --git a/devel/rubygem-ascii85/distinfo b/devel/rubygem-ascii85/distinfo
index 768f4ab62c78..cc9f0e7d2c02 100644
--- a/devel/rubygem-ascii85/distinfo
+++ b/devel/rubygem-ascii85/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1725560885
-SHA256 (rubygem/Ascii85-2.0.0.gem) = dddd4502a7ab655a93d8c44b09089797c4c0e1bef83d2fe58156de315300726b
-SIZE (rubygem/Ascii85-2.0.0.gem) = 14848
+TIMESTAMP = 1726741131
+SHA256 (rubygem/Ascii85-2.0.1.gem) = 15cb5d941808543cbb9e7e6aea3c8ec3877f154c3461e8b3673e97f7ecedbe5a
+SIZE (rubygem/Ascii85-2.0.1.gem) = 15360
diff --git a/devel/rubygem-ascii85/files/patch-spec-lib-ascii85_spec.rb b/devel/rubygem-ascii85/files/patch-spec-lib-ascii85_spec.rb
deleted file mode 100644
index d062012c042c..000000000000
--- a/devel/rubygem-ascii85/files/patch-spec-lib-ascii85_spec.rb
+++ /dev/null
@@ -1,16 +0,0 @@
-Obtained from:	https://github.com/DataWraith/ascii85gem/commit/b7480db0bf18af3a13f9b56215d283e192930ad1
-
---- spec/lib/ascii85_spec.rb.orig	2024-09-07 12:17:27 UTC
-+++ spec/lib/ascii85_spec.rb
-@@ -35,7 +35,10 @@ TEST_CASES = {
-       '<~j+42iJVN3:K&_E6j+<0KJW/W?W8iG`j+EuaK"9on^Z0sZj+FJoK:LtSKB%T?~>',
- 
-   [Math::PI].pack('G') => '<~5RAV2<(&;T~>',
--  [Math::E].pack('G') => '<~5R"n0M\\K6,~>'
-+  [Math::E].pack('G') => '<~5R"n0M\\K6,~>',
-+
-+  # Minified example from Github issue 8
-+  "\x9B\xB6\xB9+\x91" => '<~S$ojXOU~>'
- }.freeze
- 
- describe Ascii85 do