diff options
author | itojun <itojun@pkgsrc.org> | 2001-03-18 14:02:00 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-03-18 14:02:00 +0000 |
commit | cbfe4148529f4b6f3808c5d0120684b965204c10 (patch) | |
tree | 4f3470223cb2cfb8c1dc2e4cfeae8e67baf5293f /mail/postfix-current/Makefile | |
parent | a939347756cc5d63fb9a7a0c2b6982b629f8be4c (diff) | |
download | pkgsrc-cbfe4148529f4b6f3808c5d0120684b965204c10.tar.gz |
pull postfix-users patch to correct sprious backslash.
update IPv6 patch. fixes src/dst address family mismatch in src/smtp.
Diffstat (limited to 'mail/postfix-current/Makefile')
-rw-r--r-- | mail/postfix-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 1d51652cfe9..65764fc1f9e 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.22 2001/03/12 07:18:05 itojun Exp $ +# $NetBSD: Makefile,v 1.23 2001/03/18 14:02:00 itojun Exp $ DISTNAME= release-20010228 PKGNAME= postfix-20010228 CATEGORIES= mail MASTER_SITES= ftp://postfix.cloud9.net/official/ -PATCHFILES= postfix-20010228release-v6-20010312a.diff.gz \ +PATCHFILES= postfix-20010228release-v6-20010318a.diff.gz \ postfix-20010228release-ercpt.diff PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \ ftp://ftp.gw.com/pub/people/kim/patches/ |