diff options
author | itojun <itojun@pkgsrc.org> | 2001-01-17 14:31:23 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-01-17 14:31:23 +0000 |
commit | 9825cf9a1cf0091c400db70110a7a53e9208ee81 (patch) | |
tree | 3d8a5cde675a5d56bd808372faf192dc102ac24a /mail/postfix-current/Makefile | |
parent | 001fec7fa021aa68a7ff0a5b65b348f4464dc10c (diff) | |
download | pkgsrc-9825cf9a1cf0091c400db70110a7a53e9208ee81.tar.gz |
use more recent IPv6 patch. now the same binary should work on
IPv4-only, IPv6-only and IPv4/v6 dual stack machines.
(need more cleanups)
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 6b3951900a8..0df490b8383 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.12 2001/01/13 07:46:57 itojun Exp $ +# $NetBSD: Makefile,v 1.13 2001/01/17 14:31:23 itojun Exp $ DISTNAME= snapshot-20001217 PKGNAME= postfix-20001217 CATEGORIES= mail MASTER_SITES= ftp://postfix.cloud9.net/experimental/ -PATCHFILES= postfix-20001217snap-v6-20010113a.diff.gz +PATCHFILES= postfix-20001217snap-v6-20010117a.diff.gz PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ PATCH_DIST_STRIP+= -p1 |