git: 14577e6e8edb - main - textproc/rubygem-prism: Update to 0.19.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Dec 2023 09:11:14 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=14577e6e8edb209418e322726f1eccec6b3d20df commit 14577e6e8edb209418e322726f1eccec6b3d20df Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-12-25 09:02:37 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-12-25 09:02:37 +0000 textproc/rubygem-prism: Update to 0.19.0 Changes: https://github.com/ruby/prism/releases --- textproc/rubygem-prism/Makefile | 2 +- textproc/rubygem-prism/distinfo | 6 +++--- textproc/rubygem-prism/files/patch-ext-prism-extconf.rb | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/textproc/rubygem-prism/Makefile b/textproc/rubygem-prism/Makefile index be7fbd3a324c..23753d31cfcc 100644 --- a/textproc/rubygem-prism/Makefile +++ b/textproc/rubygem-prism/Makefile @@ -1,5 +1,5 @@ PORTNAME= prism -PORTVERSION= 0.18.0 +PORTVERSION= 0.19.0 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-prism/distinfo b/textproc/rubygem-prism/distinfo index b373519dd0f3..f26018bcb1a9 100644 --- a/textproc/rubygem-prism/distinfo +++ b/textproc/rubygem-prism/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701364494 -SHA256 (rubygem/prism-0.18.0.gem) = bae73ccaed950e830e136be38cdb9461f9f645f8ef306217ff1d66ff83eb589c -SIZE (rubygem/prism-0.18.0.gem) = 388096 +TIMESTAMP = 1703228084 +SHA256 (rubygem/prism-0.19.0.gem) = 47f17ea8c0b35d051de183608f9bb7e29fa0ced37f3fcc5550542896734c3b62 +SIZE (rubygem/prism-0.19.0.gem) = 405504 diff --git a/textproc/rubygem-prism/files/patch-ext-prism-extconf.rb b/textproc/rubygem-prism/files/patch-ext-prism-extconf.rb index aa5b38e834d2..a13a2b10fef3 100644 --- a/textproc/rubygem-prism/files/patch-ext-prism-extconf.rb +++ b/textproc/rubygem-prism/files/patch-ext-prism-extconf.rb @@ -1,9 +1,9 @@ ---- ext/prism/extconf.rb.orig 2023-12-01 12:09:54 UTC +--- ext/prism/extconf.rb.orig 2023-12-17 17:31:53 UTC +++ ext/prism/extconf.rb -@@ -34,7 +34,7 @@ def make(target) - system("templates/template.rb", exception: true) - end - +@@ -38,7 +38,7 @@ end + # by this script.` + def make(target) + Dir.chdir(File.expand_path("../..", __dir__)) do - system("make", target, exception: true) + system("gmake", target, exception: true) end