diff options
author | flo <flo@FreeBSD.org> | 2012-11-21 07:01:15 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2012-11-21 07:01:15 +0800 |
commit | 863d3363c2d8ac1786cfdb304a12a6d367d9307a (patch) | |
tree | d56a366dfc71562e65a02f0224eed5e9c21419cd /mail/thunderbird/Makefile | |
parent | f99cfe91e355cbafa8c8f72438f0e7e4e2544523 (diff) | |
download | freebsd-ports-gnome-863d3363c2d8ac1786cfdb304a12a6d367d9307a.tar.gz freebsd-ports-gnome-863d3363c2d8ac1786cfdb304a12a6d367d9307a.tar.zst freebsd-ports-gnome-863d3363c2d8ac1786cfdb304a12a6d367d9307a.zip |
- Update firefox and thunderbird to 17.0
- Update seamonkey to 2.14
- Update ESR ports and libxul to 10.0.11
- support more h264 codecs when using GSTREAMER with YouTube
- Unbreak firefox-esr, thunderbird-esr and libxul on head >= 1000024 [1]
- Buildsystem is not python 3 aware, use python up to 2.7 [2]
PR: ports/173679 [1]
Submitted by: swills [1], demon [2]
In collaboration with: Jan Beich <jbeich@tormail.org>
Security: d23119df-335d-11e2-b64c-c8600054b392
Approved by: portmgr (beat)
Feature safe: yes
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r-- | mail/thunderbird/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index eebd975cc3a1..5c96a2dbb581 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: mozilla-thunderbird -# Date created: 4 September 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# PORTNAME= thunderbird -DISTVERSION= 16.0.2 -PORTREVISION= 1 +DISTVERSION= 17.0 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source @@ -27,7 +22,7 @@ BUILD_DEPENDS= nspr>=4.9:${PORTSDIR}/devel/nspr \ EM_VERSION= 1.4.6 USE_AUTOTOOLS= autoconf213:env -USE_PYTHON_BUILD=yes +USE_PYTHON_BUILD=-2.7 USE_GECKO= gecko CONFLICTS= thunderbird-10.* USE_MOZILLA= # empty |