diff options
author | mjl <mjl@pkgsrc.org> | 2003-05-30 09:39:10 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2003-05-30 09:39:10 +0000 |
commit | 34611f4dfb4c0fce2f96af8aa1dea8ff209d19a5 (patch) | |
tree | 94cd594a120b7c4c0b572ad7ac24ec188bd800d5 /converters/p5-MIME-Base64/Makefile | |
parent | 314b106e16e46ed5b80f9e9fe9155306d985f505 (diff) | |
download | pkgsrc-34611f4dfb4c0fce2f96af8aa1dea8ff209d19a5.tar.gz |
Update p5-MIME-Base64 to 2.20
decode_qp() recognize soft whitespace when there is whitespace
between the '=' and the '\n'.
decode_qp() did eat up all trailing whitespace in the string decoded.
Only whitespace in front of "\n" should go.
Diffstat (limited to 'converters/p5-MIME-Base64/Makefile')
-rw-r--r-- | converters/p5-MIME-Base64/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/converters/p5-MIME-Base64/Makefile b/converters/p5-MIME-Base64/Makefile index 3c68dcad6c0..283e99cd684 100644 --- a/converters/p5-MIME-Base64/Makefile +++ b/converters/p5-MIME-Base64/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2003/04/12 15:40:33 martti Exp $ -# FreeBSD Id: Makefile,v 1.3 1997/08/04 22:47:16 ache Exp +# $NetBSD: Makefile,v 1.20 2003/05/30 09:39:10 mjl Exp $ # -VERS= 2.18 +VERS= 2.20 DISTNAME= MIME-Base64-${VERS} PKGNAME= p5-MIME-Base64-${VERS} SVR4_PKGNAME= p5mba |