Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jul 2016 13:38:48 +0000 (UTC)
From:      Christoph Moench-Tegeder <cmt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r418279 - in branches/2016Q3: Mk mail/linux-thunderbird mail/thunderbird mail/thunderbird-i18n
Message-ID:  <201607091338.u69Dcmce036708@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cmt
Date: Sat Jul  9 13:38:48 2016
New Revision: 418279
URL: https://svnweb.freebsd.org/changeset/ports/418279

Log:
  MFH: r418278
  
  update thunderbird to 45.2.0
  
  PR:		210749
  Approved by:	jbeich (maintainer), rene (mentor)
  Security:	8065d37b-8e7c-4707-a608-1b0a2b8509c3
  
  Approved by:	ports-secteam (junovitch)

Modified:
  branches/2016Q3/Mk/bsd.gecko.mk
  branches/2016Q3/mail/linux-thunderbird/Makefile
  branches/2016Q3/mail/linux-thunderbird/distinfo
  branches/2016Q3/mail/thunderbird-i18n/Makefile
  branches/2016Q3/mail/thunderbird-i18n/distinfo
  branches/2016Q3/mail/thunderbird/Makefile
  branches/2016Q3/mail/thunderbird/distinfo
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/Mk/bsd.gecko.mk
==============================================================================
--- branches/2016Q3/Mk/bsd.gecko.mk	Sat Jul  9 13:21:06 2016	(r418278)
+++ branches/2016Q3/Mk/bsd.gecko.mk	Sat Jul  9 13:38:48 2016	(r418279)
@@ -89,7 +89,7 @@ USES+=		cpe compiler:c++11-lang gmake ic
 			python:2.7,build desktop-file-utils
 CPE_VENDOR?=mozilla
 USE_PERL5=	build
-USE_XORG=	xext xrender xt
+USE_XORG=	x11 xcomposite xdamage xext xfixes xrender xt
 
 .if ${MOZILLA} != "libxul"
 BUNDLE_LIBS=	yes
@@ -126,7 +126,8 @@ MOZ_OPTIONS+=	${CONFIGURE_TARGET} --pref
 MOZ_MK_OPTIONS+=MOZ_OBJDIR="${MOZ_OBJDIR}"
 
 CPPFLAGS+=		-isystem${LOCALBASE}/include
-LDFLAGS+=		-L${LOCALBASE}/lib -Wl,-rpath,${PREFIX}/lib/${MOZILLA}
+LDFLAGS+=		-L${LOCALBASE}/lib \
+			-Wl,-rpath,${PREFIX}/lib/${MOZILLA} -Wl,--as-needed
 
 .if ${OPSYS} != DragonFly # XXX xpcshell crash during install
 # use jemalloc 3.0.0 (4.0 for firefox 43+) API for stats/tuning
@@ -212,10 +213,10 @@ sqlite_MOZ_OPTIONS=	--enable-system-sqli
 theora_LIB_DEPENDS=	libtheora.so:multimedia/libtheora
 theora_MOZ_OPTIONS=	--with-system-theora
 
-tremor_LIB_DEPENDS=	libvorbisidec.so:audio/libtremor
+tremor_LIB_DEPENDS=	libogg.so:audio/libogg libvorbisidec.so:audio/libtremor
 tremor_MOZ_OPTIONS=	--with-system-tremor --with-system-ogg
 
-vorbis_LIB_DEPENDS=	libvorbis.so:audio/libvorbis
+vorbis_LIB_DEPENDS=	libogg.so:audio/libogg libvorbis.so:audio/libvorbis
 vorbis_MOZ_OPTIONS=	--with-system-vorbis --with-system-ogg
 .endif
 
@@ -227,6 +228,9 @@ vpx_MOZ_OPTIONS=	--with-system-libvpx
 ${use:S/-/_WITHOUT_/}=	${TRUE}
 .endfor
 
+LIB_DEPENDS+=	libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2
+
 .for dep in ${_ALL_DEPENDS} ${USE_MOZILLA:M+*:S/+//}
 .if !defined(_WITHOUT_${dep})
 BUILD_DEPENDS+=	${${dep}_BUILD_DEPENDS}
@@ -291,12 +295,12 @@ USE_QT5+=	qmake_build buildtools_build g
 MOZ_EXPORT+=	HOST_QMAKE="${QMAKE}" HOST_MOC="${MOC}" HOST_RCC="${RCC}"
 .elif ${MOZ_TOOLKIT:Mcairo-gtk3}
 BUILD_DEPENDS+=	gtk3>=3.14.6:x11-toolkits/gtk30
-USE_GNOME+=	gtk30
+USE_GNOME+=	gdkpixbuf2 gtk30
 . if ${MOZILLA_VER:R:R} >= 32
 USE_GNOME+= gtk20 # bug 624422
 . endif
 .else # gtk2, cairo-gtk2
-USE_GNOME+=	gtk20
+USE_GNOME+=	gdkpixbuf2 gtk20
 .endif
 
 .if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS}
@@ -317,7 +321,8 @@ RUN_DEPENDS+=	libcanberra>0:audio/libcan
 
 .if ${PORT_OPTIONS:MDBUS}
 BUILD_DEPENDS+=	libnotify>0:devel/libnotify
-LIB_DEPENDS+=	libdbus-glib-1.so:devel/dbus-glib \
+LIB_DEPENDS+=	libdbus-1.so:devel/dbus \
+				libdbus-glib-1.so:devel/dbus-glib \
 				libstartup-notification-1.so:x11/startup-notification
 MOZ_OPTIONS+=	--enable-startup-notification
 .else

Modified: branches/2016Q3/mail/linux-thunderbird/Makefile
==============================================================================
--- branches/2016Q3/mail/linux-thunderbird/Makefile	Sat Jul  9 13:21:06 2016	(r418278)
+++ branches/2016Q3/mail/linux-thunderbird/Makefile	Sat Jul  9 13:38:48 2016	(r418279)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	thunderbird
-DISTVERSION=	45.1.1
+DISTVERSION=	45.2.0
 CATEGORIES=	mail news net-im ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \
 		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US

Modified: branches/2016Q3/mail/linux-thunderbird/distinfo
==============================================================================
--- branches/2016Q3/mail/linux-thunderbird/distinfo	Sat Jul  9 13:21:06 2016	(r418278)
+++ branches/2016Q3/mail/linux-thunderbird/distinfo	Sat Jul  9 13:38:48 2016	(r418279)
@@ -1,5 +1,5 @@
-SHA256 (thunderbird-45.1.1.tar.bz2) = f40cfa03c6c557417b78536b3d636dbccdf945c732621bad985d9f027b7e08ff
-SIZE (thunderbird-45.1.1.tar.bz2) = 44113727
+SHA256 (thunderbird-45.2.0.tar.bz2) = ab45e9a29901e6d9643e5605182662b7efa6cc54a73642a96745e74197e68c27
+SIZE (thunderbird-45.2.0.tar.bz2) = 44163764
 SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99
 SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908
 SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b

Modified: branches/2016Q3/mail/thunderbird-i18n/Makefile
==============================================================================
--- branches/2016Q3/mail/thunderbird-i18n/Makefile	Sat Jul  9 13:21:06 2016	(r418278)
+++ branches/2016Q3/mail/thunderbird-i18n/Makefile	Sat Jul  9 13:38:48 2016	(r418279)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	thunderbird-i18n
-PORTVERSION=	45.1.1
+PORTVERSION=	45.2.0
 CATEGORIES=	mail news net-im
 MASTER_SITES=	MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \
 		MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi

Modified: branches/2016Q3/mail/thunderbird-i18n/distinfo
==============================================================================
--- branches/2016Q3/mail/thunderbird-i18n/distinfo	Sat Jul  9 13:21:06 2016	(r418278)
+++ branches/2016Q3/mail/thunderbird-i18n/distinfo	Sat Jul  9 13:38:48 2016	(r418279)
@@ -1,117 +1,117 @@
-TIMESTAMP = 1465151206
-SHA256 (xpi/thunderbird-i18n-45.1.1/ar.xpi) = c535c621cd989d46942058f14c90ec3d9c9236c45c4dde52af8be4614ddd7140
-SIZE (xpi/thunderbird-i18n-45.1.1/ar.xpi) = 490774
-SHA256 (xpi/thunderbird-i18n-45.1.1/ast.xpi) = 9e2f93f4851ce6fb7a180738823b8286f107e1380b1ec8f884fdc3758174c05b
-SIZE (xpi/thunderbird-i18n-45.1.1/ast.xpi) = 428058
-SHA256 (xpi/thunderbird-i18n-45.1.1/be.xpi) = 25ca69a539f92f53eb0b7fff142989bf6dbaa7231e28d43ff9f5c12c46450d0a
-SIZE (xpi/thunderbird-i18n-45.1.1/be.xpi) = 469096
-SHA256 (xpi/thunderbird-i18n-45.1.1/bg.xpi) = 13ed61e0d9d6dccd8fdecf432dc6deec87d554239676fe7c96767b58aa8dcc49
-SIZE (xpi/thunderbird-i18n-45.1.1/bg.xpi) = 524304
-SHA256 (xpi/thunderbird-i18n-45.1.1/bn-BD.xpi) = 65530a9adc3f442c9fa5032bd9e5e9d74f984397a227c34e36a07f888b69aa60
-SIZE (xpi/thunderbird-i18n-45.1.1/bn-BD.xpi) = 581439
-SHA256 (xpi/thunderbird-i18n-45.1.1/br.xpi) = 6b3c787ebc50c41eed5410f22402da6e7415c72dcc67c4a655e1931572a3e5a6
-SIZE (xpi/thunderbird-i18n-45.1.1/br.xpi) = 465999
-SHA256 (xpi/thunderbird-i18n-45.1.1/ca.xpi) = 059a4d68d8319b6b66e6946a6b4add2ffb8b13a689c1cace70a5bcff56b49731
-SIZE (xpi/thunderbird-i18n-45.1.1/ca.xpi) = 467979
-SHA256 (xpi/thunderbird-i18n-45.1.1/cs.xpi) = 76c4f7643a72b3a57ec123beba2aee25de553d71a700f3c739090ea580554b3d
-SIZE (xpi/thunderbird-i18n-45.1.1/cs.xpi) = 474328
-SHA256 (xpi/thunderbird-i18n-45.1.1/cy.xpi) = 677eb544ddfd42a223d5f4858635ad00c6c2e2651f9820f737f8f0454cb5af5a
-SIZE (xpi/thunderbird-i18n-45.1.1/cy.xpi) = 456120
-SHA256 (xpi/thunderbird-i18n-45.1.1/da.xpi) = 899e09b81ccbc88cc441e24c4a8d511ffd18d56fd247bd9164c15900b22e32be
-SIZE (xpi/thunderbird-i18n-45.1.1/da.xpi) = 445594
-SHA256 (xpi/thunderbird-i18n-45.1.1/de.xpi) = 971d977956cf3e3a0ec9ff8d5f862abf4ea8829411c10c894750c232b35d5739
-SIZE (xpi/thunderbird-i18n-45.1.1/de.xpi) = 451955
-SHA256 (xpi/thunderbird-i18n-45.1.1/dsb.xpi) = 29b8599995c0b00fff4d86f4e60196838efff0010c757b08d6ef79515d0c577d
-SIZE (xpi/thunderbird-i18n-45.1.1/dsb.xpi) = 481647
-SHA256 (xpi/thunderbird-i18n-45.1.1/el.xpi) = 5adb9671a58c732de677242f7bebefb8203bd00568f99a78ab3f1e09b80962f5
-SIZE (xpi/thunderbird-i18n-45.1.1/el.xpi) = 514358
-SHA256 (xpi/thunderbird-i18n-45.1.1/en-GB.xpi) = b0afd91d607111545d251b9b51894bb25276e3aef11624a35b6c67b6947ad1b6
-SIZE (xpi/thunderbird-i18n-45.1.1/en-GB.xpi) = 437602
-SHA256 (xpi/thunderbird-i18n-45.1.1/en-US.xpi) = 44f2ce58c56d39216ff6167bdeb39747eed2396bf6e1a28bf80c0beda391a0a7
-SIZE (xpi/thunderbird-i18n-45.1.1/en-US.xpi) = 435472
-SHA256 (xpi/thunderbird-i18n-45.1.1/es-AR.xpi) = 09e3d97c0dbd7ea39f5fca8fd372ecd43b5075a86ca3f5afaa80af6fb7fe6669
-SIZE (xpi/thunderbird-i18n-45.1.1/es-AR.xpi) = 464683
-SHA256 (xpi/thunderbird-i18n-45.1.1/es-ES.xpi) = 1a277653c49a1a5ad7f859dc70ac9959ab026b9f5dcbef28081a901b876a67ec
-SIZE (xpi/thunderbird-i18n-45.1.1/es-ES.xpi) = 387999
-SHA256 (xpi/thunderbird-i18n-45.1.1/et.xpi) = bd3a19cf288f41d1b867ffa757bc5b2f8dfc300406958669981d61b74af4d3ef
-SIZE (xpi/thunderbird-i18n-45.1.1/et.xpi) = 458418
-SHA256 (xpi/thunderbird-i18n-45.1.1/eu.xpi) = 85ddf6c308c847e3102e813feb87c3ca2b585401ab9e17ef523b43d0c866097a
-SIZE (xpi/thunderbird-i18n-45.1.1/eu.xpi) = 456707
-SHA256 (xpi/thunderbird-i18n-45.1.1/fi.xpi) = bdef4f4923042b7ac90e4e908965a56f75813d92cc0c6b678e492e8a2369f21a
-SIZE (xpi/thunderbird-i18n-45.1.1/fi.xpi) = 458335
-SHA256 (xpi/thunderbird-i18n-45.1.1/fr.xpi) = 9f0b1ccec04d4f5178e4ba76ddef4f130b9346e18e59b73f9183a717c11dd132
-SIZE (xpi/thunderbird-i18n-45.1.1/fr.xpi) = 475465
-SHA256 (xpi/thunderbird-i18n-45.1.1/fy-NL.xpi) = ccca231508908ae9125a00b737a45d71e40006ba8bf9b3ca168553f15eb3d367
-SIZE (xpi/thunderbird-i18n-45.1.1/fy-NL.xpi) = 464756
-SHA256 (xpi/thunderbird-i18n-45.1.1/ga-IE.xpi) = ccc8cd8d80aae1cfc58e63b8a9ee66bfb6247fa6d79859f5d3f6ed15333aaf45
-SIZE (xpi/thunderbird-i18n-45.1.1/ga-IE.xpi) = 480317
-SHA256 (xpi/thunderbird-i18n-45.1.1/gd.xpi) = f9b89e925ce69bccf7284872f47fd010d26efc5ad9aa97c7c454b2d54462eb17
-SIZE (xpi/thunderbird-i18n-45.1.1/gd.xpi) = 478296
-SHA256 (xpi/thunderbird-i18n-45.1.1/gl.xpi) = 8c896fa15d69ac8f829391b47051d596420fd2175058c6e0852d66af932d30c1
-SIZE (xpi/thunderbird-i18n-45.1.1/gl.xpi) = 478580
-SHA256 (xpi/thunderbird-i18n-45.1.1/he.xpi) = f8a78f0483a070fe619d9e0a918d736664edfdb56fdfa9db71c0a990c0c5b631
-SIZE (xpi/thunderbird-i18n-45.1.1/he.xpi) = 497962
-SHA256 (xpi/thunderbird-i18n-45.1.1/hr.xpi) = dcab60dcadc2cac63cd854868bd7c731af592b5da292a335a3a98393f1e6eb4b
-SIZE (xpi/thunderbird-i18n-45.1.1/hr.xpi) = 463958
-SHA256 (xpi/thunderbird-i18n-45.1.1/hsb.xpi) = ecc2e8fc7a6068555465aa3f7d7db4fb468fc13197e331e78055659af062988b
-SIZE (xpi/thunderbird-i18n-45.1.1/hsb.xpi) = 479414
-SHA256 (xpi/thunderbird-i18n-45.1.1/hu.xpi) = 69f71f459a486c4e8030025b3507fc2e3bacf77023b68d65a4ecf61a2994b7e9
-SIZE (xpi/thunderbird-i18n-45.1.1/hu.xpi) = 479584
-SHA256 (xpi/thunderbird-i18n-45.1.1/hy-AM.xpi) = 8215b28e46869204378b961eae14b3261247798573ef788d7e2befdb4efff419
-SIZE (xpi/thunderbird-i18n-45.1.1/hy-AM.xpi) = 518882
-SHA256 (xpi/thunderbird-i18n-45.1.1/id.xpi) = 5395263dd7af3767df9f930a202aadce4687373e7e152dd1843111fcf2bce52d
-SIZE (xpi/thunderbird-i18n-45.1.1/id.xpi) = 499982
-SHA256 (xpi/thunderbird-i18n-45.1.1/is.xpi) = 92dd8e5c854c8572d267efb8392c182ecf3488203da4dd2f85c33db9a93b07e3
-SIZE (xpi/thunderbird-i18n-45.1.1/is.xpi) = 462190
-SHA256 (xpi/thunderbird-i18n-45.1.1/it.xpi) = 98ef0facbb0a51b620c9846bf84d159cd1f66a3443465ccf4e63a8662b83dc4b
-SIZE (xpi/thunderbird-i18n-45.1.1/it.xpi) = 376888
-SHA256 (xpi/thunderbird-i18n-45.1.1/ja.xpi) = 4f3fb68bc679a263d09287fd33d7348392eeb1340046bf907edbed3df7aaf64f
-SIZE (xpi/thunderbird-i18n-45.1.1/ja.xpi) = 519552
-SHA256 (xpi/thunderbird-i18n-45.1.1/ko.xpi) = 88a22ca155e94151e835dd86f7bf13db8b38309210339344eb1e17785b6f1143
-SIZE (xpi/thunderbird-i18n-45.1.1/ko.xpi) = 487417
-SHA256 (xpi/thunderbird-i18n-45.1.1/lt.xpi) = 21908a4d42b989c1949cfa5fe81a4a72f661c24b0e049489305e7ac0149d995a
-SIZE (xpi/thunderbird-i18n-45.1.1/lt.xpi) = 477735
-SHA256 (xpi/thunderbird-i18n-45.1.1/nb-NO.xpi) = 191ec40d25a7714b34000075d18b20c215e2fdec4cf747b0dfc4e923a3ddc732
-SIZE (xpi/thunderbird-i18n-45.1.1/nb-NO.xpi) = 460011
-SHA256 (xpi/thunderbird-i18n-45.1.1/nl.xpi) = 5fb155e70095f2104c912e0773df1d0fc4a87515672b9a4b5f15377950e01bdd
-SIZE (xpi/thunderbird-i18n-45.1.1/nl.xpi) = 456664
-SHA256 (xpi/thunderbird-i18n-45.1.1/nn-NO.xpi) = 9384271d6c39b69e31f74dcf96327a26469c915163b9e187a4b3996700ab75c4
-SIZE (xpi/thunderbird-i18n-45.1.1/nn-NO.xpi) = 460879
-SHA256 (xpi/thunderbird-i18n-45.1.1/pa-IN.xpi) = 2cf05a30f1a240e47ce6996f9f879d3046fabfc39a18ca5d42dc19fae35fb86f
-SIZE (xpi/thunderbird-i18n-45.1.1/pa-IN.xpi) = 551068
-SHA256 (xpi/thunderbird-i18n-45.1.1/pl.xpi) = c06c0421f53003cb38d7a1b293944ecbc0bcc4b70349ed09dec3f01ef5e100cf
-SIZE (xpi/thunderbird-i18n-45.1.1/pl.xpi) = 423867
-SHA256 (xpi/thunderbird-i18n-45.1.1/pt-BR.xpi) = 737136c3a556ff64dd162a5adf423856de8beacec2075b566c86538e6dc611be
-SIZE (xpi/thunderbird-i18n-45.1.1/pt-BR.xpi) = 464682
-SHA256 (xpi/thunderbird-i18n-45.1.1/pt-PT.xpi) = f2aa87ab0f584f4c8e358ba4043f16a4021f6d5f236050fa27002b0663d78b60
-SIZE (xpi/thunderbird-i18n-45.1.1/pt-PT.xpi) = 463751
-SHA256 (xpi/thunderbird-i18n-45.1.1/rm.xpi) = cffdbb8f425afa026e667f1cbacff05cba999b452dd002f66cd9470e2be002fa
-SIZE (xpi/thunderbird-i18n-45.1.1/rm.xpi) = 462650
-SHA256 (xpi/thunderbird-i18n-45.1.1/ro.xpi) = 8107706cfc2eb68b1663c62b6e02bce98a3bbb72688133502bc8b44b93251a94
-SIZE (xpi/thunderbird-i18n-45.1.1/ro.xpi) = 468518
-SHA256 (xpi/thunderbird-i18n-45.1.1/ru.xpi) = 90a897492fda811c989b6ac6720f7c7a36153d452b7c4299be1837305bb7421c
-SIZE (xpi/thunderbird-i18n-45.1.1/ru.xpi) = 463892
-SHA256 (xpi/thunderbird-i18n-45.1.1/si.xpi) = 8a8308b82e663addc40bd0235afc4d2d480e3aa296c49b8083627d5eed822df2
-SIZE (xpi/thunderbird-i18n-45.1.1/si.xpi) = 555995
-SHA256 (xpi/thunderbird-i18n-45.1.1/sk.xpi) = 3e3b26829625652ec2a1c43580a0b7b0b94cc0603cb8c21758306ba2cb857c14
-SIZE (xpi/thunderbird-i18n-45.1.1/sk.xpi) = 481492
-SHA256 (xpi/thunderbird-i18n-45.1.1/sl.xpi) = b0a150bfae8660dcef15e0e5c90795b61a1c78c4f65f9c3054755ba949c8b2b9
-SIZE (xpi/thunderbird-i18n-45.1.1/sl.xpi) = 462780
-SHA256 (xpi/thunderbird-i18n-45.1.1/sq.xpi) = 51cc95ca790168f32697f7248c502e4e88a4229846e044892503cafa80a44750
-SIZE (xpi/thunderbird-i18n-45.1.1/sq.xpi) = 469535
-SHA256 (xpi/thunderbird-i18n-45.1.1/sr.xpi) = 5d1a3c814f31aadb8782f7e0c540f5b8fe84fe984b772b16fb592469feab02f6
-SIZE (xpi/thunderbird-i18n-45.1.1/sr.xpi) = 565465
-SHA256 (xpi/thunderbird-i18n-45.1.1/sv-SE.xpi) = 3e99ca9ad562f247b8d80fae10867bf5ed7605ded5e877a91592af9c6f28f128
-SIZE (xpi/thunderbird-i18n-45.1.1/sv-SE.xpi) = 465433
-SHA256 (xpi/thunderbird-i18n-45.1.1/ta-LK.xpi) = f82cc68c2a2f5a0869c78d96f12ead30f77ebb6a984a0058445d75d38c4f5376
-SIZE (xpi/thunderbird-i18n-45.1.1/ta-LK.xpi) = 579218
-SHA256 (xpi/thunderbird-i18n-45.1.1/tr.xpi) = 324a8a9fee18a407824387e5544d9de1d46d467143ee45100576b1499f034da5
-SIZE (xpi/thunderbird-i18n-45.1.1/tr.xpi) = 467622
-SHA256 (xpi/thunderbird-i18n-45.1.1/uk.xpi) = 0d5c01967f6a5a7c42051ce2fdf5f22ae25056e4e55ef1519c77a961694dae5c
-SIZE (xpi/thunderbird-i18n-45.1.1/uk.xpi) = 536438
-SHA256 (xpi/thunderbird-i18n-45.1.1/vi.xpi) = 4219170416d1c3cf5bcb3e78fde7747e3bbbf44bb8dca3d9d826c93782a36ff2
-SIZE (xpi/thunderbird-i18n-45.1.1/vi.xpi) = 540497
-SHA256 (xpi/thunderbird-i18n-45.1.1/zh-CN.xpi) = b75726022d753a4fb55df7a47b83a36227b88382b2a91775252b7e909b34f979
-SIZE (xpi/thunderbird-i18n-45.1.1/zh-CN.xpi) = 489209
-SHA256 (xpi/thunderbird-i18n-45.1.1/zh-TW.xpi) = fcbb98c5bb083bcb036bca8651e3edb00a1efff9b5aebc69a5f02492ab09719a
-SIZE (xpi/thunderbird-i18n-45.1.1/zh-TW.xpi) = 490850
+TIMESTAMP = 1467391621
+SHA256 (xpi/thunderbird-i18n-45.2.0/ar.xpi) = a978e30fff1f2da8f420f512a3956a7381fbafcc1fbb9692cdcdeb9277259739
+SIZE (xpi/thunderbird-i18n-45.2.0/ar.xpi) = 490775
+SHA256 (xpi/thunderbird-i18n-45.2.0/ast.xpi) = 396c5eda1408bd303d848be10f836603f325166097741857a6eff27d10dfa5d5
+SIZE (xpi/thunderbird-i18n-45.2.0/ast.xpi) = 428059
+SHA256 (xpi/thunderbird-i18n-45.2.0/be.xpi) = daf2f8099263ba47043284431abfffb9621be3f73fbc66be4d392e233cabb166
+SIZE (xpi/thunderbird-i18n-45.2.0/be.xpi) = 469096
+SHA256 (xpi/thunderbird-i18n-45.2.0/bg.xpi) = 118c047b82bbc37f249447d9f5a77d994b2d01e60347ad63241940e9944aaa3a
+SIZE (xpi/thunderbird-i18n-45.2.0/bg.xpi) = 524299
+SHA256 (xpi/thunderbird-i18n-45.2.0/bn-BD.xpi) = ea259b4d5ebeab67d9791aab7f6da8f3d88bb97f679c805f4517a981816d08d7
+SIZE (xpi/thunderbird-i18n-45.2.0/bn-BD.xpi) = 581439
+SHA256 (xpi/thunderbird-i18n-45.2.0/br.xpi) = 899f9afb7fcd889dc4da068d3a35feb6d4a84928124505830e6d5cd4f66c1eef
+SIZE (xpi/thunderbird-i18n-45.2.0/br.xpi) = 465999
+SHA256 (xpi/thunderbird-i18n-45.2.0/ca.xpi) = b066d9d80a17244f03b996158fa16b8fcf9049a1b922249d2bf09823ea3deaa4
+SIZE (xpi/thunderbird-i18n-45.2.0/ca.xpi) = 467980
+SHA256 (xpi/thunderbird-i18n-45.2.0/cs.xpi) = be80f75b6db1e345c79f61aebf918127754d8aad943219dc2631e5eb82a9ae4e
+SIZE (xpi/thunderbird-i18n-45.2.0/cs.xpi) = 474327
+SHA256 (xpi/thunderbird-i18n-45.2.0/cy.xpi) = 0f5db3def36ae7e0fa829c3fad44e11c1363bda38ae779efdf38cd6ee563dbd6
+SIZE (xpi/thunderbird-i18n-45.2.0/cy.xpi) = 456120
+SHA256 (xpi/thunderbird-i18n-45.2.0/da.xpi) = 7a62a915897cf2ce2c0c45a2cc683f8df2770bad0aa818eef9e8bd2fcd031566
+SIZE (xpi/thunderbird-i18n-45.2.0/da.xpi) = 445594
+SHA256 (xpi/thunderbird-i18n-45.2.0/de.xpi) = 9e1ec973a715740a857c3aae15fe8bfcd01209d80d64d2cafc6ad086dd0ed2d2
+SIZE (xpi/thunderbird-i18n-45.2.0/de.xpi) = 451956
+SHA256 (xpi/thunderbird-i18n-45.2.0/dsb.xpi) = 2bf37620b68eb21911fecba483463bf6a3066c16a4db0fdd9496c9bf680c1f76
+SIZE (xpi/thunderbird-i18n-45.2.0/dsb.xpi) = 481644
+SHA256 (xpi/thunderbird-i18n-45.2.0/el.xpi) = 9ba451a5b06685f43387f56304745dfb5ccd0d946b5b7e2571fe7490328fa761
+SIZE (xpi/thunderbird-i18n-45.2.0/el.xpi) = 514358
+SHA256 (xpi/thunderbird-i18n-45.2.0/en-GB.xpi) = aa5c3e259439988ae44ff97ba743c044cd5ef731350b07fe90e430b4e9e7b326
+SIZE (xpi/thunderbird-i18n-45.2.0/en-GB.xpi) = 437603
+SHA256 (xpi/thunderbird-i18n-45.2.0/en-US.xpi) = 478da2fe644b6bc8c982c29cdec48183c38fc6898dabfe6afe5607effd843185
+SIZE (xpi/thunderbird-i18n-45.2.0/en-US.xpi) = 435474
+SHA256 (xpi/thunderbird-i18n-45.2.0/es-AR.xpi) = 53206d90dde7e7eb7e43b6eafe0c01c5b0f38bd36ba82987fe182846da676ce2
+SIZE (xpi/thunderbird-i18n-45.2.0/es-AR.xpi) = 464683
+SHA256 (xpi/thunderbird-i18n-45.2.0/es-ES.xpi) = b0d650684043e9ea4aa480b32303dcf457830611e6ec0d60471f71d6a74d206e
+SIZE (xpi/thunderbird-i18n-45.2.0/es-ES.xpi) = 388000
+SHA256 (xpi/thunderbird-i18n-45.2.0/et.xpi) = 15b674575aa8aa5019ccdcb0c851ddc40c4e0359147efbf750f05e2fef9c93a3
+SIZE (xpi/thunderbird-i18n-45.2.0/et.xpi) = 458418
+SHA256 (xpi/thunderbird-i18n-45.2.0/eu.xpi) = cf1689340d3443fcdbf8bb2a81257f7c7acde63509d59fd516d78c0b9585da74
+SIZE (xpi/thunderbird-i18n-45.2.0/eu.xpi) = 456708
+SHA256 (xpi/thunderbird-i18n-45.2.0/fi.xpi) = 3ef09752756290132951a80261ba93d1160bffeeb30392f3e348ac7a843a6b6b
+SIZE (xpi/thunderbird-i18n-45.2.0/fi.xpi) = 458335
+SHA256 (xpi/thunderbird-i18n-45.2.0/fr.xpi) = 8a0ed16318f1f15e52e31042f5af8c368afd2479d685e8be31b78f3f7d5ad232
+SIZE (xpi/thunderbird-i18n-45.2.0/fr.xpi) = 475466
+SHA256 (xpi/thunderbird-i18n-45.2.0/fy-NL.xpi) = d6dc477d2f567a966c5a5c96164265da5804e352f3a3df63c869953634385c7e
+SIZE (xpi/thunderbird-i18n-45.2.0/fy-NL.xpi) = 464757
+SHA256 (xpi/thunderbird-i18n-45.2.0/ga-IE.xpi) = a3f80339ef6e980fd45dd0877357497ffba73b05e04e0911e1dd2ba5f626e65e
+SIZE (xpi/thunderbird-i18n-45.2.0/ga-IE.xpi) = 480317
+SHA256 (xpi/thunderbird-i18n-45.2.0/gd.xpi) = c48487d6fca86519b3b773fb37044bef7387505c45c37b2f302eabce8201d1ed
+SIZE (xpi/thunderbird-i18n-45.2.0/gd.xpi) = 478296
+SHA256 (xpi/thunderbird-i18n-45.2.0/gl.xpi) = 496153b62e38876d23d4f7b5da826be8d158ee7a7e5294025202c1944c0ad667
+SIZE (xpi/thunderbird-i18n-45.2.0/gl.xpi) = 478580
+SHA256 (xpi/thunderbird-i18n-45.2.0/he.xpi) = ca89bc13f9126abe02c9a72191ea59667aaa9c0ba90c0618c6b3f152687707a7
+SIZE (xpi/thunderbird-i18n-45.2.0/he.xpi) = 497962
+SHA256 (xpi/thunderbird-i18n-45.2.0/hr.xpi) = 013a5e1146f1126e839aff7cdba5b96bfc03a7faece0b60ce68a780ba32ef4f5
+SIZE (xpi/thunderbird-i18n-45.2.0/hr.xpi) = 463959
+SHA256 (xpi/thunderbird-i18n-45.2.0/hsb.xpi) = 99b232001e2bfa81a938d23fa6142660055aba5ad126b6e1e161389a948dcbd8
+SIZE (xpi/thunderbird-i18n-45.2.0/hsb.xpi) = 479414
+SHA256 (xpi/thunderbird-i18n-45.2.0/hu.xpi) = 607362dd26f7d530589dc02ca78441eaeafe6a78ae356967d8f87c23087d3c84
+SIZE (xpi/thunderbird-i18n-45.2.0/hu.xpi) = 479583
+SHA256 (xpi/thunderbird-i18n-45.2.0/hy-AM.xpi) = c57aff249ba9a5974c0a25f99eff35c9d6b9e6e01596059068003416681477ad
+SIZE (xpi/thunderbird-i18n-45.2.0/hy-AM.xpi) = 518883
+SHA256 (xpi/thunderbird-i18n-45.2.0/id.xpi) = 785c4ba30e8b3d41b4b7989febcf03fa6f89c5d6024e12df6860e52ef5fd1de2
+SIZE (xpi/thunderbird-i18n-45.2.0/id.xpi) = 499982
+SHA256 (xpi/thunderbird-i18n-45.2.0/is.xpi) = 427f2f3b8676d925fa0ff5b59515da6f67b222bcc7c0e9039063283425433e83
+SIZE (xpi/thunderbird-i18n-45.2.0/is.xpi) = 462190
+SHA256 (xpi/thunderbird-i18n-45.2.0/it.xpi) = c8cde3092ea42720f9824fe9fb0fefe2a354ebab846b430ce14a020d2d1f2ce0
+SIZE (xpi/thunderbird-i18n-45.2.0/it.xpi) = 376889
+SHA256 (xpi/thunderbird-i18n-45.2.0/ja.xpi) = 0a2927586939524e1b3ebb5d63cbba6c4124c0fcf7de034e184e6509522bcee4
+SIZE (xpi/thunderbird-i18n-45.2.0/ja.xpi) = 519552
+SHA256 (xpi/thunderbird-i18n-45.2.0/ko.xpi) = 20c3e0bcae68cee6c00b788763ccf17dc9bf4d69667fd8ad635f13035aa85699
+SIZE (xpi/thunderbird-i18n-45.2.0/ko.xpi) = 487418
+SHA256 (xpi/thunderbird-i18n-45.2.0/lt.xpi) = f8f6a6ea5d6719acd9fefaef9286083a9322b87e9926298896972716956a4c85
+SIZE (xpi/thunderbird-i18n-45.2.0/lt.xpi) = 477735
+SHA256 (xpi/thunderbird-i18n-45.2.0/nb-NO.xpi) = 3360d3d7f0c3a04e595a9de3cff3fbfffed3889bd09b1d3eae7e663d12fa0c35
+SIZE (xpi/thunderbird-i18n-45.2.0/nb-NO.xpi) = 460011
+SHA256 (xpi/thunderbird-i18n-45.2.0/nl.xpi) = 1c8e9ebb0b08ad58588dce9043dca6c5fe22420836e8d810863cd35e78e0c677
+SIZE (xpi/thunderbird-i18n-45.2.0/nl.xpi) = 456664
+SHA256 (xpi/thunderbird-i18n-45.2.0/nn-NO.xpi) = 5a6e2c6d762241d986e7e9e07487b8b228951c7ae5343fa90a95333b18b352dc
+SIZE (xpi/thunderbird-i18n-45.2.0/nn-NO.xpi) = 460880
+SHA256 (xpi/thunderbird-i18n-45.2.0/pa-IN.xpi) = cc2083bd72177ea77ce84e82477a70a07d69442260a8c2d9b922385ce0eb475d
+SIZE (xpi/thunderbird-i18n-45.2.0/pa-IN.xpi) = 551067
+SHA256 (xpi/thunderbird-i18n-45.2.0/pl.xpi) = e93ed1f99303670926ee40da34987204382806cfa5a738bc7964084b0f40ccb0
+SIZE (xpi/thunderbird-i18n-45.2.0/pl.xpi) = 423867
+SHA256 (xpi/thunderbird-i18n-45.2.0/pt-BR.xpi) = d8115c3268771c3b1465bc230d13aa5da97f598c3e292a6234f7509732bef448
+SIZE (xpi/thunderbird-i18n-45.2.0/pt-BR.xpi) = 464682
+SHA256 (xpi/thunderbird-i18n-45.2.0/pt-PT.xpi) = 9bdaf161f7dcbacaddb3c00f6a44bfed5e30d61f738343e413613507fb1a7575
+SIZE (xpi/thunderbird-i18n-45.2.0/pt-PT.xpi) = 463751
+SHA256 (xpi/thunderbird-i18n-45.2.0/rm.xpi) = 34d759713de25905ef526d9f0e615339d0c79c42a1f7bcddd5cb87c59f32cc09
+SIZE (xpi/thunderbird-i18n-45.2.0/rm.xpi) = 462650
+SHA256 (xpi/thunderbird-i18n-45.2.0/ro.xpi) = da26f4d97f0df751f032e14f057504d4bd6d640e1d0b0add9eaf15243d7debea
+SIZE (xpi/thunderbird-i18n-45.2.0/ro.xpi) = 468518
+SHA256 (xpi/thunderbird-i18n-45.2.0/ru.xpi) = 5a20ab55ad711289126c40c322cf520f93c91e490db3bddced1784d1504403d9
+SIZE (xpi/thunderbird-i18n-45.2.0/ru.xpi) = 463891
+SHA256 (xpi/thunderbird-i18n-45.2.0/si.xpi) = 56bb13177f104227caf0a2b11e96b997e466f0d1e3d932e4858d79b86aeb92ab
+SIZE (xpi/thunderbird-i18n-45.2.0/si.xpi) = 555994
+SHA256 (xpi/thunderbird-i18n-45.2.0/sk.xpi) = f43fe29427604817ff0fe912232a513b04560f1ff4438a3dea3ac82d0943379a
+SIZE (xpi/thunderbird-i18n-45.2.0/sk.xpi) = 481492
+SHA256 (xpi/thunderbird-i18n-45.2.0/sl.xpi) = 5275f45f8e621681d65ce85c0582ac49056af43130eee5a47f81210096875a9b
+SIZE (xpi/thunderbird-i18n-45.2.0/sl.xpi) = 462781
+SHA256 (xpi/thunderbird-i18n-45.2.0/sq.xpi) = c3c71505de44e585323fa927afeb8c93f5c90cfdee744f5e44768a3eafa8d872
+SIZE (xpi/thunderbird-i18n-45.2.0/sq.xpi) = 469535
+SHA256 (xpi/thunderbird-i18n-45.2.0/sr.xpi) = 0675a05d99555f8ea8e9d77b351d5f8a9c694362d8a421663ad9cb4c7257dcdd
+SIZE (xpi/thunderbird-i18n-45.2.0/sr.xpi) = 565464
+SHA256 (xpi/thunderbird-i18n-45.2.0/sv-SE.xpi) = cbd64d87bb674279e5e241542359138399f77608e7f23f1a73f7e08d2e000bd1
+SIZE (xpi/thunderbird-i18n-45.2.0/sv-SE.xpi) = 465434
+SHA256 (xpi/thunderbird-i18n-45.2.0/ta-LK.xpi) = 3365a20f6a97745f6550b1be5710fd1fdac8d6277ab63ebf5c16909e397e140b
+SIZE (xpi/thunderbird-i18n-45.2.0/ta-LK.xpi) = 579218
+SHA256 (xpi/thunderbird-i18n-45.2.0/tr.xpi) = ab2bbf3016773dfa422604e89562c41d30df8beff34b5b9c9602ed00aad6774c
+SIZE (xpi/thunderbird-i18n-45.2.0/tr.xpi) = 467621
+SHA256 (xpi/thunderbird-i18n-45.2.0/uk.xpi) = 29701e0f882973ca8f4a6028608b27be3350883e55040cdc46355dbce4c2dd01
+SIZE (xpi/thunderbird-i18n-45.2.0/uk.xpi) = 536438
+SHA256 (xpi/thunderbird-i18n-45.2.0/vi.xpi) = 760db86b7c8f851ba3416b50f0a5a44655629f9c4f9c1ef4282fc3c1c9e71778
+SIZE (xpi/thunderbird-i18n-45.2.0/vi.xpi) = 540497
+SHA256 (xpi/thunderbird-i18n-45.2.0/zh-CN.xpi) = 0a876c51d52eefc894102dcc1d9c867d33122672e76e0393941f3af13fcaf1bd
+SIZE (xpi/thunderbird-i18n-45.2.0/zh-CN.xpi) = 489209
+SHA256 (xpi/thunderbird-i18n-45.2.0/zh-TW.xpi) = 14aa68a367c79a9f87788c304966d3a60e99a77a2c42db9ce05d5755cc67b93e
+SIZE (xpi/thunderbird-i18n-45.2.0/zh-TW.xpi) = 490850

Modified: branches/2016Q3/mail/thunderbird/Makefile
==============================================================================
--- branches/2016Q3/mail/thunderbird/Makefile	Sat Jul  9 13:21:06 2016	(r418278)
+++ branches/2016Q3/mail/thunderbird/Makefile	Sat Jul  9 13:38:48 2016	(r418279)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	thunderbird
-DISTVERSION=	45.1.1
+DISTVERSION=	45.2.0
 CATEGORIES=	mail news net-im ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
 		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
@@ -32,7 +32,7 @@ BUILD_DEPENDS=	nspr>=4.12:devel/nspr \
 LIB_DEPENDS=	libv4l2.so:multimedia/libv4l
 
 EM_VERSION=	1.9.3
-L_VERSION=	4.7.1.1
+L_VERSION=	4.7.2
 
 SSP_UNSAFE=	yes
 USE_GECKO=	gecko

Modified: branches/2016Q3/mail/thunderbird/distinfo
==============================================================================
--- branches/2016Q3/mail/thunderbird/distinfo	Sat Jul  9 13:21:06 2016	(r418278)
+++ branches/2016Q3/mail/thunderbird/distinfo	Sat Jul  9 13:38:48 2016	(r418279)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1465154624
-SHA256 (thunderbird-45.1.1.source.tar.xz) = 107d103c30b4f666ede1ec197156f94456117783087518fe1af4557d548b718e
-SIZE (thunderbird-45.1.1.source.tar.xz) = 201012896
+TIMESTAMP = 1467307995
+SHA256 (thunderbird-45.2.0.source.tar.xz) = bd2389cbb28138668ab41b26f1dce49c455807e09b43fd370ee765ae3f0937c0
+SIZE (thunderbird-45.2.0.source.tar.xz) = 201023884
 SHA256 (enigmail-1.9.3.tar.gz) = 1dee90ff4ad51d361335686ab4ed722d34d2502b36b609680e2aabe3bb50729a
 SIZE (enigmail-1.9.3.tar.gz) = 1741831



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607091338.u69Dcmce036708>