2007-08-10 17:00:12 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
This package is missing an inclusion of bsd.options.mk, which caused the
"authlib" PKG_OPTION to be ignored.
|
2007-08-03 00:07:32 by Johnny C. Lam | Files touched by this commit (6) |
Log message:
Fix botched migration of PKG_OPTIONS from courier-mta/Makefile.common
into the Makefiles of the packages that include it:
(1) PKGNAME and PKG_SUPPORTED_OPTIONS clearly no longer need to be
defined since the only code that used it in Makefile.common was
removed.
(2) Package Makefiles need to properly define PKG_OPTIONS_VAR and
PKG_SUPPORTED_OPTIONS prior to including bsd.options.mk. Set
them to the appropriate values to match the orginal names from
before the botched migration.
|
2007-06-15 20:20:07 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Document why SPECIAL_PERMS is set the way it is.
|
2007-06-15 20:15:22 by Johnny C. Lam | Files touched by this commit (14) |
Log message:
* Change some instances of ROOT_USER and ROOT_GROUP to BINOWN and BINGRP
in SPECIAL_PERMS usage.
* Consistently use 4555 for setuid and 2555 for setgid programs.
|
2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721) |
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
|
2006-11-07 10:26:37 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Explicitly annotate permissions of lockmail and maildrop, as they belong
to the courier group.
XXX Why doesn't lockmail have the default group?
|
2006-07-11 02:57:44 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Build needs Perl.
|
2006-04-28 20:14:06 by Johnny C. Lam | Files touched by this commit (5) |
Log message:
Update mail/maildrop to 2.0.2. Changes from version 2.0.1 include
+ Install the makedat documentation; even though "makedat" is part
of courier-authlib, that package installs no doucmentation for
it, and "makedat" is used quite frequently in conjunction with
maildrop.
* fix for RFC822 compliance -- encode spaces that precede a newline.
|
2006-03-21 20:50:51 by Johnny C. Lam | Files touched by this commit (3) |
Log message:
Add a check for whether maildrop is invoked by courier or not before
doing courier-specific things, like accepting the values of certain
environment variables for things like location of the mail folder for
local delivery. This addresses PR pkg/32369 in a way that still allows
for a future courier-mta package that just uses the maildrop package.
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|