diff options
author | cjep <cjep> | 2004-04-06 19:00:39 +0000 |
---|---|---|
committer | cjep <cjep> | 2004-04-06 19:00:39 +0000 |
commit | f4016d20e76ad5d1f10084abd20700c00accf8e2 (patch) | |
tree | 17618a174aafd6cc4199a315ebddc69dbda6547a /mail/nail | |
parent | 0f471db997c8044762ebe6076735178cacd9ff1a (diff) | |
download | pkgsrc-f4016d20e76ad5d1f10084abd20700c00accf8e2.tar.gz |
Update of mail/nail to 10.7.
Changes since 10.6 (see the ChangeLog supplied with the source
for more details):
o Inclusion of POSIX documentation.
o Bug fixes and changes including:
- exit with the correct status when sendwait is set
- fix Base64 decoding
- fix handling of addresses with / in them
- fix handling of autocc and autobcc variables
- Obey POSIX standards for ~w
- Handling escape sequences in quoted arguments in commands
for compatibility with System V mailx and POSIX.
Diffstat (limited to 'mail/nail')
-rw-r--r-- | mail/nail/Makefile | 7 | ||||
-rw-r--r-- | mail/nail/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/mail/nail/Makefile b/mail/nail/Makefile index 1efd34f371c..d9ba4b903b1 100644 --- a/mail/nail/Makefile +++ b/mail/nail/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2003/12/05 22:21:17 cjep Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/06 19:00:39 cjep Exp $ -DISTNAME= nail-10.6 +DISTNAME= nail-10.7 CATEGORIES= mail -MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/ +MASTER_SITES= http://nail.berlios.de/archive/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= cjep@NetBSD.org HOMEPAGE= http://omnibus.ruf.uni-freiburg.de/~gritter/ diff --git a/mail/nail/distinfo b/mail/nail/distinfo index 0cdb0a0812e..fc7bbdfc2ed 100644 --- a/mail/nail/distinfo +++ b/mail/nail/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2003/12/05 22:21:17 cjep Exp $ +$NetBSD: distinfo,v 1.5 2004/04/06 19:00:39 cjep Exp $ -SHA1 (nail-10.6.tar.gz) = 31e9e295297c46e8f21b3aae49076acfc7de15b3 -Size (nail-10.6.tar.gz) = 196354 bytes +SHA1 (nail-10.7.tar.bz2) = ebbb9c771fe78fa07f72b78995c7d5a2e1528025 +Size (nail-10.7.tar.bz2) = 155312 bytes SHA1 (patch-aa) = 5c244c8f89adf93dd5442222590a79624cda179b SHA1 (patch-ab) = 0b7e965a5ca3d06fda3d8555c57811f9be6e81dc SHA1 (patch-ac) = 22393a31babfefa1f8712b3fc2749ecb565a156b |