Commit graph

27 commits

Author SHA1 Message Date
nia f413f7fded mail: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles were unfetchable (possibly fetched
conditionally?):

./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
2021-10-26 10:53:53 +00:00
nia be020196fe mail: Remove SHA1 hashes for distfiles 2021-10-07 14:25:11 +00:00
jperkin 5393242c73 *: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
2018-07-04 13:40:07 +00:00
wiz 1770bcacd4 Comment out dead sites. 2017-09-04 18:00:49 +00:00
agc ddbf6ddecd Add SHA512 digests for distfiles for mail category
Problems found locating distfiles:
	Package mutt: missing distfile patch-1.5.24.rr.compressed.gz
	Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz
	Package pine: missing distfile fancy.patch.gz
	Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch
	Package qmail: missing distfile badrcptto.patch
	Package qmail: missing distfile outgoingip.patch
	Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch
	Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch
	Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz
	Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 23:27:00 +00:00
dholland 3bbcc2612d Remove redundant ONLY_FOR_PLATFORM; the centrally maintained one in
mk/pf.bl3.mk is sufficient.
2015-01-01 11:05:01 +00:00
jperkin 45bc40abb4 Remove example rc.d scripts from PLISTs.
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
2014-03-11 14:04:57 +00:00
jperkin b091c2f172 Bump PKGREVISION of all packages which create users, to pick up change of
sysutils/user_* packages.
2013-07-12 10:44:52 +00:00
asau d70c8e374b Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
joerg 135cd3dd53 Don't install cat pages. Bump revision. 2012-03-06 23:27:15 +00:00
joerg 62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
peter fe06a10c61 Switch to mk/pf.buildlink3.mk.
Approved by agc.
2008-06-26 20:59:51 +00:00
jlam a80fd13efc Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-04 17:57:17 +00:00
darcy 003d4f0d83 Add _HAVE_SYSLOG_R to prevent conflicts. 2007-06-14 22:02:45 +00:00
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