]> git.pld-linux.org Git - packages/spamassassin.git/commitdiff
- obsolete
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 27 Jan 2010 11:05:39 +0000 (11:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    spamassassin-bug-6131.patch -> 1.3
    spamassassin-bug-6269.patch -> 1.2

spamassassin-bug-6131.patch [deleted file]
spamassassin-bug-6269.patch [deleted file]

diff --git a/spamassassin-bug-6131.patch b/spamassassin-bug-6131.patch
deleted file mode 100644 (file)
index b0f73b9..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 05_fix_MakeMaker_use.dpach.dpatch by  <noahm@cygnus>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
-@DPATCH@
-diff -urNad Mail-SpamAssassin-3.2.5~/Makefile.PL Mail-SpamAssassin-3.2.5/Makefile.PL
---- Mail-SpamAssassin-3.2.5~/Makefile.PL       2008-06-10 05:21:07.000000000 -0400
-+++ Mail-SpamAssassin-3.2.5/Makefile.PL        2009-10-06 17:27:33.000000000 -0400
-@@ -137,9 +137,7 @@
-   $mm_needs_destdir,
- );
--# MakeMaker prior to 6.11 doesn't support DESTDIR which is needed for
--# packaging with builddir!=destdir. See bug 2388.
--$mm_knows_destdir    = $ExtUtils::MakeMaker::Recognized_Att_Keys{DESTDIR};
-+$mm_knows_destdir    = 1;
- $mm_has_good_destdir = $mm_version >= 6.11;
- # Add DESTDIR hack only if it's requested (and necessary)
- $mm_needs_destdir    = $opt{'destdir'} && !$mm_has_good_destdir;
diff --git a/spamassassin-bug-6269.patch b/spamassassin-bug-6269.patch
deleted file mode 100644 (file)
index 932df70..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- Mail-SpamAssassin-3.2.5/rules/72_active.cf~        2008-06-10 11:21:33.000000000 +0200
-+++ Mail-SpamAssassin-3.2.5/rules/72_active.cf 2010-01-01 22:23:05.805159034 +0100
-@@ -540,7 +540,7 @@
- ##} FH_DATE_IS_19XX
- ##{ FH_DATE_PAST_20XX
--header   FH_DATE_PAST_20XX    Date =~ /20[1-9][0-9]/ [if-unset: 2006]
-+header   FH_DATE_PAST_20XX    Date =~ /20[2-9][0-9]/ [if-unset: 2006]
- describe FH_DATE_PAST_20XX    The date is grossly in the future.
- ##} FH_DATE_PAST_20XX
This page took 0.129196 seconds and 4 git commands to generate.