diff options
author | flo <flo@FreeBSD.org> | 2013-04-04 04:27:48 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2013-04-04 04:27:48 +0800 |
commit | 0150240fa08cbc859bbd979041e4e48f4b7700db (patch) | |
tree | fc7673f01258f369254c78eaa2111a667c2fd1f7 /mail/thunderbird/Makefile | |
parent | 104fe6e6b31270527f5f6fc15ae0d04ab9452e3d (diff) | |
download | freebsd-ports-gnome-0150240fa08cbc859bbd979041e4e48f4b7700db.tar.gz freebsd-ports-gnome-0150240fa08cbc859bbd979041e4e48f4b7700db.tar.zst freebsd-ports-gnome-0150240fa08cbc859bbd979041e4e48f4b7700db.zip |
- update thunderbird, firefox-esr, linux-thunderbird and linux-firefox to
17.0.5
- update firefox to 20.0
- update seamonkey and linux-seamonkey to 2.17
- update nspr to 4.9.6
- remove mail/thunderbird-esr, Mozilla stopped providing 2 versions of
thunderbird
- prune support for old FreeBSD versions; users of 8.2, 7.4 or earlier
are advised to upgrade - http://www.freebsd.org/security/
- add vuln.xml entry
Security: 94976433-9c74-11e2-a9fc-d43d7e0c7c02
Approved by: portmgr (miwi)
In collaboration with: Jan Beich <jbeich@tormail.org>
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r-- | mail/thunderbird/Makefile | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index b0c77276d14b..9a6bbc431811 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 17.0.4 +DISTVERSION= 17.0.5 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}esr/source @@ -24,7 +24,7 @@ EM_VERSION= 1.5.1 USE_AUTOTOOLS= autoconf213:env USE_PYTHON_BUILD=-2.7 USE_GECKO= gecko -CONFLICTS= thunderbird-2[0-9].* thunderbird-1[1-689].* thunderbird-10.* +CONFLICTS= thunderbird-24.* thunderbird-1[1-6].* thunderbird-10.* USE_MOZILLA= # empty MAKE_JOBS_SAFE= yes @@ -62,17 +62,6 @@ MOZSRC:= ${WRKSRC}/mozilla XPI_LIBDIR= ${PREFIX}/lib/xpi -.if ${ARCH} == amd64 -CONFIGURE_TARGET=x86_64-portbld-freebsd${OSREL} -.elif ${ARCH} == powerpc64 -.if ${OSVERSION} < 900033 -BROKEN= Needs binutils 2.17.50 to build -.else -MOZ_EXPORT+= UNAME_m="powerpc64" -CFLAGS+= -mminimal-toc -.endif -.endif - .if ${PORT_OPTIONS:MENIGMAIL} MASTER_SITES+= http://www.enigmail.net/download/source/:enigmail DISTFILES+= ${EM_DISTFILE}:enigmail |