From 30af180f1d367c505f0d8ab27752e4b9be732503 Mon Sep 17 00:00:00 2001 From: Matthew Seaman Date: Wed, 3 Aug 2016 12:44:08 +0000 Subject: Update to 0.26 This module has been folded into the core for rt-4.4, so remove the RT44 option and make RT42 the default choice. Remove patch-inc__Module__Install__RTx.pm -- upstream have applied the fix. --- .../files/patch-inc__Module__Install__RTx.pm | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 www/p5-RT-Authen-ExternalAuth/files/patch-inc__Module__Install__RTx.pm (limited to 'www/p5-RT-Authen-ExternalAuth/files/patch-inc__Module__Install__RTx.pm') diff --git a/www/p5-RT-Authen-ExternalAuth/files/patch-inc__Module__Install__RTx.pm b/www/p5-RT-Authen-ExternalAuth/files/patch-inc__Module__Install__RTx.pm deleted file mode 100644 index 2bea6fede08b..000000000000 --- a/www/p5-RT-Authen-ExternalAuth/files/patch-inc__Module__Install__RTx.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- ./inc/Module/Install/RTx.pm.orig 2014-07-02 03:19:37.000000000 +0100 -+++ ./inc/Module/Install/RTx.pm 2014-07-03 22:52:03.274581922 +0100 -@@ -77,7 +77,7 @@ - my %index = map { $_ => 1 } @INDEX_DIRS; - $self->no_index( directory => $_ ) foreach grep !$index{$_}, @DIRS; - -- my $args = join ', ', map "q($_)", map { ($_, $path{$_}) } -+ my $args = join ', ', map "q($_)", map { ($_, "\${DESTDIR}$path{$_}") } - sort keys %path; - - printf "%-10s => %s\n", $_, $path{$_} for sort keys %path; -- cgit v1.2.3