Commit graph

13 commits

Author SHA1 Message Date
peter da2ced0ef3 Remove myself as maintainer, I don't have the time anymore to keep these
packages up to date.
2007-05-18 10:03:30 +00:00
wiz 601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
jlam 802ce74fcb Modify packages that set PKG_USERS and PKG_GROUPS to follow the new
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
2006-04-23 00:12:35 +00:00
peter 94637ea46d Update spamd to 20060330.
This version allows changing of the paths for spamd chroot, spamd database,
pfctl binary and configuration file. This allows spamd to just work
for different configurations.

Based on patches and suggestions from Jeremy C. Reed and Johnny Lam.
2006-04-01 12:14:27 +00:00
peter d0f1fe4fab Update spamd to 20060307.
Changes:
- Sync with OpenBSD 3.9 branch.
  No new functionality, only a few bug/documentation fixes.

- All major BSDs are supported now (NetBSD, OpenBSD, FreeBSD and DragonFly).
  Thanks to Jeremy C. Reed for providing patches for DragonFly.
2006-03-07 22:32:23 +00:00
reed 849262e46a Use INSTALLATION_DIRS to pre-create needed directories.
Honor PKGMANDIR.
2006-02-16 21:39:05 +00:00
jlam dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
rillig 7a95adad42 The real user name in PKG_USERS does not need to be escaped with double
backslashes anymore. A single backslash is enough. Changed the
definition in all affected packages. For those that are not caught, an
additional check is placed into bsd.pkginstall.mk.
2005-08-23 11:48:47 +00:00
peter 0ee5c13dd2 Update to spamd-20050726.
Changes:
* Compilation problems on i386 fixed.
* -Werror disabled.
2005-07-26 11:13:41 +00:00
peter 5ce4bf7646 Correct a PLIST entry (I renamed it before importing and didn't test it, oops) 2005-07-02 11:34:28 +00:00
peter 6717cbd323 Improve the description, text from http://www.benzedrine.cx/relaydb.html
Suggested by Thomas Klausner.
2005-06-28 16:48:52 +00:00
peter 868975711d Initial import of spamd-20050624 (from OpenBSD 3.7 sources).
spamd is a fake sendmail(8)-like daemon which rejects false mail.  If the
pf packet filter (security/pflkm) is configured to redirect port 25 (SMTP)
to this daemon, it will attempt to waste the time and resources of
the spam sender.

Approved by Thomas Klausner.
2005-06-28 12:43:57 +00:00