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,18 +1,18 @@ PORTNAME= yarp -PORTVERSION= 0.6.0 +PORTVERSION= 0.9.0 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Yet Another Ruby Parser WWW= https://ruby.github.io/yarp/ \ https://github.com/ruby/yarp LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake USES= gem gmake .include 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