Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-01 | Remove redundant ONLY_FOR_PLATFORM; the centrally maintained one in | dholland | 1 | -3/+1 | |
mk/pf.bl3.mk is sufficient. | |||||
2014-03-11 | Remove example rc.d scripts from PLISTs. | jperkin | 1 | -2/+1 | |
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise. | |||||
2013-07-12 | Bump PKGREVISION of all packages which create users, to pick up change of | jperkin | 1 | -2/+2 | |
sysutils/user_* packages. | |||||
2012-10-08 | Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-03-06 | Don't install cat pages. Bump revision. | joerg | 2 | -17/+3 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 | |
2008-06-26 | Switch to mk/pf.buildlink3.mk. | peter | 1 | -2/+2 | |
Approved by agc. | |||||
2008-03-04 | Mechanical changes to add DESTDIR support to packages that install | jlam | 1 | -17/+33 | |
their files via a custom do-install target. | |||||
2007-06-14 | Add _HAVE_SYSLOG_R to prevent conflicts. | darcy | 2 | -1/+14 | |
2007-05-18 | Remove myself as maintainer, I don't have the time anymore to keep these | peter | 1 | -2/+2 | |
packages up to date. | |||||
2007-02-22 | Whitespace cleanup, courtesy of pkglint. | wiz | 1 | -2/+2 | |
Patch provided by Sergey Svishchev in private mail. | |||||
2006-04-23 | Modify packages that set PKG_USERS and PKG_GROUPS to follow the new | jlam | 1 | -2/+4 | |
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47. | |||||
2006-04-01 | Update spamd to 20060330. | peter | 2 | -13/+20 | |
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-03-07 | Update spamd to 20060307. | peter | 2 | -7/+7 | |
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-02-16 | Use INSTALLATION_DIRS to pre-create needed directories. | reed | 1 | -12/+14 | |
Honor PKGMANDIR. | |||||
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
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-08-23 | The real user name in PKG_USERS does not need to be escaped with double | rillig | 1 | -2/+2 | |
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-07-26 | Update to spamd-20050726. | peter | 2 | -6/+6 | |
Changes: * Compilation problems on i386 fixed. * -Werror disabled. | |||||
2005-07-02 | Correct a PLIST entry (I renamed it before importing and didn't test it, oops) | peter | 1 | -2/+2 | |
2005-06-28 | Improve the description, text from http://www.benzedrine.cx/relaydb.html | peter | 1 | -4/+13 | |
Suggested by Thomas Klausner. | |||||
2005-06-28 | Initial import of spamd-20050624 (from OpenBSD 3.7 sources). | peter | 6 | -0/+111 | |
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. |