diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-07-18 15:26:27 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-07-18 15:26:27 +0000 |
commit | e4608c2791834d337655da10cd80056d904e3bfd (patch) | |
tree | 775b910c246931d5da24273dc4adfd4c4bbe781d /mail/bbmail/Makefile | |
parent | c4ef5fd4ad3ddb9fc62b4694b17ae3b2c77237d1 (diff) | |
download | pkgsrc-e4608c2791834d337655da10cd80056d904e3bfd.tar.gz |
Update to 0.8.3:
fix a bug appearing when using gcc-3.x causing a segfault
Diffstat (limited to 'mail/bbmail/Makefile')
-rw-r--r-- | mail/bbmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/bbmail/Makefile b/mail/bbmail/Makefile index 8335a4e3550..bf0055d901d 100644 --- a/mail/bbmail/Makefile +++ b/mail/bbmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:45:43 grant Exp $ +# $NetBSD: Makefile,v 1.5 2003/07/18 15:26:27 jschauma Exp $ # -DISTNAME= bbmail-0.8.2 +DISTNAME= bbmail-0.8.3 CATEGORIES= mail x11 MASTER_SITES= http://bbtools.windsofstorm.net/sources/ |