From a0f283b8e69400004c77661ebf63f8b0920a3d29 Mon Sep 17 00:00:00 2001 From: Matthew Seaman Date: Fri, 4 Jul 2014 05:32:09 +0000 Subject: [PATCH] Update to 0.21 ChangeLog: http://cpansearch.perl.org/src/FALCONE/RT-Authen-ExternalAuth-0.21/ChangeLog --- www/p5-RT-Authen-ExternalAuth/Makefile | 2 +- www/p5-RT-Authen-ExternalAuth/distinfo | 4 ++-- ...ll_RTx.pm => patch-inc__Module__Install__RTx.pm} | 13 +++++-------- 3 files changed, 8 insertions(+), 11 deletions(-) rename www/p5-RT-Authen-ExternalAuth/files/{patch-inc_Module_Install_RTx.pm => patch-inc__Module__Install__RTx.pm} (51%) diff --git a/www/p5-RT-Authen-ExternalAuth/Makefile b/www/p5-RT-Authen-ExternalAuth/Makefile index 8f8c83118964..07169a5e0825 100644 --- a/www/p5-RT-Authen-ExternalAuth/Makefile +++ b/www/p5-RT-Authen-ExternalAuth/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= RT-Authen-ExternalAuth -DISTVERSION= 0.20 +DISTVERSION= 0.21 CATEGORIES= www net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/www/p5-RT-Authen-ExternalAuth/distinfo b/www/p5-RT-Authen-ExternalAuth/distinfo index a480703a1881..51f46fe48d60 100644 --- a/www/p5-RT-Authen-ExternalAuth/distinfo +++ b/www/p5-RT-Authen-ExternalAuth/distinfo @@ -1,2 +1,2 @@ -SHA256 (RT-Authen-ExternalAuth-0.20.tar.gz) = bd1dc1297cd1b13ada72501c93932add636e84a58eab0d76fc430c874e58c1ee -SIZE (RT-Authen-ExternalAuth-0.20.tar.gz) = 68473 +SHA256 (RT-Authen-ExternalAuth-0.21.tar.gz) = e405f34311705e2bc673670dc8a596877a2707551e48d60cf9040c43151a376e +SIZE (RT-Authen-ExternalAuth-0.21.tar.gz) = 79594 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 similarity index 51% rename from www/p5-RT-Authen-ExternalAuth/files/patch-inc_Module_Install_RTx.pm rename to www/p5-RT-Authen-ExternalAuth/files/patch-inc__Module__Install__RTx.pm index 2703d0c788a0..2bea6fede08b 100644 --- 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 @@ -1,14 +1,11 @@ - -$FreeBSD$ - ---- inc/Module/Install/RTx.pm.orig -+++ inc/Module/Install/RTx.pm -@@ -101,7 +101,7 @@ +--- ./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{$_}") } - grep $subdirs{$_}, keys %path; + sort keys %path; - print "./$_\t=> $path{$_}\n" for sort keys %subdirs; + printf "%-10s => %s\n", $_, $path{$_} for sort keys %path;