Skip to content

Commit

Permalink
textproc/rubygem-prism: Update to 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed May 19, 2024
1 parent ed08eaf commit b727d0f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion textproc/rubygem-prism/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= prism
PORTVERSION= 0.26.0
PORTVERSION= 0.29.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG

Expand Down
6 changes: 3 additions & 3 deletions textproc/rubygem-prism/distinfo
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions textproc/rubygem-prism/files/patch-ext-prism-extconf.rb
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit b727d0f

Please sign in to comment.