Matthew Seaman 2014-07-04 05:32:09 +00:00
parent c699e30fbf
commit a0f283b8e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360540
3 changed files with 8 additions and 11 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= RT-Authen-ExternalAuth
DISTVERSION= 0.20
DISTVERSION= 0.21
CATEGORIES= www net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View file

@ -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

View file

@ -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;