Fix for updated Mason API, see:

http://lists.bestpractical.com/pipermail/rt-users/2005-August/033304.html
This commit is contained in:
Lars Thegler 2006-02-14 10:18:48 +00:00
parent 7d67746133
commit fc4755d95a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155992
2 changed files with 12 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= rt
PORTVERSION?= 3.0.12
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= www
MASTER_SITES?= http://download.bestpractical.com/pub/rt/release/ \
http://download.bestpractical.com/pub/rt/devel/ \

View File

@ -0,0 +1,11 @@
--- ./html/Elements/Callback.orig Tue Feb 14 10:25:51 2006
+++ ./html/Elements/Callback Tue Feb 14 10:26:55 2006
@@ -27,7 +27,7 @@
<%init>
# checks for inode change time for each callback directory
my $new_check = join(
- $;, map { $_->[1] => (stat("$_->[1]/Callbacks"))[10] } $m->interp->resolver->comp_root_array
+ $;, map { $_->[1] => (stat("$_->[1]/Callbacks"))[10] } $m->interp->comp_root_array
) or return;
$Page = $m->callers(1)->path unless ($Page);