diff options
author | tnn <tnn@pkgsrc.org> | 2010-03-30 14:21:42 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-03-30 14:21:42 +0000 |
commit | 9d0967b27425ab1f915cc826454bced390e6949f (patch) | |
tree | 89cca0acd10df011873a08dbfce0f6219ba20c92 /mail/thunderbird/Makefile | |
parent | e58fff81b30b3002a44aad52308254c40d0a4d64 (diff) | |
download | pkgsrc-9d0967b27425ab1f915cc826454bced390e6949f.tar.gz |
Update to thunderbird-3.0.4.
* Several fixes to improve stability and security
* Several fixes to the user interface
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r-- | mail/thunderbird/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 43f3bcb6e2b..0a178258698 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.50 2010/03/16 10:59:09 tnn Exp $ +# $NetBSD: Makefile,v 1.51 2010/03/30 14:21:42 tnn Exp $ # DISTNAME= thunderbird-${TB_VER}.source PKGNAME= thunderbird-${TB_VER} -TB_VER= 3.0.2 -PKGREVISION= 1 +TB_VER= 3.0.4 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} EXTRACT_SUFX= .tar.bz2 |