diff options
author | erwin <erwin@FreeBSD.org> | 2006-04-26 00:58:04 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-04-26 00:58:04 +0800 |
commit | 6ecc829639bbea9756f843a1dc9dd2b9d238f1e9 (patch) | |
tree | 291fdc0c17a0d7ea7dc42bb013a29f053a0d3d0d /mail | |
parent | 1c58d0e7f37adbe4730e14b3d1567fd9644e4baf (diff) | |
download | freebsd-ports-gnome-6ecc829639bbea9756f843a1dc9dd2b9d238f1e9.tar.gz freebsd-ports-gnome-6ecc829639bbea9756f843a1dc9dd2b9d238f1e9.tar.zst freebsd-ports-gnome-6ecc829639bbea9756f843a1dc9dd2b9d238f1e9.zip |
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)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dspam-devel/Makefile | 6 | ||||
-rw-r--r-- | mail/dspam-devel/distinfo | 6 | ||||
-rw-r--r-- | mail/dspam-devel/files/UPDATING | 7 | ||||
-rw-r--r-- | mail/dspam-devel/files/dspam-devel.sh.in | 1 | ||||
-rw-r--r-- | mail/dspam-devel/pkg-plist | 1 |
5 files changed, 13 insertions, 8 deletions
diff --git a/mail/dspam-devel/Makefile b/mail/dspam-devel/Makefile index 9ed92002df8d..24781c8e9bb7 100644 --- a/mail/dspam-devel/Makefile +++ b/mail/dspam-devel/Makefile @@ -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 diff --git a/mail/dspam-devel/distinfo b/mail/dspam-devel/distinfo index 4419f37d09a8..a87004af5025 100644 --- a/mail/dspam-devel/distinfo +++ b/mail/dspam-devel/distinfo @@ -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 diff --git a/mail/dspam-devel/files/UPDATING b/mail/dspam-devel/files/UPDATING index a762f9b690ba..b242e9f8112c 100644 --- a/mail/dspam-devel/files/UPDATING +++ b/mail/dspam-devel/files/UPDATING @@ -11,6 +11,13 @@ 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 # diff --git a/mail/dspam-devel/files/dspam-devel.sh.in b/mail/dspam-devel/files/dspam-devel.sh.in index 60606a0544f0..8fc2828bb386 100644 --- a/mail/dspam-devel/files/dspam-devel.sh.in +++ b/mail/dspam-devel/files/dspam-devel.sh.in @@ -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%% diff --git a/mail/dspam-devel/pkg-plist b/mail/dspam-devel/pkg-plist index d5c43e20414f..0251002d2215 100644 --- a/mail/dspam-devel/pkg-plist +++ b/mail/dspam-devel/pkg-plist @@ -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 |