You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2014/06/15 10:34:29 UTC

svn commit: r1602674 - /spamassassin/trunk/rulesrc/sandbox/dos/new-rule-score-gen/masses-Makefile.patch

Author: kmcgrail
Date: Sun Jun 15 08:34:28 2014
New Revision: 1602674

URL: http://svn.apache.org/r1602674
Log:
Fixing the masses Makefile for pgapack for linux on new spamassassin-vm centos box try #4 - More whitespace issues

Modified:
    spamassassin/trunk/rulesrc/sandbox/dos/new-rule-score-gen/masses-Makefile.patch

Modified: spamassassin/trunk/rulesrc/sandbox/dos/new-rule-score-gen/masses-Makefile.patch
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/dos/new-rule-score-gen/masses-Makefile.patch?rev=1602674&r1=1602673&r2=1602674&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/dos/new-rule-score-gen/masses-Makefile.patch (original)
+++ spamassassin/trunk/rulesrc/sandbox/dos/new-rule-score-gen/masses-Makefile.patch Sun Jun 15 08:34:28 2014
@@ -37,10 +37,10 @@ Index: Makefile
  tmp/scores.h: tmp/tests.h
  
  tmp/ranges.data: tmp/.created freqs score-ranges-from-freqs
-+       perl add-hitless-active-to-freqs
++	perl add-hitless-active-to-freqs
  	perl score-ranges-from-freqs $(RULES) $(SCORESET) < freqs
-+       perl lock-scores 1
-+       mv tmp/ranges.data-new tmp/ranges.data
++	perl lock-scores 1
++	mv tmp/ranges.data-new tmp/ranges.data
  
  freqs: spam.log ham.log
  	perl hit-frequencies -c $(RULES) -x -p -s $(SCORESET) > freqs