pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/fml4 mail/fml4: fix critical runtime problem



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0fc419735c0b
branches:  trunk
changeset: 322885:0fc419735c0b
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Apr 30 03:38:59 2019 +0000

description:
mail/fml4: fix critical runtime problem

Fix critical runtime problem.

Bump PKGREVISION.

diffstat:

 mail/fml4/Makefile                                               |   4 +-
 mail/fml4/distinfo                                               |   3 +-
 mail/fml4/patches/patch-module_fml-devel_FML_Restriction_Base.pm |  14 ++++++++++
 3 files changed, 18 insertions(+), 3 deletions(-)

diffs (49 lines):

diff -r 683516f8921c -r 0fc419735c0b mail/fml4/Makefile
--- a/mail/fml4/Makefile        Tue Apr 30 03:35:38 2019 +0000
+++ b/mail/fml4/Makefile        Tue Apr 30 03:38:59 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2018/08/22 09:45:25 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2019/04/30 03:38:59 taca Exp $
 #
 
 DISTNAME=      fml-4.0-stable-20040215
 PKGNAME=       fml4-4.0.3.20040215
-PKGREVISION=   13
+PKGREVISION=   14
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.fml.org/pub/fml/stable/
 
diff -r 683516f8921c -r 0fc419735c0b mail/fml4/distinfo
--- a/mail/fml4/distinfo        Tue Apr 30 03:35:38 2019 +0000
+++ b/mail/fml4/distinfo        Tue Apr 30 03:38:59 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2016/09/12 15:46:07 taca Exp $
+$NetBSD: distinfo,v 1.9 2019/04/30 03:38:59 taca Exp $
 
 SHA1 (fml-4.0-stable-20040215.tar.gz) = b7f958deacc50a0173928b7c43df52b5869d9491
 RMD160 (fml-4.0-stable-20040215.tar.gz) = 40eb43d2631a5e6d6769b8cfdf35e4a980ff0391
@@ -11,5 +11,6 @@
 SHA1 (patch-ae) = 467a8bacfb0a6d41ceb1d8f52fc4bfc0ae2fc565
 SHA1 (patch-af) = 9e7fa7c70b4f3353a5c33d0ded2eeae86d9a5c65
 SHA1 (patch-ag) = 00c20b043e74e9107a204ee94abef9de870d2b97
+SHA1 (patch-module_fml-devel_FML_Restriction_Base.pm) = ce5700c3fd36112b9b7a63264290a7d98b8e3820
 SHA1 (patch-src_jcode.pl) = d850d762e7af4a2f9086f745d20c24ab427ed611
 SHA1 (patch-src_libkernsubr.pl) = c9d4e57b12fddb3045f47b27926c67cfe32c0d44
diff -r 683516f8921c -r 0fc419735c0b mail/fml4/patches/patch-module_fml-devel_FML_Restriction_Base.pm
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/fml4/patches/patch-module_fml-devel_FML_Restriction_Base.pm  Tue Apr 30 03:38:59 2019 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-module_fml-devel_FML_Restriction_Base.pm,v 1.1 2019/04/30 03:38:59 taca Exp $
+
+* Avoid function redefinition.
+
+--- module/fml-devel/FML/Restriction/Base.pm.orig      2003-12-06 15:41:33.000000000 +0000
++++ module/fml-devel/FML/Restriction/Base.pm
+@@ -10,7 +10,6 @@ package FML::Restriction::Base;
+ 
+ use vars qw($debug @ISA @EXPORT @EXPORT_OK);
+ use strict;
+-use Carp;
+ 
+ =head1 NAME
+ 



Home | Main Index | Thread Index | Old Index