summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/rt3/distinfo3
-rw-r--r--devel/rt3/patches/patch-ag13
2 files changed, 15 insertions, 1 deletions
diff --git a/devel/rt3/distinfo b/devel/rt3/distinfo
index 3e981225ab0..8af4e91c160 100644
--- a/devel/rt3/distinfo
+++ b/devel/rt3/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.8 2007/11/13 02:40:06 cube Exp $
+$NetBSD: distinfo,v 1.9 2007/11/13 02:52:06 cube Exp $
SHA1 (rt-3.4.6.tar.gz) = 853555eebafbaacedfa88093f57cd4adf43b4e63
RMD160 (rt-3.4.6.tar.gz) = 58d35f69c74772fa95b08ec1f4e778cff63b037f
Size (rt-3.4.6.tar.gz) = 1423027 bytes
SHA1 (patch-aa) = 4d29c290658144dcd7aa08d87649681dd2549b43
SHA1 (patch-ac) = efa7095fe10e313a1578a1d739a8e77244c2ba6e
+SHA1 (patch-ag) = 76bd40c698136afff3445d57a8579c46f6075c68
diff --git a/devel/rt3/patches/patch-ag b/devel/rt3/patches/patch-ag
new file mode 100644
index 00000000000..372420ce290
--- /dev/null
+++ b/devel/rt3/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2007/11/13 02:52:07 cube Exp $
+
+--- lib/RT/EmailParser.pm.orig 2005-11-14 23:35:40.000000000 +0100
++++ lib/RT/EmailParser.pm
+@@ -613,7 +613,7 @@ sub _SetupMIMEParser {
+ # Turns out that the default is to recycle tempfiles
+ # Temp files should never be recycled, especially when running under perl taint checking
+
+- $parser->tmp_recycling(0);
++ $parser->tmp_recycling(0) if $parser->can('tmp_recycling');
+
+ }
+