summaryrefslogtreecommitdiff
path: root/app-text/namazu/files/namazu-perl-5.26.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/namazu/files/namazu-perl-5.26.patch')
-rw-r--r--app-text/namazu/files/namazu-perl-5.26.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-text/namazu/files/namazu-perl-5.26.patch b/app-text/namazu/files/namazu-perl-5.26.patch
deleted file mode 100644
index 1b3a4e40bd10..000000000000
--- a/app-text/namazu/files/namazu-perl-5.26.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/filter/hnf.pl
-+++ b/filter/hnf.pl
-@@ -244,7 +244,7 @@
- $uri = '?%year%month%hiday#%year%month%day0'; # for hns-1.x
- }
- $uri =~ s/%%/\34/g;
-- $uri =~ s/%{?([a-z]+)}?/$param{$1}/g;
-+ $uri =~ s/%\{?([a-z]+)}?/$param{$1}/g;
- $uri =~ s/\34/%/g;
- $uri = $hnf::diary_uri . $uri;
- $uri =~ s/%7E/~/i;
---- a/filter/mp3.pl
-+++ b/filter/mp3.pl
-@@ -152,7 +152,7 @@
- mp3::get_title($$contref, $weighted_str, $fields);
- mp3::get_author($$contref, $fields);
- mp3::get_album($$contref, $fields);
-- $$contref =~ s/^\w+:{1,1}?//gm;
-+ $$contref =~ s/^\w+:?//gm;
-
- return;
- }