diff options
author | krion <krion@FreeBSD.org> | 2004-07-28 06:05:36 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-28 06:05:36 +0000 |
commit | 13e43b16571956c4af557f89ec169ef1565525ab (patch) | |
tree | 6686a6713d5ba510f279b2be81bca7f47fcd0490 /mail/bogofilter | |
parent | 310ee74b2c9f3739939bd16634da3f8c2a53ed3e (diff) | |
download | FreeBSD-ports-13e43b16571956c4af557f89ec169ef1565525ab.zip FreeBSD-ports-13e43b16571956c4af557f89ec169ef1565525ab.tar.gz |
Update to 0.92.3
PR: ports/69680
Submitted by: maintainer
Diffstat (limited to 'mail/bogofilter')
-rw-r--r-- | mail/bogofilter/Makefile | 4 | ||||
-rw-r--r-- | mail/bogofilter/distinfo | 4 | ||||
-rw-r--r-- | mail/bogofilter/files/ChangeLog.port | 12 |
3 files changed, 16 insertions, 4 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 91bd8bc..be1dbe8 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 89d9631..59c2da8 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 bd1ae41..4bf023e 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 |