diff options
author | mandree <mandree@FreeBSD.org> | 2016-04-13 06:05:33 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2016-04-13 06:05:33 +0800 |
commit | 7fb00ae86a11f6218873c1dd5bd72e2157901db4 (patch) | |
tree | 89783b70de83d719c182fa5908c779fa6cee0a4f /mail | |
parent | c3c762ac118702fe0cdaa20afcb6efd311baf984 (diff) | |
download | freebsd-ports-gnome-7fb00ae86a11f6218873c1dd5bd72e2157901db4.tar.gz freebsd-ports-gnome-7fb00ae86a11f6218873c1dd5bd72e2157901db4.tar.zst freebsd-ports-gnome-7fb00ae86a11f6218873c1dd5bd72e2157901db4.zip |
Un-deprecate [1], but block db48.
Reported by: adamw@ [1]
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bogofilter/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index b5e941fa97d6..82c6c4fb0c2f 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -12,9 +12,8 @@ COMMENT= Fast, teachable, learning spam detector .if !defined(MASTERDIR) || ${MASTERDIR} == ${.CURDIR} # building master port -USE_BDB= 41+ -EXPIRATION_DATE?= 2016-10-31 -DEPRECATED?= With the BerkeleyDB port outside the maintainer's control, proper function of the bogofilter is not guaranteed under FreeBSD. Please migrate to either of the sibling ports that use a different database. Use bogoutil before and after the switch for dumping and re-loading your databases. +USE_BDB= 5+ +INVALID_BDB_VER=48 .endif OPTIONS_DEFINE= GSL UNICODE DOCS |