diff options
author | martti <martti@pkgsrc.org> | 2004-01-23 06:25:25 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2004-01-23 06:25:25 +0000 |
commit | a6224cc30901fdd0ad6209a6228178b51edb5dee (patch) | |
tree | 1048dbd760d38dcffe34b2831c886f1e8dde2abf /mail | |
parent | dd55086b1577ab26bb5a6f18823935501a704df1 (diff) | |
download | pkgsrc-a6224cc30901fdd0ad6209a6228178b51edb5dee.tar.gz |
Updated postfix to 2.0.18
- A change in the line reading routines caused unexpected results
with lines ending in EOF. This change is undone.
- A portability problem with the test command ("test -e" is not
supported on older systems, while "test -f" does the job).
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index de82ef6dfe6..80afc6baf58 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.113 2004/01/21 06:56:48 martti Exp $ +# $NetBSD: Makefile,v 1.114 2004/01/23 06:25:25 martti Exp $ -DISTNAME= postfix-2.0.17 +DISTNAME= postfix-2.0.18 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ DIST_SUBDIR= postfix diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index 18f2170c9d8..3a8ff070f36 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.50 2004/01/21 06:56:48 martti Exp $ +$NetBSD: distinfo,v 1.51 2004/01/23 06:25:26 martti Exp $ -SHA1 (postfix/postfix-2.0.17.tar.gz) = f3b3a897d0aecd8020e966bb59737af7705ccbb1 -Size (postfix/postfix-2.0.17.tar.gz) = 1353628 bytes +SHA1 (postfix/postfix-2.0.18.tar.gz) = 7abf546d2756978caddb37f4203602412e277f51 +Size (postfix/postfix-2.0.18.tar.gz) = 1353649 bytes SHA1 (postfix/tls+ipv6-1.20-pf-2.0.16.patch.gz) = a451b7382c67d34fbefbdae08283c4b4f618e6b2 Size (postfix/tls+ipv6-1.20-pf-2.0.16.patch.gz) = 254580 bytes SHA1 (patch-aa) = 39a89a28cec3fd264dbda97633e34695eaad01e9 |