pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/rt4/patches



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Aug 21 20:52:52 UTC 2022

Added Files:
        pkgsrc/devel/rt4/patches: patch-lib_RT_Condition.pm

Log Message:
rt4: actually add the patch


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/rt4/patches/patch-lib_RT_Condition.pm

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/rt4/patches/patch-lib_RT_Condition.pm
diff -u /dev/null pkgsrc/devel/rt4/patches/patch-lib_RT_Condition.pm:1.1
--- /dev/null   Sun Aug 21 20:52:52 2022
+++ pkgsrc/devel/rt4/patches/patch-lib_RT_Condition.pm  Sun Aug 21 20:52:52 2022
@@ -0,0 +1,15 @@
+$NetBSD: patch-lib_RT_Condition.pm,v 1.1 2022/08/21 20:52:52 markd Exp $
+
+fix required for perl 5.36+
+
+--- lib/RT/Condition.pm.orig   2019-01-31 14:39:47.000000000 +0000
++++ lib/RT/Condition.pm
+@@ -198,7 +198,7 @@ sub DESTROY {
+ 
+     # We need to clean up all the references that might maybe get
+     # oddly circular
+-    $self->{'TemplateObj'} =undef
++    $self->{'TemplateObj'} = undef;
+     $self->{'TicketObj'} = undef;
+     $self->{'TransactionObj'} = undef;
+     $self->{'ScripObj'} = undef;



Home | Main Index | Thread Index | Old Index