Bug 65382 - [MAINTAINER] mail/bogofilter: update to 0.17.5
Summary: [MAINTAINER] mail/bogofilter: update to 0.17.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kirill Ponomarev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-10 00:40 UTC by Matthias Andree
Modified: 2004-04-10 00:54 UTC (History)
1 user (show)

See Also:


Attachments
bogofilter-0.17.5.patch (5.47 KB, patch)
2004-04-10 00:40 UTC, Matthias Andree
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Andree 2004-04-10 00:40:16 UTC
- Update to 0.17.5

Changes over previous PR:
- will only use DB 4.2, no configuration possible
  As we don't use the Berkeley DB environment stuff (for concurrent or
  transactional libdb use - __db.NNN and log.NNNNNNNNNN files),
  DB 4.2 will deal with DB 4.0-created data base files just fine.
  This is a migration aid for future bogofilter versions that depend on
  DB 4.1 or newer.
  -> no more broken DB version guesswork
- fix ENV to SETENV so pkg-install will work from the port
- removed alpha FreeBSD 5 IGNORE, as no logs have been shown that prove
  the problem and no proper bug report exists.  reverted to bsd.port.mk.
- INSTALL_MAN -> INSTALL_DATA
- ECHO -> ECHO_MSG
- added RUN_DEPENDS bash2 for some of the contrib stuff
- added REINPLACE_CMD for Perl path in shebang lines (#!) in contrib stuff
- export PERL to CONFIGURE_ENV

Thanks to Kirill Ponomarew for his input and good ideas
with getting this port upgraded properly.

Generated with FreeBSD Port Tools 0.50
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-04-10 00:41:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->krion

I'll take it.
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2004-04-10 00:54:33 UTC
State Changed
From-To: open->closed

Committed, thanks!