mail/fml4: fix critical runtime problem

Fix critical runtime problem.

Bump PKGREVISION.
This commit is contained in:
taca 2019-04-30 03:38:59 +00:00
parent 5e72274626
commit 2c973f7b49
3 changed files with 18 additions and 3 deletions

View file

@ -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/

View file

@ -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

View file

@ -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