Update to 3.6.5 stable release, identical to our previous snap.
PR: 96319 Submitted by: Ion-Mihai IOnut Tetcu <itetcu@people.tecnik93.com> (maintainer)
This commit is contained in:
parent
0c5d328635
commit
08e784c6f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160447
5 changed files with 13 additions and 8 deletions
|
@ -19,9 +19,9 @@ MASTER_SITES= # set later
|
|||
MAINTAINER= itetcu@people.tecnik93.com
|
||||
COMMENT= Bayesian spam filter - development version
|
||||
|
||||
PORTVER_MAJ= 3.6.4
|
||||
SNAP_DATE= .20060421.2101
|
||||
_UPD_LINE_NO= 37
|
||||
PORTVER_MAJ= 3.6.5
|
||||
#SNAP_DATE= .20060421.2101
|
||||
_UPD_LINE_NO= 44
|
||||
|
||||
MIN_OPTIONS_VER= ${PORTNAME}-3.6.4..20060421.2101
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (dspam-devel-3.6.4.20060421.2101.tar.gz) = 1299022ec1630b69cfb406511eb18fc4
|
||||
SHA256 (dspam-devel-3.6.4.20060421.2101.tar.gz) = a7ae934cab62d5582a17c5f807cd073277ada775d44716be106b2edb64aa96bb
|
||||
SIZE (dspam-devel-3.6.4.20060421.2101.tar.gz) = 398223
|
||||
MD5 (dspam-3.6.5.tar.gz) = da4f0e00633bff49d71fde418caaf14b
|
||||
SHA256 (dspam-3.6.5.tar.gz) = d8033773840f51cad27466b018e26c5232990f576108af79f6aa910bc2556fda
|
||||
SIZE (dspam-3.6.5.tar.gz) = 747196
|
||||
|
|
|
@ -10,6 +10,13 @@ also the UPGRADING enclosed in the dspam distribution. You can see it by doing
|
|||
in the port directory:
|
||||
make extract; more `find . -type f -maxdepth 2 -name UPGRADING`
|
||||
|
||||
###########################################################################
|
||||
# dspam-devel-3.6.5
|
||||
#
|
||||
|
||||
3.6.5 stable release, identical to our previous CVS snap detailed bellow.
|
||||
|
||||
|
||||
###########################################################################
|
||||
# dspam-devel-3.6.4.20060421.2101
|
||||
#
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/bin/sh
|
||||
# $FreeBSD$
|
||||
# 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.9 2006/03/15 17:55:13 itetcu Exp $
|
||||
|
||||
# PROVIDE: dspam
|
||||
# REQUIRE: DAEMON %%MYSQL%% %%PGSQL%% %%CLAMD%%
|
||||
|
|
|
@ -81,7 +81,6 @@ libdata/pkgconfig/dspam.pc
|
|||
%%MYSQL%%@dirrm %%EXAMPLESDIR%%/mysql
|
||||
%%PGSQL%%%%EXAMPLESDIR%%/pgsql/pgsql_objects.sql
|
||||
%%PGSQL%%%%EXAMPLESDIR%%/pgsql/purge.sql
|
||||
%%PGSQL%%%%EXAMPLESDIR%%/pgsql/purge-pe.sql
|
||||
%%PGSQL%%%%EXAMPLESDIR%%/pgsql/virtual_users.sql
|
||||
%%PGSQL%%@dirrm %%EXAMPLESDIR%%/pgsql
|
||||
%%SQLITE%%%%EXAMPLESDIR%%/sqlite/purge-2.sql
|
||||
|
|
Loading…
Reference in a new issue