summaryrefslogtreecommitdiff
path: root/mail/thunderbird/Makefile
diff options
context:
space:
mode:
authortaya <taya@pkgsrc.org>2004-05-08 04:35:37 +0000
committertaya <taya@pkgsrc.org>2004-05-08 04:35:37 +0000
commit6675b59eb1fae5c3b610e98db89694b761081164 (patch)
treec7b4e2d457d962dede90780956e9ca85d3370549 /mail/thunderbird/Makefile
parente993257ed59f0ed8ceb6f27653741c04cc0a77d7 (diff)
downloadpkgsrc-6675b59eb1fae5c3b610e98db89694b761081164.tar.gz
Update thunderbird to 0.6
What's new from release notes: * Improved Junk Mail Controls The algorithm for the adaptive junk mail controls has been heavily redesigned to learn faster and catch more spam. * New Brand Identity To be consistent with the Mozilla Foundation's goal of brand identity, Thunderbird has a new logo and supporting artwork thanks to the fine work of the Mozilla Visual Identity team. * Other New Features... - IMAP users can now benefit from support for the IMAP IDLE command which allows the mail server to push notifications such as new mail arriving as soon as it arrives. - Thunderbird supports server-wide news filters that apply to all newsgroups on a server. - Thunderbird includes Secure Password Authentication using a new cross-platform NTLM authentication mechanism for IMAP, POP3 and SMTP. - Mail filters can now mark messages as junk. - Tools > Options > Compose > HTML Options allows you to set up default HTML compose options such as font, size and color. - Attachments can be opened directly from the compose window to verify their contents before sending. - Thunderbird now supports the notion of multiple identities per mail account. This makes it easy to have several e-mail addresses which end up going into the same account. Read More about how to set this up. * Recently Fixed Bugs - In the case of a failure when copying a message to an online Sent folder, Thunderbird will now ask if you would like it to try again. - Pasting data from an OpenOffice.org spreadsheet no longer pastes random HTML garbage before the actual spreadsheet data into HTML compose. - Fixed several situations where LDAP connections were left open when using LDAP auto complete or performing searches on LDAP directories. - Improved view source behavior. - Mail notification for POP3 messages that are marked deleted or marked read by mail filters no longer occurs. - The "Mark All Read" keyboard shortcut now works for Linux GTK2.
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r--mail/thunderbird/Makefile23
1 files changed, 4 insertions, 19 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index 6b8e55bf7e9..901f13b2f90 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2004/04/26 13:56:09 taya Exp $
+# $NetBSD: Makefile,v 1.3 2004/05/08 04:35:37 taya Exp $
MOZILLA= thunderbird
MOZILLA_BIN= thunderbird-bin
-MOZ_VER= 0.5
-PKGREVISION= 1
-EXTRACT_SUFX= .tar.gz
-DISTNAME= thunderbird-${MOZ_VER}-source
+MOZ_VER= 0.6
+EXTRACT_SUFX= .tar.bz2
+DISTNAME= thunderbird-source-${MOZ_VER}
MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${MOZ_VER}/ \
ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${MOZ_VER}/
@@ -17,18 +16,4 @@ MAKE_ENV+= MOZ_THUNDERBIRD=1
CONFIGURE_ARGS+= --enable-extensions=wallet,spellcheck,xmlextras
-#
-# XXX
-#
-DISTFILES= thunderbird-${MOZ_VER}-source.tar.gz
-EXTRACT_SUFX+= .tar.bz2
-do-extract:
- ${_PKG_SILENT}${_PKG_DEBUG} \
- extract_file="${_DISTDIR}/${DISTFILES}"; \
- export extract_file; \
- cd ${WRKDIR}; ${EXTRACT_CMD}; \
- extract_file="${WRKDIR}/mozilla-thunderbird/archives/thunderbird-0.5-source.tar.bz2"; \
- export extract_file; \
- ${EXTRACT_CMD}
-
.include "../../www/mozilla/Makefile.common"