diff options
author | rh <rh@pkgsrc.org> | 2000-07-05 18:46:45 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-07-05 18:46:45 +0000 |
commit | 3432c0c1e507ca4ff4dbfd02d18822e9e6fc410b (patch) | |
tree | a60b139bf55257d19886a3ec27e175c1dc7f69a8 /mail/balsa/Makefile | |
parent | 9c4585c860b0eb82ec4c8af12f285d3ddd2fe6f8 (diff) | |
download | pkgsrc-3432c0c1e507ca4ff4dbfd02d18822e9e6fc410b.tar.gz |
Update balsa to 0.9.0. Changes include: bug fixes, new message browser,
improved address book handling, more reliable mailbox backend. The code
has however some experimental and unfinished features enabled so be warned!
The POP problems some people experienced have not been really addressed
yet.
Diffstat (limited to 'mail/balsa/Makefile')
-rw-r--r-- | mail/balsa/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 7406f3724cd..a0c51472b4b 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:34 rh Exp $ +# $NetBSD: Makefile,v 1.5 2000/07/05 18:46:45 rh Exp $ # -DISTNAME= balsa-0.8.0 +DISTNAME= balsa-0.9.0 CATEGORIES= mail gnome -MASTER_SITES= ftp://ftp.newton.cx/pub/balsa/ +MASTER_SITES= ftp://ftp.newton.cx/pub/balsa/ \ + http://www.theochem.kth.se/~pawsa/balsa/ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.balsa.net/ |