summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-07-28 06:05:36 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-07-28 06:05:36 +0000
commit4eddd4e8cf0b8418f026da3dc4c652924842ef3b (patch)
treed0e7063f52845277c66b6b75fe0535a134bd377f /mail
parentudvips patch was updated without name change. (diff)
Update to 0.92.3
PR: ports/69680 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=114911
Diffstat (limited to 'mail')
-rw-r--r--mail/bogofilter-current/Makefile4
-rw-r--r--mail/bogofilter-current/distinfo4
-rw-r--r--mail/bogofilter-current/files/ChangeLog.port12
-rw-r--r--mail/bogofilter/Makefile4
-rw-r--r--mail/bogofilter/distinfo4
-rw-r--r--mail/bogofilter/files/ChangeLog.port12
6 files changed, 32 insertions, 8 deletions
diff --git a/mail/bogofilter-current/Makefile b/mail/bogofilter-current/Makefile
index 91bd8bcfebbb..be1dbe83ee7c 100644
--- a/mail/bogofilter-current/Makefile
+++ b/mail/bogofilter-current/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bogofilter
-PORTVERSION= 0.92.2
+PORTVERSION= 0.92.3
PORTREVISION= 0
CATEGORIES?= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -17,7 +17,7 @@ COMMENT= "Fast, teachable, learning spam detector"
LIB_DEPENDS?= db-4.2:${PORTSDIR}/databases/db42
.if !defined(WITHOUT_GSL)
-LIB_DEPENDS+= gsl.6:${PORTSDIR}/math/gsl
+LIB_DEPENDS+= gsl:${PORTSDIR}/math/gsl
.endif
.if !defined(WITHOUT_BASH)
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2
diff --git a/mail/bogofilter-current/distinfo b/mail/bogofilter-current/distinfo
index 89d963199a2e..59c2da8a13e9 100644
--- a/mail/bogofilter-current/distinfo
+++ b/mail/bogofilter-current/distinfo
@@ -1,2 +1,2 @@
-MD5 (bogofilter-0.92.2.tar.bz2) = 459df9d5074b871de6a96bbac27dc673
-SIZE (bogofilter-0.92.2.tar.bz2) = 639796
+MD5 (bogofilter-0.92.3.tar.bz2) = 1c6443a299828d043c66d2c376dfce81
+SIZE (bogofilter-0.92.3.tar.bz2) = 639266
diff --git a/mail/bogofilter-current/files/ChangeLog.port b/mail/bogofilter-current/files/ChangeLog.port
index bd1ae41838c5..4bf023ed76d2 100644
--- a/mail/bogofilter-current/files/ChangeLog.port
+++ b/mail/bogofilter-current/files/ChangeLog.port
@@ -1,6 +1,18 @@
FreeBSD's port ChangeLog for mail/bogofilter
------------------------
+0.92.3
+- regression tests for %A, %I and %Q revised
+- internal cleanups
+- no longer depend on a particular gsl version, to avoid chasing the
+ GSL library after future GSL updates
+
+0.92.2
+- drop patch-ac, merged upstream
+- %I is now really the Message-ID
+- %Q is the queue idea
+- %A is the message injector's IP address
+
2004-07-07
- add patch-ac to fix bogus test failure in bogofilter-tdb and bogofilter-qdbm
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile
index 91bd8bcfebbb..be1dbe83ee7c 100644
--- a/mail/bogofilter/Makefile
+++ b/mail/bogofilter/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bogofilter
-PORTVERSION= 0.92.2
+PORTVERSION= 0.92.3
PORTREVISION= 0
CATEGORIES?= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -17,7 +17,7 @@ COMMENT= "Fast, teachable, learning spam detector"
LIB_DEPENDS?= db-4.2:${PORTSDIR}/databases/db42
.if !defined(WITHOUT_GSL)
-LIB_DEPENDS+= gsl.6:${PORTSDIR}/math/gsl
+LIB_DEPENDS+= gsl:${PORTSDIR}/math/gsl
.endif
.if !defined(WITHOUT_BASH)
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2
diff --git a/mail/bogofilter/distinfo b/mail/bogofilter/distinfo
index 89d963199a2e..59c2da8a13e9 100644
--- a/mail/bogofilter/distinfo
+++ b/mail/bogofilter/distinfo
@@ -1,2 +1,2 @@
-MD5 (bogofilter-0.92.2.tar.bz2) = 459df9d5074b871de6a96bbac27dc673
-SIZE (bogofilter-0.92.2.tar.bz2) = 639796
+MD5 (bogofilter-0.92.3.tar.bz2) = 1c6443a299828d043c66d2c376dfce81
+SIZE (bogofilter-0.92.3.tar.bz2) = 639266
diff --git a/mail/bogofilter/files/ChangeLog.port b/mail/bogofilter/files/ChangeLog.port
index bd1ae41838c5..4bf023ed76d2 100644
--- a/mail/bogofilter/files/ChangeLog.port
+++ b/mail/bogofilter/files/ChangeLog.port
@@ -1,6 +1,18 @@
FreeBSD's port ChangeLog for mail/bogofilter
------------------------
+0.92.3
+- regression tests for %A, %I and %Q revised
+- internal cleanups
+- no longer depend on a particular gsl version, to avoid chasing the
+ GSL library after future GSL updates
+
+0.92.2
+- drop patch-ac, merged upstream
+- %I is now really the Message-ID
+- %Q is the queue idea
+- %A is the message injector's IP address
+
2004-07-07
- add patch-ac to fix bogus test failure in bogofilter-tdb and bogofilter-qdbm