Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2006 11:48:09 +0200
From:      "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/93173: [MAINTAINER] mail/dspam-devel: update to 3.6.3.20060211.0037 CVS snap
Message-ID:  <1139651289.61765@it.buh.tecnik93.com>
Resent-Message-ID: <200602110950.k1B9o3CV069089@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         93173
>Category:       ports
>Synopsis:       [MAINTAINER] mail/dspam-devel: update to 3.6.3.20060211.0037 CVS snap
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 11 09:50:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
Tecnik'93 
>Environment:


System: FreeBSD 6.0-STABLE #1: Mon Jan 23 00:45:10 EET 2006



>Description:


Update to 3.6.3 20060211.0037 cvs snap. [1]

Minor update:

WebUI:
- undo option for retraining
- support for existing storeFragments option to recall message in history
Documentation:
- of all user preferences in the README.


Tinderbox build logs at:
people.tecnik93.com/~itetcu/FreeBSD/ports/dspam-devel/build_logs/
Diff also at:
people.tecnik93.com/~itetcu/FreeBSD/ports/dspam-devel/port/dspam-devel-3.6.3.20060208.1807_to_3.6.3.20060211.0037.diff


>How-To-Repeat:





>Fix:


--- dspam-devel-3.6.3.20060208.1807_to_3.6.3.20060211.0037.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/dspam-devel/Makefile,v
retrieving revision 1.45
diff -u -r1.45 Makefile
--- Makefile	10 Feb 2006 17:02:54 -0000	1.45
+++ Makefile	11 Feb 2006 09:39:01 -0000
@@ -3,7 +3,7 @@
 # Whom:			Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
 #
 # $FreeBSD: ports/mail/dspam-devel/Makefile,v 1.45 2006/02/10 17:02:54 garga Exp $
-# $Tecnik: ports/mail/dspam-devel/Makefile,v 1.32 2006/02/08 18:50:32 itetcu Exp $
+# $Tecnik: ports/mail/dspam-devel/Makefile,v 1.34 2006/02/11 09:26:54 itetcu Exp $
 #
 
 # Note to commiters: If don't commit a maintainer patch and as a result PKGNAME
@@ -21,8 +21,8 @@
 COMMENT=	Bayesian spam filter - development version
 
 PORTVER_MAJ=	3.6.3
-SNAP_DATE=	.20060208.1807
-_UPD_LINE_NO=	11
+SNAP_DATE=	.20060211.0037
+_UPD_LINE_NO=	10
 
 MIN_OPTIONS_VER=	${PORTNAME}-3.6.3.20060203.1409
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/dspam-devel/distinfo,v
retrieving revision 1.25
diff -u -r1.25 distinfo
--- distinfo	10 Feb 2006 17:02:54 -0000	1.25
+++ distinfo	11 Feb 2006 09:39:01 -0000
@@ -1,3 +1,3 @@
-MD5 (dspam-devel-3.6.3.20060208.1807.tar.gz) = 333138bb844a6fb6f8515500c7a52286
-SHA256 (dspam-devel-3.6.3.20060208.1807.tar.gz) = 361897b8704114411a19ab67765ea1fc9072bb34bceb578ad14d37f14b009a49
-SIZE (dspam-devel-3.6.3.20060208.1807.tar.gz) = 393609
+MD5 (dspam-devel-3.6.3.20060211.0037.tar.gz) = 77d2d018213f91ff14048b18b2748475
+SHA256 (dspam-devel-3.6.3.20060211.0037.tar.gz) = 6e434f7f3efc66ed7ac2f2b81b54a459a28a7bb42af479f66c9e526633eac38a
+SIZE (dspam-devel-3.6.3.20060211.0037.tar.gz) = 394032
Index: files/UPDATING
===================================================================
RCS file: /home/ncvs/ports/mail/dspam-devel/files/UPDATING,v
retrieving revision 1.18
diff -u -r1.18 UPDATING
--- files/UPDATING	10 Feb 2006 17:02:54 -0000	1.18
+++ files/UPDATING	11 Feb 2006 09:39:52 -0000
@@ -11,6 +11,17 @@
 make extract;  more `find . -type f -maxdepth 2 -name UPGRADING`
 
 ###########################################################################
+# dspam-devel-3.6.3.20060211.0037
+#
+
+WebUI:
+- mass-retraining option
+
+dspam.conf:
+- HashRec sizes prime numbers for better spread
+
+
+###########################################################################
 # dspam-devel-3.6.3.20060208.1807
 #
 
Index: files/dspam-devel.sh.in
===================================================================
RCS file: /home/ncvs/ports/mail/dspam-devel/files/dspam-devel.sh.in,v
retrieving revision 1.7
diff -u -r1.7 dspam-devel.sh.in
--- files/dspam-devel.sh.in	10 Feb 2006 17:02:54 -0000	1.7
+++ files/dspam-devel.sh.in	11 Feb 2006 09:39:52 -0000
@@ -1,7 +1,7 @@
 #!/bin/sh
 # $FreeBSD: ports/mail/dspam-devel/files/dspam-devel.sh.in,v 1.7 2006/02/10 17:02:54 garga Exp $
 # formerly $ FreeBSD: ports/mail/dspam-devel/files/dspam.rc,v 1.2 2005/02/25 03:09:26 leeym Exp $
-# $Tecnik: ports/mail/dspam-devel/files/dspam-devel.sh.in,v 1.6 2006/02/07 20:42:07 itetcu Exp $
+# $Tecnik: ports/mail/dspam-devel/files/dspam-devel.sh.in,v 1.7 2006/02/11 00:49:31 itetcu Exp $
 
 # PROVIDE: dspam
 # REQUIRE: DAEMON %%MYSQL%% %%PGSQL%% %%CLAMD%%
--- dspam-devel-3.6.3.20060208.1807_to_3.6.3.20060211.0037.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1139651289.61765>