diff options
author | peter <peter@pkgsrc.org> | 2006-03-07 22:32:23 +0000 |
---|---|---|
committer | peter <peter@pkgsrc.org> | 2006-03-07 22:32:23 +0000 |
commit | 10898699536e9034cd7b46ba8f0523fc0d1918d2 (patch) | |
tree | bc2e032bfc62b5879ad4c0b291e670429d738ecd /mail/spamd/Makefile | |
parent | 51a9e20fc41872953e68b99fd197173710d9508e (diff) | |
download | pkgsrc-10898699536e9034cd7b46ba8f0523fc0d1918d2.tar.gz |
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.
Diffstat (limited to 'mail/spamd/Makefile')
-rw-r--r-- | mail/spamd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/spamd/Makefile b/mail/spamd/Makefile index f89b7261544..ceed73d5a2d 100644 --- a/mail/spamd/Makefile +++ b/mail/spamd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2006/02/16 21:39:05 reed Exp $ +# $NetBSD: Makefile,v 1.7 2006/03/07 22:32:23 peter Exp $ -DISTNAME= spamd-20050726 +DISTNAME= spamd-20060307 CATEGORIES= mail MASTER_SITES= http://nedbsd.nl/~ppostma/pf/ @@ -8,7 +8,7 @@ MAINTAINER= peter@pointless.nl HOMEPAGE= http://www.benzedrine.cx/relaydb.html COMMENT= OpenBSD spam deferral daemon -ONLY_FOR_PLATFORM= NetBSD-[2-9]*-* +ONLY_FOR_PLATFORM= NetBSD-*-* OpenBSD-*-* FreeBSD-*-* DragonFly-*-* NO_CONFIGURE= yes |