summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2019-04-30 03:38:59 +0000
committertaca <taca@pkgsrc.org>2019-04-30 03:38:59 +0000
commitefb9e048814df0e6eb91475cc17e6fbbfcaf38d5 (patch)
tree3662103b11d666d3d12657c40a86bebfc6e194c1
parente1c3338f92525bc6e740562dda80b62625cc1f48 (diff)
downloadpkgsrc-efb9e048814df0e6eb91475cc17e6fbbfcaf38d5.tar.gz
mail/fml4: fix critical runtime problem
Fix critical runtime problem. Bump PKGREVISION.
-rw-r--r--mail/fml4/Makefile4
-rw-r--r--mail/fml4/distinfo3
-rw-r--r--mail/fml4/patches/patch-module_fml-devel_FML_Restriction_Base.pm14
3 files changed, 18 insertions, 3 deletions
diff --git a/mail/fml4/Makefile b/mail/fml4/Makefile
index 88c276a7505..2b320bfeee9 100644
--- a/mail/fml4/Makefile
+++ b/mail/fml4/Makefile
@@ -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 --git a/mail/fml4/distinfo b/mail/fml4/distinfo
index e7d7e831507..df3c59e3ea8 100644
--- a/mail/fml4/distinfo
+++ b/mail/fml4/distinfo
@@ -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-ad) = 17e5d1d97e5a085b8b5da67e00730ce92b959fbf
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 --git a/mail/fml4/patches/patch-module_fml-devel_FML_Restriction_Base.pm b/mail/fml4/patches/patch-module_fml-devel_FML_Restriction_Base.pm
new file mode 100644
index 00000000000..1e4caf9ca57
--- /dev/null
+++ b/mail/fml4/patches/patch-module_fml-devel_FML_Restriction_Base.pm
@@ -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
+