diff options
Diffstat (limited to 'security/smtpd/Makefile')
-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 |