View | Details | Raw Unified | Return to bug 96319
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 19-27 Link Here
19
MAINTAINER=	itetcu@people.tecnik93.com
19
MAINTAINER=	itetcu@people.tecnik93.com
20
COMMENT=	Bayesian spam filter - development version
20
COMMENT=	Bayesian spam filter - development version
21
21
22
PORTVER_MAJ=	3.6.4
22
PORTVER_MAJ=	3.6.5
23
SNAP_DATE=	.20060421.2101
23
#SNAP_DATE=	.20060421.2101
24
_UPD_LINE_NO=	37
24
_UPD_LINE_NO=	44
25
25
26
MIN_OPTIONS_VER=	${PORTNAME}-3.6.4..20060421.2101
26
MIN_OPTIONS_VER=	${PORTNAME}-3.6.4..20060421.2101
27
27
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (dspam-devel-3.6.4.20060421.2101.tar.gz) = 1299022ec1630b69cfb406511eb18fc4
1
MD5 (dspam-3.6.5.tar.gz) = da4f0e00633bff49d71fde418caaf14b
2
SHA256 (dspam-devel-3.6.4.20060421.2101.tar.gz) = a7ae934cab62d5582a17c5f807cd073277ada775d44716be106b2edb64aa96bb
2
SHA256 (dspam-3.6.5.tar.gz) = d8033773840f51cad27466b018e26c5232990f576108af79f6aa910bc2556fda
3
SIZE (dspam-devel-3.6.4.20060421.2101.tar.gz) = 398223
3
SIZE (dspam-3.6.5.tar.gz) = 747196
(-)pkg-plist (-1 lines)
Lines 81-87 Link Here
81
%%MYSQL%%@dirrm %%EXAMPLESDIR%%/mysql
81
%%MYSQL%%@dirrm %%EXAMPLESDIR%%/mysql
82
%%PGSQL%%%%EXAMPLESDIR%%/pgsql/pgsql_objects.sql
82
%%PGSQL%%%%EXAMPLESDIR%%/pgsql/pgsql_objects.sql
83
%%PGSQL%%%%EXAMPLESDIR%%/pgsql/purge.sql
83
%%PGSQL%%%%EXAMPLESDIR%%/pgsql/purge.sql
84
%%PGSQL%%%%EXAMPLESDIR%%/pgsql/purge-pe.sql
85
%%PGSQL%%%%EXAMPLESDIR%%/pgsql/virtual_users.sql
84
%%PGSQL%%%%EXAMPLESDIR%%/pgsql/virtual_users.sql
86
%%PGSQL%%@dirrm %%EXAMPLESDIR%%/pgsql
85
%%PGSQL%%@dirrm %%EXAMPLESDIR%%/pgsql
87
%%SQLITE%%%%EXAMPLESDIR%%/sqlite/purge-2.sql
86
%%SQLITE%%%%EXAMPLESDIR%%/sqlite/purge-2.sql
(-)files/UPDATING (+7 lines)
Lines 11-16 Link Here
11
make extract;  more `find . -type f -maxdepth 2 -name UPGRADING`
11
make extract;  more `find . -type f -maxdepth 2 -name UPGRADING`
12
12
13
###########################################################################
13
###########################################################################
14
# dspam-devel-3.6.5
15
#
16
17
3.6.5 stable release, identical to our previous CVS snap detailed bellow.
18
19
20
###########################################################################
14
# dspam-devel-3.6.4.20060421.2101
21
# dspam-devel-3.6.4.20060421.2101
15
#
22
#
16
23
(-)files/dspam-devel.sh.in (-1 lines)
Lines 1-7 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
# $FreeBSD: ports/mail/dspam-devel/files/dspam-devel.sh.in,v 1.10 2006/04/24 16:17:37 clsung Exp $
2
# $FreeBSD: ports/mail/dspam-devel/files/dspam-devel.sh.in,v 1.10 2006/04/24 16:17:37 clsung Exp $
3
# formerly $ FreeBSD: ports/mail/dspam-devel/files/dspam.rc,v 1.2 2005/02/25 03:09:26 leeym Exp $
3
# formerly $ FreeBSD: ports/mail/dspam-devel/files/dspam.rc,v 1.2 2005/02/25 03:09:26 leeym Exp $
4
# $Tecnik: ports/mail/dspam-devel/files/dspam-devel.sh.in,v 1.9 2006/03/15 17:55:13 itetcu Exp $
5
4
6
# PROVIDE: dspam
5
# PROVIDE: dspam
7
# REQUIRE: DAEMON %%MYSQL%% %%PGSQL%% %%CLAMD%%
6
# REQUIRE: DAEMON %%MYSQL%% %%PGSQL%% %%CLAMD%%

Return to bug 96319