diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:01:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:01:13 +0000 |
commit | 6e2c35c083f338ceb42943121056662d71077c27 (patch) | |
tree | 552758ae68ac7d5cc8b8ab084ca3f57b0ed02319 /security/smtpd | |
parent | 10a728c9da6fdd9fcb71f5491ad5a237f5d688ab (diff) | |
download | pkgsrc-6e2c35c083f338ceb42943121056662d71077c27.tar.gz |
pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.
Diffstat (limited to 'security/smtpd')
-rw-r--r-- | security/smtpd/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/smtpd/Makefile b/security/smtpd/Makefile index 2594f07df48..d7843eb34c0 100644 --- a/security/smtpd/Makefile +++ b/security/smtpd/Makefile @@ -1,14 +1,17 @@ -# $NetBSD: Makefile,v 1.19 2006/11/28 16:38:00 tv Exp $ +# $NetBSD: Makefile,v 1.20 2007/02/22 19:01:24 wiz Exp $ # DISTNAME= smtpd-2.0 PKGREVISION= 3 CATEGORIES= mail security -MASTER_SITES= ftp://ftp.obtuse.com/pub/smtpd/ +MASTER_SITES= http://www.netsw.org/net/ip/firewall/proxy/smtpd/ PATCHFILES= patch-smtpd-2.0-RBL.gz +PATCH_SITES= http://web.rge.com/pub/security/smtpd/ MAINTAINER= pkgsrc-users@NetBSD.org +# "Obtuse smtpd hasn't been developed further since 1997." +# google for osmtpd HOMEPAGE= http://www.obtuse.com/smtpd.html COMMENT= Store and forward SMTP proxy |