pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2006Q3]: pkgsrc/mail/dspam Pullup ticket 1933 - requested by o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/221ddb11b148
branches:  pkgsrc-2006Q3
changeset: 519222:221ddb11b148
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Tue Dec 05 08:07:06 2006 +0000

description:
Pullup ticket 1933 - requested by obache
runtime fix for dspam

- pkgsrc/mail/dspam/Makefile                    1.53

   Module Name: pkgsrc
   Committed By:        obache
   Date:                Mon Dec  4 11:32:10 UTC 2006

   Modified Files:
        pkgsrc/mail/dspam: Makefile

   Log Message:
   Add src/tools/dspam_train.in to REPLACE_PERL, pointed out in PR 35180,
   and also remove inexistent tools.

   Bump PKGREVISION.

diffstat:

 mail/dspam/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 7806a9ad6259 -r 221ddb11b148 mail/dspam/Makefile
--- a/mail/dspam/Makefile       Tue Dec 05 07:57:12 2006 +0000
+++ b/mail/dspam/Makefile       Tue Dec 05 08:07:06 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2006/06/18 08:29:00 xtraeme Exp $
+# $NetBSD: Makefile,v 1.52.4.1 2006/12/05 08:07:06 ghen Exp $
 
 DISTNAME=      dspam-3.6.8
+PKGREVISION=   1
 CATEGORIES=    mail
 MASTER_SITES=  http://www.nuclearelephant.com/projects/dspam/sources/
 
@@ -12,8 +13,7 @@
 USE_LIBTOOL=           yes
 
 USE_TOOLS+=            perl:run pkg-config
-REPLACE_PERL=          src/tools/dspam_genaliases.in                   \
-                       src/tools/dspam_corpus.in                       \
+REPLACE_PERL=          src/tools/dspam_train.in                        \
                        webui/cgi-bin/*.cgi webui/cgi-bin/configure.pl.in
 
 PKGCONFIG_OVERRIDE+=   src/dspam.pc.in



Home | Main Index | Thread Index | Old Index