git: d0026b0ac707 - main - textproc/rubygem-prism: Update to 1.0.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 08 Sep 2024 18:54:51 UTC
The branch main has been updated by sunpoet:

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

commit d0026b0ac707357cae26ec38c482878dd858cd96
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-08 18:31:40 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-08 18:40:09 +0000

    textproc/rubygem-prism: Update to 1.0.0
    
    Changes:        https://github.com/ruby/prism/releases
---
 textproc/rubygem-prism/Makefile                         |  2 +-
 textproc/rubygem-prism/distinfo                         |  6 +++---
 textproc/rubygem-prism/files/patch-ext-prism-extconf.rb | 11 -----------
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/textproc/rubygem-prism/Makefile b/textproc/rubygem-prism/Makefile
index f2dabee02825..3d20781d0ae8 100644
--- a/textproc/rubygem-prism/Makefile
+++ b/textproc/rubygem-prism/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	prism
-PORTVERSION=	0.30.0
+PORTVERSION=	1.0.0
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
diff --git a/textproc/rubygem-prism/distinfo b/textproc/rubygem-prism/distinfo
index 88c0db7efa24..3e11bccb9fa5 100644
--- a/textproc/rubygem-prism/distinfo
+++ b/textproc/rubygem-prism/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1718580308
-SHA256 (rubygem/prism-0.30.0.gem) = 59b0ad8cf2f13f53c43b3b8fce2b4277691c246ffb8b6165b68e9bdf3a5b4916
-SIZE (rubygem/prism-0.30.0.gem) = 577536
+TIMESTAMP = 1725560825
+SHA256 (rubygem/prism-1.0.0.gem) = cc20cb9b52c2530a6a94f5fb532349ca7a5dca9c32e43bb7cef0cc7b1834db70
+SIZE (rubygem/prism-1.0.0.gem) = 586752
diff --git a/textproc/rubygem-prism/files/patch-ext-prism-extconf.rb b/textproc/rubygem-prism/files/patch-ext-prism-extconf.rb
deleted file mode 100644
index 4fad8a377fd8..000000000000
--- a/textproc/rubygem-prism/files/patch-ext-prism-extconf.rb
+++ /dev/null
@@ -1,11 +0,0 @@
---- ext/prism/extconf.rb.orig	2024-05-17 12:26:22 UTC
-+++ ext/prism/extconf.rb
-@@ -50,7 +50,7 @@ def make(env, target)
-   Dir.chdir(File.expand_path("../..", __dir__)) do
-     system(
-       env,
--      RUBY_PLATFORM.include?("openbsd") ? "gmake" : "make",
-+      (RUBY_PLATFORM.include?("freebsd") || RUBY_PLATFORM.include?("openbsd")) ? "gmake" : "make",
-       target,
-       exception: true
-     )