mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
- Update to 2.088
Changes: http://cpansearch.perl.org/src/DDUMONT/Config-Model-2.088/Changes
This commit is contained in:
parent
0a5aaa276e
commit
0a8e242634
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418521
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Config-Model
|
||||
PORTVERSION= 2.087
|
||||
PORTVERSION= 2.088
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1467380347
|
||||
SHA256 (Config-Model-2.087.tar.gz) = 9f1a432818ba8895c3ff2d5c66cb5bfbfc2762f02fc966b82399e90c22af6ea4
|
||||
SIZE (Config-Model-2.087.tar.gz) = 328574
|
||||
TIMESTAMP = 1468510320
|
||||
SHA256 (Config-Model-2.088.tar.gz) = c75e3fc25d36fe02824d311d287387f4418e03a873ffdc9466328b10a6dae9f2
|
||||
SIZE (Config-Model-2.088.tar.gz) = 329402
|
||||
|
@ -1,15 +0,0 @@
|
||||
--- lib/Config/Model.pm.orig 2016-06-29 17:34:35 UTC
|
||||
+++ lib/Config/Model.pm
|
||||
@@ -718,10 +718,10 @@ sub translate_compute_info {
|
||||
map { $replace_h = delete $var{$_} if ref( $var{$_} ) } keys %var;
|
||||
|
||||
# cleanup user formula
|
||||
- $user_formula =~ s/\$(\w+){/\$replace{/g;
|
||||
+ $user_formula =~ s/\$(\w+)\{/\$replace{/g;
|
||||
|
||||
# cleanup variable
|
||||
- map { s/\$(\w+){/\$replace{/g } values %var;
|
||||
+ map { s/\$(\w+)\{/\$replace{/g } values %var;
|
||||
|
||||
# change the hash *in* the info structure
|
||||
$info->{$new_name} = {
|
Loading…
Reference in New Issue
Block a user