diff options
author | abs <abs@pkgsrc.org> | 2007-05-17 21:58:58 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-05-17 21:58:58 +0000 |
commit | 1f43cff80597dff1b450fb4b4f7f13832403871f (patch) | |
tree | 7dc06210561a6b7edbf36d619f1b32976160b422 /mail/alpine/Makefile | |
parent | 78a2d5eabc5bff2f6a0f6142886bd64df719e763 (diff) | |
download | pkgsrc-1f43cff80597dff1b450fb4b4f7f13832403871f.tar.gz |
Update alpine to 0.99nb1 - do not ^M and similar to toupper(). Avoids
potential crash on selecting files to attach on some machines
Diffstat (limited to 'mail/alpine/Makefile')
-rw-r--r-- | mail/alpine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index 3b80ce81e75..83ea58fa991 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/05/03 12:11:37 abs Exp $ +# $NetBSD: Makefile,v 1.2 2007/05/17 21:58:58 abs Exp $ # DISTNAME= alpine-0.99 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.cac.washington.edu/alpine/ EXTRACT_SUFX= .tar.bz2 |