1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Update to 1.01

ChangeLog:	http://cpansearch.perl.org/src/ALEXMV/RT-Extension-SLA-1.01/Changes
This commit is contained in:
Matthew Seaman 2014-07-04 05:33:06 +00:00
parent a0f283b8e6
commit 99c4bd5859
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360541
3 changed files with 8 additions and 11 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= RT-Extension-SLA
PORTVERSION= 0.08
PORTVERSION= 1.01
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View File

@ -1,2 +1,2 @@
SHA256 (RT-Extension-SLA-0.08.tar.gz) = 5f4e995cf8ec55beaa3a9817a8aa7b0a3cf64d50970363593728bef4514335d8
SIZE (RT-Extension-SLA-0.08.tar.gz) = 50702
SHA256 (RT-Extension-SLA-1.01.tar.gz) = 6fc5a2a5c75b144e39ca8b87e2f129a4aa915c32389c02cebac732df8ad01abd
SIZE (RT-Extension-SLA-1.01.tar.gz) = 61134

View File

@ -1,14 +1,11 @@
$FreeBSD$
--- inc/Module/Install/RTx.pm.orig
+++ inc/Module/Install/RTx.pm
@@ -100,7 +100,7 @@
--- ./inc/Module/Install/RTx.pm.orig 2014-07-01 20:40:45.000000000 +0100
+++ ./inc/Module/Install/RTx.pm 2014-07-03 23:02:03.735533399 +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;