diff options
author | adamw <adamw@FreeBSD.org> | 2014-03-04 02:19:16 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-03-04 02:19:16 +0800 |
commit | e73026b1a5ec371c1782770726a96149bef25702 (patch) | |
tree | b717d8792f41a3ab05595a3245799e2858a19dd5 /japanese | |
parent | d493ea2f7154a78831551e4fdbd54e11cf027e9d (diff) | |
download | freebsd-ports-gnome-e73026b1a5ec371c1782770726a96149bef25702.tar.gz freebsd-ports-gnome-e73026b1a5ec371c1782770726a96149bef25702.tar.zst freebsd-ports-gnome-e73026b1a5ec371c1782770726a96149bef25702.zip |
Add a patch from SpamAssassin bug #6937 to improve compatibility
with perl 5.18's changes to "each" ordering. This fixes the message:
Use of each() on hash after insertion without resetting hash iterator results in undefined behavior, Perl interpreter: 0x2880d800 at /usr/local/lib/perl5/site_perl/5.18/Mail/SpamAssassin/AsyncLoop.pm line 363, <GEN84> line 98.
PR: ports/186819
Approved by: perl (maintainers)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/p5-Mail-SpamAssassin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/p5-Mail-SpamAssassin/Makefile b/japanese/p5-Mail-SpamAssassin/Makefile index 37753935409b..b4a354f08094 100644 --- a/japanese/p5-Mail-SpamAssassin/Makefile +++ b/japanese/p5-Mail-SpamAssassin/Makefile @@ -1,7 +1,7 @@ # Created by: TAOKA Fumiyoshi # $FreeBSD$ -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= japanese mail perl5 PKGNAMEPREFIX= ja-p5- |