diff options
author | jschauma <jschauma> | 2003-05-31 02:48:30 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-05-31 02:48:30 +0000 |
commit | bd55e8b5c56496972de187d41136ea87752dd15f (patch) | |
tree | 96b60e96837e676e9eb22b825985d60312a6e1ab | |
parent | 4dd99d73d237c6ffaa4505b90df0dcbc90db0060 (diff) | |
download | pkgsrc-bd55e8b5c56496972de187d41136ea87752dd15f.tar.gz |
Update etach to 1.2.9. Changes since 1.2.6:
1.2.9
Documentation update. (Note: Include the word "etach" somewhere in
the "Subject:" line of any email sent to the author or your message
may be discarded by the mail filter.)
1.2.8
Changed documentation strings to better conform to "Tips for
Documentation Strings" in GNU Emacs Lisp Reference Manual per
suggestion by rms.
1.2.7
Changed the detachment-default-directory portion of the mime-decode
algorithm to treat DOS/Windows drive letter prefixes (e.g., "C:") as
valid starts of absolute path names. This addresses a couple of
Windows user requests.
Added user-customizable variable "etach-write-text-files." This
addresses a user request.
Adapted the comment marks (semicolons) to convention.
-rw-r--r-- | mail/etach/Makefile | 4 | ||||
-rw-r--r-- | mail/etach/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/etach/Makefile b/mail/etach/Makefile index c076a1c4265..dc6aa63339a 100644 --- a/mail/etach/Makefile +++ b/mail/etach/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2002/05/03 21:15:28 jtb Exp $ +# $NetBSD: Makefile,v 1.6 2003/05/31 02:48:30 jschauma Exp $ -DISTNAME= etach-1.2.6 +DISTNAME= etach-1.2.9 CATEGORIES= mail MASTER_SITES= http://rulnick.com/etach/download/ diff --git a/mail/etach/distinfo b/mail/etach/distinfo index 248ce362218..26dbe83bdca 100644 --- a/mail/etach/distinfo +++ b/mail/etach/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2002/05/03 21:15:28 jtb Exp $ +$NetBSD: distinfo,v 1.4 2003/05/31 02:48:30 jschauma Exp $ -SHA1 (etach-1.2.6.tar.gz) = 3a4efe1c03146f795b3a85fa82075730c1a70861 -Size (etach-1.2.6.tar.gz) = 33086 bytes +SHA1 (etach-1.2.9.tar.gz) = 3a2ec2df9fa9fb49baf5be9c212d228df1dcd8d0 +Size (etach-1.2.9.tar.gz) = 35334 bytes |