| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
includes spaces. The content is changed but the previous commit
is a few minutes before, don't bump PORTREVISION to avoid confusion.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- The default working directory can be tweaked by user; if
POPFILE_USER variable is defined before, use it simply.
- If POPFILE_USER variable is not defined, the script default
is either ${HOME}/.popfile (old default) or /var/db/popfile
if ${HOME} variable is not defined or defined as null string.
- If ${POPFILE_USER} directory cannot be made, exit with error.
Most casual users shouldn't affect this change, however, the script
itself is changed, so bump PORTREVISION.
Inspired from: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/14635
(in Japanese)
|
|
|
|
|
| |
PORTVERSION string in the file. It should be no content change,
and previous commit was made a few minutes before, don't bump PORTREVISION.
|
|
|
|
|
|
| |
Found by: bento
Reported by: kris
Pointy hat to: matusita
|
|
|
|
| |
Also use PORTVERSION as a part of PATCHFILES filename.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Other (minor) changes are listed below:
* Update additional patches also.
* Add new perl module dependency which POPFile newly 'use'ed.
* Add new runtime dependency option, WITH_POPFILE_UPGRADE_FROM_0_20.
If you're using previous version of POPFile, you may want to make
this port with WITH_POPFILE_UPGRADE_FROM_0_20=YES.
* Display compile-time option introduction.
* Introduce popfile.sh, per-user bases startup script. Since v0.21.0
supports multi-user, you don't have to have your _own_ copy of POPFile.
setup-popfile.sh is also removed; it doesn't need anymore.
|
| |
|
|
POPFile is an automatic mail classification tool. Unlike other
email classification tools, POPFile acts as a POP3 proxy server.
Reviewed by: kuriyama (mentor)
|