mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
textproc/rubygem-prism: Update to 0.18.0
Changes: https://github.com/ruby/prism/releases
This commit is contained in:
parent
b4633d5e8d
commit
7d5eee1bd3
@ -1,5 +1,5 @@
|
||||
PORTNAME= prism
|
||||
PORTVERSION= 0.17.1
|
||||
PORTVERSION= 0.18.0
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1699774918
|
||||
SHA256 (rubygem/prism-0.17.1.gem) = e63f86df2c36aecd578431ee0c9d1f66cdef98a406f0a11e7da949514212cbcd
|
||||
SIZE (rubygem/prism-0.17.1.gem) = 370688
|
||||
TIMESTAMP = 1701364494
|
||||
SHA256 (rubygem/prism-0.18.0.gem) = bae73ccaed950e830e136be38cdb9461f9f645f8ef306217ff1d66ff83eb589c
|
||||
SIZE (rubygem/prism-0.18.0.gem) = 388096
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- ext/prism/extconf.rb.orig 2023-10-05 01:08:46 UTC
|
||||
--- ext/prism/extconf.rb.orig 2023-12-01 12:09:54 UTC
|
||||
+++ ext/prism/extconf.rb
|
||||
@@ -75,7 +75,7 @@ module Prism
|
||||
# normally we package up the configure and other files in the gem itself
|
||||
system("templates/template.rb", exception: true)
|
||||
end
|
||||
- system("make", target, exception: true)
|
||||
+ system("gmake", target, exception: true)
|
||||
end
|
||||
end
|
||||
@@ -34,7 +34,7 @@ def make(target)
|
||||
system("templates/template.rb", exception: true)
|
||||
end
|
||||
|
||||
- system("make", target, exception: true)
|
||||
+ system("gmake", target, exception: true)
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user