PORTNAME= i18n
PORTVERSION= 1.13.0
PORTEPOCH= 2
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
-
--- lib/i18n/interpolate/ruby.rb.orig 2023-06-02 05:26:32 UTC
+++ lib/i18n/interpolate/ruby.rb
@@ -47,7 +47,7 @@ module I18n
end
- interpolated ? interpolated_string : string
+ interpolated ? interpolated_string : string.dup