diff options
author | xtraeme <xtraeme> | 2005-02-01 00:39:19 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2005-02-01 00:39:19 +0000 |
commit | c28dca912b0f8c053d9f79b8c0df3f982b4a6b8b (patch) | |
tree | 59bd424845293450a8be9b0e9ce23d625aab19d3 /mail/clamsmtp/Makefile | |
parent | ed11d2f06c55c754d918a9cf0cb6ebc2e7c9158a (diff) | |
download | pkgsrc-c28dca912b0f8c053d9f79b8c0df3f982b4a6b8b.tar.gz |
Update to 1.3.
Changes:
1.3 [2005-01-27]
- Fixed crasher when outgoing connection couldn't be established
- Removed erroneous chown line from clamsmtpd.sh
Diffstat (limited to 'mail/clamsmtp/Makefile')
-rw-r--r-- | mail/clamsmtp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/clamsmtp/Makefile b/mail/clamsmtp/Makefile index 339527bbe2a..26022ae82b4 100644 --- a/mail/clamsmtp/Makefile +++ b/mail/clamsmtp/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2004/12/28 02:47:44 reed Exp $ +# $NetBSD: Makefile,v 1.16 2005/02/01 00:39:19 xtraeme Exp $ -DISTNAME= clamsmtp-1.2 -PKGREVISION= 1 +DISTNAME= clamsmtp-1.3 CATEGORIES= mail MASTER_SITES= http://memberwebs.com/nielsen/software/clamsmtp/ |