From ad4c62fc82f834eb907832bd1d217b1911964be4 Mon Sep 17 00:00:00 2001 From: itetcu Date: Wed, 7 Jun 2006 23:44:38 +0000 Subject: Bugfixes: - PostgreSQL fails to connect (always) - LDAP client will not build due to header missing from makefile Approved by: lawrance (mentor, implicit) --- mail/dspam/Makefile | 4 ++-- mail/dspam/distinfo | 6 +++--- mail/dspam/files/UPDATING | 11 ++++++++++- 3 files changed, 15 insertions(+), 6 deletions(-) (limited to 'mail/dspam') diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index e1e7ba334b4d..8f34cb5fc5b6 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -2,7 +2,7 @@ # Date created: 3 August 2003 # Whom: Dominic Marks # -# $Tecnik: ports/mail/dspam/Makefile,v 1.16 2006/06/05 09:21:42 itetcu Exp $ +# $Tecnik: ports/mail/dspam/Makefile,v 1.18 2006/06/07 23:40:55 itetcu Exp $ # $FreeBSD$ # @@ -20,7 +20,7 @@ MASTER_SITES= # set later MAINTAINER= itetcu@FreeBSD.org COMMENT= Bayesian spam filter - stable maintenance version -PORTVER_MAJ= 3.6.7 +PORTVER_MAJ= 3.6.8 #SNAP_DATE= .20060421.2101 _UPD_LINE_NO= 14 diff --git a/mail/dspam/distinfo b/mail/dspam/distinfo index 9902e8da6f98..857ae0671cec 100644 --- a/mail/dspam/distinfo +++ b/mail/dspam/distinfo @@ -1,3 +1,3 @@ -MD5 (dspam-3.6.7.tar.gz) = 3d16fcdaa7428aef13e13c37510481e3 -SHA256 (dspam-3.6.7.tar.gz) = 8527dd0a6b907d6ecf03ea6c3e0656723cdaa263a7c4542bd8207dfd50667c51 -SIZE (dspam-3.6.7.tar.gz) = 743169 +MD5 (dspam-3.6.8.tar.gz) = c4b1a7079690ee16d8b0f36b2a2a90a4 +SHA256 (dspam-3.6.8.tar.gz) = 88c7b41fb81e90ba8a260885a1d14bce39f2ef4a06cc2c6b8bfa0b99ba1aec34 +SIZE (dspam-3.6.8.tar.gz) = 743275 diff --git a/mail/dspam/files/UPDATING b/mail/dspam/files/UPDATING index c29e5dde8353..c979bdb6da59 100644 --- a/mail/dspam/files/UPDATING +++ b/mail/dspam/files/UPDATING @@ -1,4 +1,4 @@ -# $Tecnik: ports/mail/dspam/files/UPDATING,v 1.13 2006/06/05 09:21:46 itetcu Exp $ +# $Tecnik: ports/mail/dspam/files/UPDATING,v 1.16 2006/06/07 23:45:21 itetcu Exp $ # $FreeBSD$ # # for each PKGNAME or user option change an entry should be added in this file @@ -16,6 +16,15 @@ 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-3.6.8 +# + +Bugfixes: +- PostgreSQL fails to connect (always) +- LDAP client will not build due to header missing from makefile + + ########################################################################### # dspam-3.6.7 # -- cgit