summaryrefslogtreecommitdiff
path: root/mail/dspam
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-07 23:44:38 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-07 23:44:38 +0000
commitf030c31d2cb3a5d74f43d4aca835a6a7d5aa73a4 (patch)
tree8645f4886c916c829e67d2156d78622f5ee942c8 /mail/dspam
parent- fix plist (diff)
Bugfixes:
- PostgreSQL fails to connect (always) - LDAP client will not build due to header missing from makefile Approved by: lawrance (mentor, implicit)
Notes
Notes: svn path=/head/; revision=164773
Diffstat (limited to 'mail/dspam')
-rw-r--r--mail/dspam/Makefile4
-rw-r--r--mail/dspam/distinfo6
-rw-r--r--mail/dspam/files/UPDATING11
3 files changed, 15 insertions, 6 deletions
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 <dom@wirespeed.org.uk>
#
-# $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
@@ -17,6 +17,15 @@ 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
#