diff options
author | itojun <itojun@pkgsrc.org> | 2000-12-04 08:30:53 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-12-04 08:30:53 +0000 |
commit | 51e81bc45cd97bfff74aef73654cef29657fdb12 (patch) | |
tree | 0c6ae9d5308ebac80555489a68aaf15fb87ffdd5 /mail/postfix-current/Makefile | |
parent | a071f155059c23b0f25fd3e6817e647d84c149aa (diff) | |
download | pkgsrc-51e81bc45cd97bfff74aef73654cef29657fdb12.tar.gz |
use latest KAME IPv6 patch. should fix NetBSD PR 11336 (default
listening socket is changed by IPv6 patch).
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 302334cef6e..4919b4494c2 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2000/11/27 15:54:32 itojun Exp $ +# $NetBSD: Makefile,v 1.11 2000/12/04 08:30:53 itojun Exp $ DISTNAME= snapshot-20001121 PKGNAME= postfix-20001121 CATEGORIES= mail MASTER_SITES= ftp://postfix.cloud9.net/experimental/ -PATCHFILES= postfix-20001121snap-v6-20001128a.diff.gz +PATCHFILES= postfix-20001121snap-v6-20001204a.diff.gz PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ PATCH_DIST_STRIP+= -p1 |