1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

textproc/rubygem-prism: Update to 0.29.0

Changes:	https://github.com/ruby/prism/releases
		https://github.com/ruby/prism/blob/main/CHANGELOG.md
This commit is contained in:
Po-Chuan Hsieh 2024-05-20 00:27:49 +08:00
parent ed08eafb19
commit b727d0faa5
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= prism
PORTVERSION= 0.26.0
PORTVERSION= 0.29.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1713624766
SHA256 (rubygem/prism-0.26.0.gem) = 734f0267d8b48406d3234e61b1403f2c86283b84820ee868388a95c544df7a8a
SIZE (rubygem/prism-0.26.0.gem) = 560640
TIMESTAMP = 1715843786
SHA256 (rubygem/prism-0.29.0.gem) = a52c843a0308a7f5faf28e9abd36e3284280fc7c34acba05d858cb009ba7475f
SIZE (rubygem/prism-0.29.0.gem) = 581632

View File

@ -1,9 +1,9 @@
--- ext/prism/extconf.rb.orig 2024-04-20 15:25:13 UTC
--- ext/prism/extconf.rb.orig 2024-05-17 12:26:22 UTC
+++ ext/prism/extconf.rb
@@ -49,7 +49,7 @@ def make(target)
@@ -50,7 +50,7 @@ def make(env, target)
Dir.chdir(File.expand_path("../..", __dir__)) do
system(
RbConfig::CONFIG.slice(*%w[SOEXT CPPFLAGS CFLAGS CC AR ARFLAGS MAKEDIRS RMALL]), # env
env,
- RUBY_PLATFORM.include?("openbsd") ? "gmake" : "make",
+ (RUBY_PLATFORM.include?("freebsd") || RUBY_PLATFORM.include?("openbsd")) ? "gmake" : "make",
target,