View | Details | Raw Unified | Return to bug 271420
Collapse All | Expand All

(-)b/devel/rubygem-i18n/Makefile (+1 lines)
Lines 1-7 Link Here
1
PORTNAME=	i18n
1
PORTNAME=	i18n
2
PORTVERSION=	1.13.0
2
PORTVERSION=	1.13.0
3
PORTEPOCH=	2
3
PORTEPOCH=	2
4
PORTREVISION=	1
4
CATEGORIES=	devel rubygems
5
CATEGORIES=	devel rubygems
5
MASTER_SITES=	RG
6
MASTER_SITES=	RG
6
7
7
MAINTAINER=	sunpoet@FreeBSD.org
8
MAINTAINER=	sunpoet@FreeBSD.org
(-)b/devel/rubygem-i18n/files/patch-lib_i18n_interpolate_ruby.rb (-1 / +11 lines)
Added Link Here
0
- 
1
--- lib/i18n/interpolate/ruby.rb.orig	2023-06-02 05:26:32 UTC
2
+++ lib/i18n/interpolate/ruby.rb
3
@@ -47,7 +47,7 @@ module I18n
4
         end
5
       end
6
 
7
-      interpolated ? interpolated_string : string
8
+      interpolated ? interpolated_string : string.dup
9
     end
10
   end
11
 end

Return to bug 271420