diff options
author | flo <flo@FreeBSD.org> | 2012-08-30 22:54:17 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2012-08-30 22:54:17 +0800 |
commit | e992ec3bfb75e338fd854cadf334c23b14af6286 (patch) | |
tree | 2e5e88926978106511a58859840701a45059d65c /mail/linux-thunderbird | |
parent | 37d78a03124faadca2510f352c237ae621185e56 (diff) | |
download | freebsd-ports-gnome-e992ec3bfb75e338fd854cadf334c23b14af6286.tar.gz freebsd-ports-gnome-e992ec3bfb75e338fd854cadf334c23b14af6286.tar.zst freebsd-ports-gnome-e992ec3bfb75e338fd854cadf334c23b14af6286.zip |
- update firefox and thunderbird to 15.0
- update firefox-esr, thunderbird-esr, linux-thunderbird and linux-firefox to 10.0.7
- update seamonkey and linux-seamonkey to 2.12
- update nss to 3.13.6
- update bsdipc code (posix_spawn, SysV shared memory)
- rename patches to easily track those not (yet) submitted upstream
- reduce package size, except for www/libxul[1]
- restore default objdir to what it was in 13.0
- fix mail/enigmail after thunderbird build changes
- don't accidentally pick up headers from installed ports[3]
- add support for PREFIX != LOCALBASE to Makefile.webplugins [4]
- document vulnerabilities in vuln.xml
- *miscellaneous cleanups and fixups*
Obtained from: OpenBSD ports[1]
PR: ports/159831, ports/160933, ports/170467[3], ports/170236 [4]
Submitted by: avilla [4]
In collaboration with: Jan Beich <jbeich@tormail.net> Who did most of the hard
work.
Diffstat (limited to 'mail/linux-thunderbird')
-rw-r--r-- | mail/linux-thunderbird/Makefile | 2 | ||||
-rw-r--r-- | mail/linux-thunderbird/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/linux-thunderbird/Makefile b/mail/linux-thunderbird/Makefile index ff14eedb9af9..011fc4cf24fb 100644 --- a/mail/linux-thunderbird/Makefile +++ b/mail/linux-thunderbird/Makefile @@ -6,7 +6,7 @@ # PORTNAME= thunderbird -PORTVERSION= 10.0.6 +PORTVERSION= 10.0.7 CATEGORIES= mail MASTER_SITE_SUBDIR?= ${PORTNAME}/releases/${PORTVERSION}esr/linux-i686/en-US DISTNAME= ${PORTNAME}-${DISTVERSION}esr diff --git a/mail/linux-thunderbird/distinfo b/mail/linux-thunderbird/distinfo index 0d5506944265..23f242ac90b4 100644 --- a/mail/linux-thunderbird/distinfo +++ b/mail/linux-thunderbird/distinfo @@ -1,2 +1,2 @@ -SHA256 (thunderbird-10.0.6esr.tar.bz2) = 7051b910825a2838ac9a1bcb23c520d82be5fed4871266f1cd8954a8e876776b -SIZE (thunderbird-10.0.6esr.tar.bz2) = 18574190 +SHA256 (thunderbird-10.0.7esr.tar.bz2) = 2b1fd99bcaa6b4288f86eba7bdf80fe467cde0cf2899a7ec106ba1e4fee0625c +SIZE (thunderbird-10.0.7esr.tar.bz2) = 18582085 |