diff options
author | itojun <itojun@pkgsrc.org> | 2001-02-14 00:32:39 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-02-14 00:32:39 +0000 |
commit | 077346bbc8bd906211ae575044442ec952ae58ad (patch) | |
tree | 7f78d74bf39f6aa379f5d948230b987d29fc8b8a /mail | |
parent | 8595fb34dacd8e3aaa51738a9e48c6a09ec12910 (diff) | |
download | pkgsrc-077346bbc8bd906211ae575044442ec952ae58ad.tar.gz |
upgrade to 1.11. logging changes.
1.11: Feb.14,2001:
smtp.c:
changes in logging format:
remove IPv6 letter in [IPv6:...] notation.
show proto=v4 when IPv4 address used if compiled with
--enable-v6.
show "(gateway)" after protocol gateway address.
patch from Makoto MATSUSHITA <matusita@ics.es.osaka-u.ac.jp>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/smtpfeed/Makefile | 6 | ||||
-rw-r--r-- | mail/smtpfeed/files/md5 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/smtpfeed/Makefile b/mail/smtpfeed/Makefile index bc58fba9fb5..a8e05f29c2b 100644 --- a/mail/smtpfeed/Makefile +++ b/mail/smtpfeed/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2001/01/31 10:24:03 itojun Exp $ +# $NetBSD: Makefile,v 1.13 2001/02/14 00:32:39 itojun Exp $ # Based on FreeBSD Id: Makefile,v 1.27 1999/04/03 08:25:18 itojun Exp # -DISTNAME= smtpfeed-1.10 +DISTNAME= smtpfeed-1.11 CATEGORIES= mail MASTER_SITES= ftp://ftp.kyoto.wide.ad.jp/pub/mail/smtpfeed/ \ ftp://ftp.kyoto.wide.ad.jp/pub/mail/sendmail/ \ @@ -14,7 +14,7 @@ HOMEPAGE= http://www.kyoto.wide.ad.jp/mta/sendmail.html#smtpfeed # sendmail 8.x with WIDE patch works better with it, than stock 8.x. # require sendmail from pkgsrc. -DEPENDS+= sendmail>=8.9.3:../../mail/sendmail +#DEPENDS+= sendmail>=8.9.3:../../mail/sendmail GNU_CONFIGURE= yes CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec diff --git a/mail/smtpfeed/files/md5 b/mail/smtpfeed/files/md5 index 13276eacb38..461cde8aaa9 100644 --- a/mail/smtpfeed/files/md5 +++ b/mail/smtpfeed/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.7 2001/01/31 10:24:04 itojun Exp $ +$NetBSD: md5,v 1.8 2001/02/14 00:32:39 itojun Exp $ -MD5 (smtpfeed-1.10.tar.gz) = b6d4a760dc6136336f1c580b93ae04fe +MD5 (smtpfeed-1.11.tar.gz) = 8a56b84c9a74583ae606caf298c543c3 |