git: fc17b5d74f0f - main - textproc/rubygem-yarp: Update to 0.9.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Sep 2023 09:10:04 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fc17b5d74f0ff1da995625fe9157a89ceb958c9d
commit fc17b5d74f0ff1da995625fe9157a89ceb958c9d
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-04 09:06:03 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-04 09:06:03 +0000
textproc/rubygem-yarp: Update to 0.9.0
Changes: https://github.com/ruby/yarp/releases
---
textproc/rubygem-yarp/Makefile | 2 +-
textproc/rubygem-yarp/distinfo | 6 +++---
textproc/rubygem-yarp/files/patch-ext-yarp-extconf.rb | 12 ++++++------
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/textproc/rubygem-yarp/Makefile b/textproc/rubygem-yarp/Makefile
index 088b5eb9ab25..7c3564eb7068 100644
--- a/textproc/rubygem-yarp/Makefile
+++ b/textproc/rubygem-yarp/Makefile
@@ -1,5 +1,5 @@
PORTNAME= yarp
-PORTVERSION= 0.6.0
+PORTVERSION= 0.9.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
diff --git a/textproc/rubygem-yarp/distinfo b/textproc/rubygem-yarp/distinfo
index 064b896c25bb..78918ae1acd3 100644
--- a/textproc/rubygem-yarp/distinfo
+++ b/textproc/rubygem-yarp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1692211631
-SHA256 (rubygem/yarp-0.6.0.gem) = a073d14542a7a45504044fa719de35708cd99e451741703b0b2bd6c781f615ac
-SIZE (rubygem/yarp-0.6.0.gem) = 265216
+TIMESTAMP = 1693334065
+SHA256 (rubygem/yarp-0.9.0.gem) = 08fb33c567ba56dd5baceef7cbdefcfa152a1d53c814103add8dc1672a969fd0
+SIZE (rubygem/yarp-0.9.0.gem) = 252416
diff --git a/textproc/rubygem-yarp/files/patch-ext-yarp-extconf.rb b/textproc/rubygem-yarp/files/patch-ext-yarp-extconf.rb
index c29e7fac3beb..6c60890be1bf 100644
--- a/textproc/rubygem-yarp/files/patch-ext-yarp-extconf.rb
+++ b/textproc/rubygem-yarp/files/patch-ext-yarp-extconf.rb
@@ -1,11 +1,11 @@
---- ext/yarp/extconf.rb.orig 2023-08-18 17:14:49 UTC
+--- ext/yarp/extconf.rb.orig 2023-08-29 19:49:53 UTC
+++ ext/yarp/extconf.rb
-@@ -70,7 +70,7 @@ module Yarp
- Rake.sh("templates/template.rb")
+@@ -75,7 +75,7 @@ module Yarp
+ # normally we package up the configure and other files in the gem itself
+ system("templates/template.rb", exception: true)
end
- Rake.sh("sh", "configure") # explicit "sh" for Windows where shebangs are not supported
-- Rake.sh("make", target)
-+ Rake.sh("gmake", target)
+- system("make", target, exception: true)
++ system("gmake", target, exception: true)
end
end