Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 05:23:30 +0000 (UTC)
From:      Beat Gaetzi <beat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342632 - in head: Mk devel/nspr mail/linux-thunderbird mail/thunderbird mail/thunderbird-i18n security/ca_root_nss security/nss www/firefox www/firefox-esr www/firefox-esr-i18n www/fir...
Message-ID:  <201402050523.s155NU2e055899@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Wed Feb  5 05:23:30 2014
New Revision: 342632
URL: http://svnweb.freebsd.org/changeset/ports/342632
QAT: https://qat.redports.org/buildarchive/r342632/

Log:
  - Update Firefox to 27.0
  - Update Firefox ESR to 24.3.0
  - Update Thunderbird to 24.3.0
  - Update NSPR to 4.10.3
  - Update NSS to 3.15.4
  - Depend on yasm when building with bundled libvpx or libjpeg-turbo
  - Prepare gstreamer conditional for upcoming Firefox versions
  - Improve jemalloc3 conditional
  - Break build unless alsa-lib port installs new config file
  - Chase USE_DOS2UNIX deprecation
  - Temporarily disable system cairo over screen corruption with
    smoothScroll [1]
  
  Submitted by:	Jan Beich
  Reported by:	flo [1]
  Security:	http://www.vuxml.org/freebsd/1753f0ff-8dd5-11e3-9b45-b4b52fce4ce8.html

Added:
  head/www/firefox-esr/files/patch-bug948946   (contents, props changed)
  head/www/firefox/files/patch-bug948946   (contents, props changed)
Deleted:
  head/www/firefox/files/patch-bug947862
Modified:
  head/Mk/bsd.gecko.mk
  head/devel/nspr/Makefile
  head/devel/nspr/distinfo
  head/mail/linux-thunderbird/Makefile
  head/mail/linux-thunderbird/distinfo
  head/mail/thunderbird-i18n/Makefile
  head/mail/thunderbird-i18n/distinfo
  head/mail/thunderbird/Makefile
  head/mail/thunderbird/distinfo
  head/security/ca_root_nss/Makefile
  head/security/ca_root_nss/distinfo
  head/security/nss/Makefile
  head/security/nss/distinfo
  head/www/firefox-esr-i18n/Makefile
  head/www/firefox-esr-i18n/Makefile.option
  head/www/firefox-esr-i18n/distinfo
  head/www/firefox-esr/Makefile
  head/www/firefox-esr/distinfo
  head/www/firefox-i18n/Makefile
  head/www/firefox-i18n/Makefile.lang
  head/www/firefox-i18n/Makefile.option
  head/www/firefox-i18n/distinfo
  head/www/firefox/Makefile
  head/www/firefox/distinfo
  head/www/firefox/files/patch-bug878791
  head/www/firefox/files/patch-bug893397
  head/www/firefox/files/patch-bug945046
  head/www/firefox/files/patch-bug946560
  head/www/libxul/Makefile
  head/www/linux-firefox/Makefile
  head/www/linux-firefox/distinfo

Modified: head/Mk/bsd.gecko.mk
==============================================================================
--- head/Mk/bsd.gecko.mk	Wed Feb  5 04:17:27 2014	(r342631)
+++ head/Mk/bsd.gecko.mk	Wed Feb  5 05:23:30 2014	(r342632)
@@ -176,7 +176,7 @@ Gecko_Pre_Include=			bsd.gecko.mk
 #                         is given by the maintainer via the port or by the
 #                         user via defined variable try to find the highest
 #                         stable installed version.
-#                         Available values: yes 24+ 26+ 24 26
+#                         Available values: yes 24+ 27+ 24 27
 #                         NOTE:
 #                         default value 24 is used in case of USE_FIREFOX=yes
 #
@@ -218,11 +218,11 @@ _FIREFOX_BUILD_DEPENDS=		yes
 .endif
 
 _FIREFOX_DEFAULT_VERSION=	24
-_FIREFOX_VERSIONS=			24 26
-_FIREFOX_RANGE_VERSIONS=	24+ 26+
+_FIREFOX_VERSIONS=			24 27
+_FIREFOX_RANGE_VERSIONS=	24+ 27+
 
 # For specifying [24, ..]+
-_FIREFOX_26P=	26 ${_FIREFOX_24P}
+_FIREFOX_27P=	27 ${_FIREFOX_24P}
 _FIREFOX_24P=	24
 
 # Set the default Firefox version and check if USE_FIREFOX=yes was given
@@ -269,7 +269,7 @@ IGNORE=			cannot install: unknown Firefo
 
 # Dependence lines for different Firefox versions
 24_DEPENDS=		${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr
-26_DEPENDS=		${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox
+27_DEPENDS=		${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox
 
 # Add dependencies
 .if defined(USE_FIREFOX)
@@ -560,12 +560,10 @@ CPP=			${CC} -E
 USE_GCC?=		yes
 .endif
 
-.if ${OSVERSION} > 1000011
-# use jemalloc 3.0.0 API in libc
-MOZ_EXPORT+=	MOZ_JEMALLOC=1 MOZ_JEMALLOC3=1
-.else
+# use jemalloc 3.0.0 API for stats/tuning
+MOZ_EXPORT+=	MOZ_JEMALLOC3=1
+.if ${OSVERSION} < 1000012
 MOZ_OPTIONS+=	--enable-jemalloc
-MOZ_EXPORT+=	MOZ_JEMALLOC=1 MOZ_JEMALLOC3=1
 .endif
 
 # Standard depends
@@ -589,6 +587,7 @@ hunspell_MOZ_OPTIONS=	--enable-system-hu
 icu_LIB_DEPENDS=		icui18n:${PORTSDIR}/devel/icu
 icu_MOZ_OPTIONS=		--with-system-icu --with-intl-api --enable-intl-api
 
+-jpeg_BUILD_DEPENDS=yasm:${PORTSDIR}/devel/yasm
 # XXX: depends on pkgng package flavor support
 #jpeg_LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/libjpeg-turbo
 jpeg_LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg
@@ -612,6 +611,7 @@ sqlite_LIB_DEPENDS=	sqlite3:${PORTSDIR}/
 sqlite_MOZ_OPTIONS=	--enable-system-sqlite
 sqlite_EXTRACT_AFTER_ARGS=	--exclude mozilla*/db/sqlite3
 
+-vpx_BUILD_DEPENDS=	yasm:${PORTSDIR}/devel/yasm
 vpx_LIB_DEPENDS=	vpx:${PORTSDIR}/multimedia/libvpx
 vpx_MOZ_OPTIONS=	--with-system-libvpx
 vpx_EXTRACT_AFTER_ARGS=	--exclude mozilla*/media/libvpx
@@ -630,6 +630,8 @@ LIB_DEPENDS+=	${${dep}_LIB_DEPENDS}
 RUN_DEPENDS+=	${${dep}_RUN_DEPENDS}
 MOZ_OPTIONS+=	${${dep}_MOZ_OPTIONS}
 EXTRACT_AFTER_ARGS+=	${${dep}_EXTRACT_AFTER_ARGS}
+.else
+BUILD_DEPENDS+=	${-${dep}_BUILD_DEPENDS}
 .endif
 .endfor
 
@@ -700,8 +702,13 @@ MOZ_OPTIONS+=	--disable-dbus --disable-l
 .endif
 
 .if ${PORT_OPTIONS:MGSTREAMER}
+. if ${MOZILLA_VER:R:R} >= 30 || exists(${FILESDIR}/patch-bug806917)
+USE_GSTREAMER1?=good libav
+MOZ_OPTIONS+=	--enable-gstreamer=1.0
+. else
 USE_GSTREAMER?=	good ffmpeg
 MOZ_OPTIONS+=	--enable-gstreamer
+. endif
 .else
 MOZ_OPTIONS+=	--disable-gstreamer
 .endif
@@ -759,6 +766,8 @@ MOZ_OPTIONS+=	--enable-alsa
 .if ${PORT_OPTIONS:MPULSEAUDIO}
 LIB_DEPENDS+=	pulse.0:${PORTSDIR}/audio/pulseaudio
 MOZ_OPTIONS+=	--enable-pulseaudio
+.else
+MOZ_OPTIONS+=	--disable-pulseaudio
 .endif
 
 .if ${PORT_OPTIONS:MDEBUG}

Modified: head/devel/nspr/Makefile
==============================================================================
--- head/devel/nspr/Makefile	Wed Feb  5 04:17:27 2014	(r342631)
+++ head/devel/nspr/Makefile	Wed Feb  5 05:23:30 2014	(r342632)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nspr
-DISTVERSION=	4.10.2
+DISTVERSION=	4.10.3
 CATEGORIES=	devel
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/v${PORTVERSION}/src
 

Modified: head/devel/nspr/distinfo
==============================================================================
--- head/devel/nspr/distinfo	Wed Feb  5 04:17:27 2014	(r342631)
+++ head/devel/nspr/distinfo	Wed Feb  5 05:23:30 2014	(r342632)
@@ -1,2 +1,2 @@
-SHA256 (nspr-4.10.2.tar.gz) = 4d09ee67a6fb57d3c646098b0ac7fd1e31be1c2c2ca57cd2ad28b42e6d3cf400
-SIZE (nspr-4.10.2.tar.gz) = 1103130
+SHA256 (nspr-4.10.3.tar.gz) = f25779b1a665dab0090b9c977dc6c29a63320f442956ed78629b66b405cb01e5
+SIZE (nspr-4.10.3.tar.gz) = 1104478

Modified: head/mail/linux-thunderbird/Makefile
==============================================================================
--- head/mail/linux-thunderbird/Makefile	Wed Feb  5 04:17:27 2014	(r342631)
+++ head/mail/linux-thunderbird/Makefile	Wed Feb  5 05:23:30 2014	(r342632)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	thunderbird
-DISTVERSION=	24.2.0
+DISTVERSION=	24.3.0
 CATEGORIES=	mail news net-im ipv6
 DISTNAME=	${PORTNAME}-${DISTVERSION}
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US

Modified: head/mail/linux-thunderbird/distinfo
==============================================================================
--- head/mail/linux-thunderbird/distinfo	Wed Feb  5 04:17:27 2014	(r342631)
+++ head/mail/linux-thunderbird/distinfo	Wed Feb  5 05:23:30 2014	(r342632)
@@ -1,5 +1,5 @@
-SHA256 (thunderbird-24.2.0.tar.bz2) = d3b1a1049cf39cfecdfa26ad043520b6cb180d517995c7261aebc50786d61335
-SIZE (thunderbird-24.2.0.tar.bz2) = 28959142
+SHA256 (thunderbird-24.3.0.tar.bz2) = 45b33aca1a7afc94c6214313af904409f712ef4ed8450c4e435a74b75260b898
+SIZE (thunderbird-24.3.0.tar.bz2) = 28920220
 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: head/mail/thunderbird-i18n/Makefile
==============================================================================
--- head/mail/thunderbird-i18n/Makefile	Wed Feb  5 04:17:27 2014	(r342631)
+++ head/mail/thunderbird-i18n/Makefile	Wed Feb  5 05:23:30 2014	(r342632)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	thunderbird-i18n
-PORTVERSION=	24.2.0
+PORTVERSION=	24.3.0
 CATEGORIES=	mail news net-im
 MASTER_SITES=	MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi
 PKGNAMEPREFIX=

Modified: head/mail/thunderbird-i18n/distinfo
==============================================================================
--- head/mail/thunderbird-i18n/distinfo	Wed Feb  5 04:17:27 2014	(r342631)
+++ head/mail/thunderbird-i18n/distinfo	Wed Feb  5 05:23:30 2014	(r342632)
@@ -1,110 +1,110 @@
-SHA256 (xpi/thunderbird-i18n-24.2.0/ar.xpi) = fbb41f3437d15ef27eb855ce0076a61e5dd5fd134902e3277d7989691c36532f
-SIZE (xpi/thunderbird-i18n-24.2.0/ar.xpi) = 457862
-SHA256 (xpi/thunderbird-i18n-24.2.0/ast.xpi) = 6150355bb48af7f8df4f240875b99dd7b7d7f6c5957524b59182280933fe2535
-SIZE (xpi/thunderbird-i18n-24.2.0/ast.xpi) = 373831
-SHA256 (xpi/thunderbird-i18n-24.2.0/be.xpi) = 16c77031b0f29bc88d8608fb1d54dd933df2452b497524e24e8ae74bcbf92978
-SIZE (xpi/thunderbird-i18n-24.2.0/be.xpi) = 416882
-SHA256 (xpi/thunderbird-i18n-24.2.0/bg.xpi) = b5aa54184ca102bcb9710f22a7b2856107c98a351b2c7cea6adbaa35bf9fbe4f
-SIZE (xpi/thunderbird-i18n-24.2.0/bg.xpi) = 485024
-SHA256 (xpi/thunderbird-i18n-24.2.0/bn-BD.xpi) = d62ddc91fad5b0fa4ec5e637c9e3ec2e1ba9c13b028817f2d634e518be3437f1
-SIZE (xpi/thunderbird-i18n-24.2.0/bn-BD.xpi) = 537258
-SHA256 (xpi/thunderbird-i18n-24.2.0/br.xpi) = dd1a920d93eccd43276e09480c82e7ffea74930f359b5c76a236e2637bdfed65
-SIZE (xpi/thunderbird-i18n-24.2.0/br.xpi) = 427679
-SHA256 (xpi/thunderbird-i18n-24.2.0/ca.xpi) = 89085f99e4bebed77c697acf2d7b9576125d73e60944239c74a437151f9f8844
-SIZE (xpi/thunderbird-i18n-24.2.0/ca.xpi) = 429746
-SHA256 (xpi/thunderbird-i18n-24.2.0/cs.xpi) = db385b339f9c328572b6eafc2430333f4a6395f9866c835c64678faaa86c16c9
-SIZE (xpi/thunderbird-i18n-24.2.0/cs.xpi) = 431476
-SHA256 (xpi/thunderbird-i18n-24.2.0/da.xpi) = 28b785c9782d629e60061c4560c11d3357c0695ee12d3459323674d212be19c2
-SIZE (xpi/thunderbird-i18n-24.2.0/da.xpi) = 409627
-SHA256 (xpi/thunderbird-i18n-24.2.0/de.xpi) = 8c5a8b5d139e203125334f51ef7dd58b687ff3eaa4a5ac14bb1e418c0c47176f
-SIZE (xpi/thunderbird-i18n-24.2.0/de.xpi) = 408674
-SHA256 (xpi/thunderbird-i18n-24.2.0/el.xpi) = bdca54921f55a92f8d2426b253ffc11e80d12ed6b939080384b669127796efca
-SIZE (xpi/thunderbird-i18n-24.2.0/el.xpi) = 464552
-SHA256 (xpi/thunderbird-i18n-24.2.0/en-GB.xpi) = 3ba98c03a2af92b52ce769f4297ab08f2546bc53cf3438b48eb820f550606924
-SIZE (xpi/thunderbird-i18n-24.2.0/en-GB.xpi) = 400962
-SHA256 (xpi/thunderbird-i18n-24.2.0/en-US.xpi) = 72093031048ac4218e582f1902a7468e1189c96b48275a4436381c7248994c22
-SIZE (xpi/thunderbird-i18n-24.2.0/en-US.xpi) = 402144
-SHA256 (xpi/thunderbird-i18n-24.2.0/es-AR.xpi) = 5526b007278c8fcc83e647d82d2053e47c263724058a0f4bb880b66fc7deb796
-SIZE (xpi/thunderbird-i18n-24.2.0/es-AR.xpi) = 425657
-SHA256 (xpi/thunderbird-i18n-24.2.0/es-ES.xpi) = 2f3cb8fb949c6cedb319cc0feff64db0d6adde0af21c82dadab0dc62e70ac066
-SIZE (xpi/thunderbird-i18n-24.2.0/es-ES.xpi) = 366308
-SHA256 (xpi/thunderbird-i18n-24.2.0/et.xpi) = 7e774f74524be9cb2a827a7590ecd4de86678d90a4489348e5d0bac861c8fb4c
-SIZE (xpi/thunderbird-i18n-24.2.0/et.xpi) = 422893
-SHA256 (xpi/thunderbird-i18n-24.2.0/eu.xpi) = a0b98f506ff60231f732e45c7bcffd3eb95a778b11fb0bef8df38221011515ed
-SIZE (xpi/thunderbird-i18n-24.2.0/eu.xpi) = 418497
-SHA256 (xpi/thunderbird-i18n-24.2.0/fi.xpi) = 460ef32bf8f5c99dc0585f94f1b20ba7a3aa59c3104b25dfdb80ec4f79412167
-SIZE (xpi/thunderbird-i18n-24.2.0/fi.xpi) = 424264
-SHA256 (xpi/thunderbird-i18n-24.2.0/fr.xpi) = 0c5010257297712c401d45371cdd28c0f7494b17057f767aaad380ec0d97e152
-SIZE (xpi/thunderbird-i18n-24.2.0/fr.xpi) = 431289
-SHA256 (xpi/thunderbird-i18n-24.2.0/fy-NL.xpi) = 28d01dbac495791f6ccbff53e986cbdddbc198c3151121fd670183647e6400db
-SIZE (xpi/thunderbird-i18n-24.2.0/fy-NL.xpi) = 426098
-SHA256 (xpi/thunderbird-i18n-24.2.0/ga-IE.xpi) = 585cf678ac106834404604486ca48d6dcb49a92f5594a639f5443e69821c9a58
-SIZE (xpi/thunderbird-i18n-24.2.0/ga-IE.xpi) = 437114
-SHA256 (xpi/thunderbird-i18n-24.2.0/gd.xpi) = 973f6156dc1fb894330307885f710d92ab07b78a358d2f9910984d6f5f0f5c38
-SIZE (xpi/thunderbird-i18n-24.2.0/gd.xpi) = 440091
-SHA256 (xpi/thunderbird-i18n-24.2.0/gl.xpi) = 3fb3807d5ce9fa3eb8858735c0239c9a89cf98211014d004b1b33092c0ca2201
-SIZE (xpi/thunderbird-i18n-24.2.0/gl.xpi) = 427543
-SHA256 (xpi/thunderbird-i18n-24.2.0/he.xpi) = 9d4f953d6ff51b0047e0e78fb3ee0a3cd293b7ee00275c4e548faece63cac3b7
-SIZE (xpi/thunderbird-i18n-24.2.0/he.xpi) = 457065
-SHA256 (xpi/thunderbird-i18n-24.2.0/hr.xpi) = 5f6d187796e9c11782ac7dd86414a3550666fca33a928e3a698602e64af2cec8
-SIZE (xpi/thunderbird-i18n-24.2.0/hr.xpi) = 422387
-SHA256 (xpi/thunderbird-i18n-24.2.0/hu.xpi) = c7f89fdabc56beb321e9eb5c3d4b8930e0b57533fd0756ee93c8087e720421bf
-SIZE (xpi/thunderbird-i18n-24.2.0/hu.xpi) = 441511
-SHA256 (xpi/thunderbird-i18n-24.2.0/hy-AM.xpi) = 622402d757eb814115c1ccdbb3b12520dde81119a69132536911d42d667c6697
-SIZE (xpi/thunderbird-i18n-24.2.0/hy-AM.xpi) = 477923
-SHA256 (xpi/thunderbird-i18n-24.2.0/id.xpi) = 20d134d65848a4e7e388f8529f7e4071a7587e8d7df807d0cc096eec75c1fa76
-SIZE (xpi/thunderbird-i18n-24.2.0/id.xpi) = 457499
-SHA256 (xpi/thunderbird-i18n-24.2.0/is.xpi) = 80d43c50df0fa636894571d64ab19421c6b3df65aabce30bd600a88295e8edd6
-SIZE (xpi/thunderbird-i18n-24.2.0/is.xpi) = 425711
-SHA256 (xpi/thunderbird-i18n-24.2.0/it.xpi) = a6fd76165a5f172f4736409be1f592b69058bfcccc04f4579f855ad763a9d5fe
-SIZE (xpi/thunderbird-i18n-24.2.0/it.xpi) = 357933
-SHA256 (xpi/thunderbird-i18n-24.2.0/ja.xpi) = 79f49d0fce0e6ec1a948211e8ccb430994cac615769be19071ce9199d89cefc9
-SIZE (xpi/thunderbird-i18n-24.2.0/ja.xpi) = 475559
-SHA256 (xpi/thunderbird-i18n-24.2.0/ko.xpi) = 62dbe62ef4204d24ed293e75840fcd4a747281329bd340d01dd5864058fc52ad
-SIZE (xpi/thunderbird-i18n-24.2.0/ko.xpi) = 428071
-SHA256 (xpi/thunderbird-i18n-24.2.0/lt.xpi) = d9a0f9b690e61ebc6a92c7811a2edddff4a3560a6b048fb59c99ec3a82a18828
-SIZE (xpi/thunderbird-i18n-24.2.0/lt.xpi) = 443259
-SHA256 (xpi/thunderbird-i18n-24.2.0/nb-NO.xpi) = 833c60e87d444e36868f0b754ef060d1d5cfb133f146368811aeb532e5aa035b
-SIZE (xpi/thunderbird-i18n-24.2.0/nb-NO.xpi) = 418922
-SHA256 (xpi/thunderbird-i18n-24.2.0/nl.xpi) = d7c2728c818b16639ac8ef7b8bb0f1d2434b82431cd5b2644d63df7dc2af463c
-SIZE (xpi/thunderbird-i18n-24.2.0/nl.xpi) = 418764
-SHA256 (xpi/thunderbird-i18n-24.2.0/nn-NO.xpi) = 26e5b34cc2f5d506e1a1761cc7ad8edcab76e6141e49e1a727d70c48bff4d638
-SIZE (xpi/thunderbird-i18n-24.2.0/nn-NO.xpi) = 421134
-SHA256 (xpi/thunderbird-i18n-24.2.0/pa-IN.xpi) = 9ad7ceae5c0be242defad7d3ecf6e5300a9aefd30d242ed3186571cdcdf6514f
-SIZE (xpi/thunderbird-i18n-24.2.0/pa-IN.xpi) = 508273
-SHA256 (xpi/thunderbird-i18n-24.2.0/pl.xpi) = c1a1c62ad92ef5f8d672da128de80352142a3e2e0c282cc326b879d4f11fbde3
-SIZE (xpi/thunderbird-i18n-24.2.0/pl.xpi) = 401752
-SHA256 (xpi/thunderbird-i18n-24.2.0/pt-BR.xpi) = 807a9db846c4195c6ebc7153613197bd9327bc4006ea9b0e995047b4715cc967
-SIZE (xpi/thunderbird-i18n-24.2.0/pt-BR.xpi) = 430909
-SHA256 (xpi/thunderbird-i18n-24.2.0/pt-PT.xpi) = c79768a2b0b4906159094927e199946cdbea1d3b059f26a8828428d70dcece23
-SIZE (xpi/thunderbird-i18n-24.2.0/pt-PT.xpi) = 425025
-SHA256 (xpi/thunderbird-i18n-24.2.0/rm.xpi) = eab9dd25b1ec6b466d16d69f14dc59374a682e1c8c7e5f107c74c4fc4b6f105e
-SIZE (xpi/thunderbird-i18n-24.2.0/rm.xpi) = 432384
-SHA256 (xpi/thunderbird-i18n-24.2.0/ro.xpi) = 1cfaa1564f5d01b2e7b9750852de43a831486824c3e9b1aeb611bb7a1af7b28d
-SIZE (xpi/thunderbird-i18n-24.2.0/ro.xpi) = 497491
-SHA256 (xpi/thunderbird-i18n-24.2.0/ru.xpi) = 8afa069d32d4798299fbffa01a24e40b7da126279a1a4a4a6813630660c8da4c
-SIZE (xpi/thunderbird-i18n-24.2.0/ru.xpi) = 425097
-SHA256 (xpi/thunderbird-i18n-24.2.0/si.xpi) = 41b820771dfab9d962a6e39aa8f63a05727ffd484d811cc75dbe3cde0fb53d78
-SIZE (xpi/thunderbird-i18n-24.2.0/si.xpi) = 511167
-SHA256 (xpi/thunderbird-i18n-24.2.0/sk.xpi) = 33e89da9d87dc0056f43eb532cf125f6d6d981007908ed3cc8ab206d7584acdd
-SIZE (xpi/thunderbird-i18n-24.2.0/sk.xpi) = 440106
-SHA256 (xpi/thunderbird-i18n-24.2.0/sl.xpi) = 47b2ea99199016334550e83bc793d6d33d086b08382b694ca6138aa81912b815
-SIZE (xpi/thunderbird-i18n-24.2.0/sl.xpi) = 421706
-SHA256 (xpi/thunderbird-i18n-24.2.0/sq.xpi) = 841d45c2437f22a7c2d7b47bd471d1af0686e36cfe45c825081d0fa97fce898b
-SIZE (xpi/thunderbird-i18n-24.2.0/sq.xpi) = 435215
-SHA256 (xpi/thunderbird-i18n-24.2.0/sr.xpi) = a5a7e029c2fd0d348dfacc01d3e8bdc90d6c0bd618f95f3710c8ffebad162cca
-SIZE (xpi/thunderbird-i18n-24.2.0/sr.xpi) = 518890
-SHA256 (xpi/thunderbird-i18n-24.2.0/sv-SE.xpi) = 5d3b61e6741eba9872bf108f0fba8942e321d341470ac995cc544569affed5e9
-SIZE (xpi/thunderbird-i18n-24.2.0/sv-SE.xpi) = 423815
-SHA256 (xpi/thunderbird-i18n-24.2.0/ta-LK.xpi) = aa5f2edd2caef8767f71e253afb5dc2fe8857e0d4221fe26adf730320892ec09
-SIZE (xpi/thunderbird-i18n-24.2.0/ta-LK.xpi) = 534923
-SHA256 (xpi/thunderbird-i18n-24.2.0/tr.xpi) = cdab07dee33604e3120eeff1167b1b184ab2ed4434e9defbbe4ed68278621b19
-SIZE (xpi/thunderbird-i18n-24.2.0/tr.xpi) = 438067
-SHA256 (xpi/thunderbird-i18n-24.2.0/uk.xpi) = 53c9aed79f797280fd85a4998ca8be9804ab95561bda3359e88cb0fa3e476d69
-SIZE (xpi/thunderbird-i18n-24.2.0/uk.xpi) = 480948
-SHA256 (xpi/thunderbird-i18n-24.2.0/vi.xpi) = 9bec5d284850f8b06625e627248fa42b6b1ce42d4d4f9eedbc80fd83dd926cf9
-SIZE (xpi/thunderbird-i18n-24.2.0/vi.xpi) = 495558
-SHA256 (xpi/thunderbird-i18n-24.2.0/zh-CN.xpi) = 1946c536525f3da56928ed9e8a31b8c7341278f625e62462021634a1f5afc6f8
-SIZE (xpi/thunderbird-i18n-24.2.0/zh-CN.xpi) = 449181
-SHA256 (xpi/thunderbird-i18n-24.2.0/zh-TW.xpi) = 5fb98868c7e332a03176141d2fe22d608636bd4a90c0192f420adcfdf6102ec1
-SIZE (xpi/thunderbird-i18n-24.2.0/zh-TW.xpi) = 450000
+SHA256 (xpi/thunderbird-i18n-24.3.0/ar.xpi) = eb3acf0cc5c5f88430f572da1fc41ae1d4160854a33023241207b4b17cd7466b
+SIZE (xpi/thunderbird-i18n-24.3.0/ar.xpi) = 457862
+SHA256 (xpi/thunderbird-i18n-24.3.0/ast.xpi) = f08d003ee88e0ae3e50c2c1bc46c37876c6e4016cf17532b72487d3895560103
+SIZE (xpi/thunderbird-i18n-24.3.0/ast.xpi) = 373831
+SHA256 (xpi/thunderbird-i18n-24.3.0/be.xpi) = 7f4b7c6419e846c697814ddfba5a298e07c7b6895b7837d0e6610b88aaa4a6fa
+SIZE (xpi/thunderbird-i18n-24.3.0/be.xpi) = 416882
+SHA256 (xpi/thunderbird-i18n-24.3.0/bg.xpi) = 7acdb8ff7b42b0e17055889ca956c886313a46f009bb4de8e98c839b9631df63
+SIZE (xpi/thunderbird-i18n-24.3.0/bg.xpi) = 485023
+SHA256 (xpi/thunderbird-i18n-24.3.0/bn-BD.xpi) = 88aa6d466baba1be9355ca17677fc6d3764359858f56de45811027ed8cb0eb34
+SIZE (xpi/thunderbird-i18n-24.3.0/bn-BD.xpi) = 537257
+SHA256 (xpi/thunderbird-i18n-24.3.0/br.xpi) = 7a02be30fef4b1a87175601c4ea4343634efae235dbdf125d10a983c503ab819
+SIZE (xpi/thunderbird-i18n-24.3.0/br.xpi) = 427679
+SHA256 (xpi/thunderbird-i18n-24.3.0/ca.xpi) = 10bc88d7c4caffdad364440910144c10ca1f57f1b4677f46510d0240fde2c98e
+SIZE (xpi/thunderbird-i18n-24.3.0/ca.xpi) = 429746
+SHA256 (xpi/thunderbird-i18n-24.3.0/cs.xpi) = d80c6bfb0f1ed8b877f3a83794a34e2661d21d0a801afc3c8388275408c051f1
+SIZE (xpi/thunderbird-i18n-24.3.0/cs.xpi) = 431476
+SHA256 (xpi/thunderbird-i18n-24.3.0/da.xpi) = bf47586c7259bbd31a00569636d1c255e5e0a018082ca8116c57a46725f84739
+SIZE (xpi/thunderbird-i18n-24.3.0/da.xpi) = 409627
+SHA256 (xpi/thunderbird-i18n-24.3.0/de.xpi) = 502d63e2da4d606f391f156ad42852d4e44e2472f7113ba09329330b5b432ce5
+SIZE (xpi/thunderbird-i18n-24.3.0/de.xpi) = 408674
+SHA256 (xpi/thunderbird-i18n-24.3.0/el.xpi) = 2f030edd3dea6d702ef842e85180d7cb636864e6c4431a1432912fa427c21f04
+SIZE (xpi/thunderbird-i18n-24.3.0/el.xpi) = 464552
+SHA256 (xpi/thunderbird-i18n-24.3.0/en-GB.xpi) = 968f5465f9e0a9f3a045eb01e104bad382aab171c28bd6877466df753b0c1e18
+SIZE (xpi/thunderbird-i18n-24.3.0/en-GB.xpi) = 400962
+SHA256 (xpi/thunderbird-i18n-24.3.0/en-US.xpi) = 536cbf66ea568cbf58b152db5aabe227f9dd9be096893a067709919281a2e9bb
+SIZE (xpi/thunderbird-i18n-24.3.0/en-US.xpi) = 402144
+SHA256 (xpi/thunderbird-i18n-24.3.0/es-AR.xpi) = eae8cf494055f0c3c20c876da567b295eebe67e00fad8b5cdea4c625eebfa91b
+SIZE (xpi/thunderbird-i18n-24.3.0/es-AR.xpi) = 425657
+SHA256 (xpi/thunderbird-i18n-24.3.0/es-ES.xpi) = be50f0ae213c14dc981a2b67059e5514b3a360e10396cdf4a74ca629231b0015
+SIZE (xpi/thunderbird-i18n-24.3.0/es-ES.xpi) = 366308
+SHA256 (xpi/thunderbird-i18n-24.3.0/et.xpi) = c2bdf747af30b02ab0750f9d115522f909e51c9bea27013c394499b6b8d19d00
+SIZE (xpi/thunderbird-i18n-24.3.0/et.xpi) = 422893
+SHA256 (xpi/thunderbird-i18n-24.3.0/eu.xpi) = 4ed003933609f7d31f0d801e89e9d7098138a7dbc1066ce54f5ace176a159f0c
+SIZE (xpi/thunderbird-i18n-24.3.0/eu.xpi) = 418497
+SHA256 (xpi/thunderbird-i18n-24.3.0/fi.xpi) = e72e0e96fe583b82583891577709a7192cdd6597db8490057a5c82d748eaa341
+SIZE (xpi/thunderbird-i18n-24.3.0/fi.xpi) = 424264
+SHA256 (xpi/thunderbird-i18n-24.3.0/fr.xpi) = 393f251cd1c39e635d4fddaa41035885ebb88d3016e00b8d3c8f8ed81c1dc07c
+SIZE (xpi/thunderbird-i18n-24.3.0/fr.xpi) = 431288
+SHA256 (xpi/thunderbird-i18n-24.3.0/fy-NL.xpi) = f558ec45c28824ed9e7ac89b64ee8dfce0370227d183af42a62ff6a51858350b
+SIZE (xpi/thunderbird-i18n-24.3.0/fy-NL.xpi) = 426098
+SHA256 (xpi/thunderbird-i18n-24.3.0/ga-IE.xpi) = 6f38cc9fa24503e79e2ddac0c565da172fe2be03a2655cfc95f52e74f5107c70
+SIZE (xpi/thunderbird-i18n-24.3.0/ga-IE.xpi) = 437114
+SHA256 (xpi/thunderbird-i18n-24.3.0/gd.xpi) = 5c3ba8dc982ee893fddb51721ca68fdd44a64fa1cc319094366bacc36d091b67
+SIZE (xpi/thunderbird-i18n-24.3.0/gd.xpi) = 440091
+SHA256 (xpi/thunderbird-i18n-24.3.0/gl.xpi) = 39ca80f526f5cd56c768d9bbfbd32d3e59e94be5c88135d60ec68af57ad3f125
+SIZE (xpi/thunderbird-i18n-24.3.0/gl.xpi) = 427543
+SHA256 (xpi/thunderbird-i18n-24.3.0/he.xpi) = 19e12020696c313474d27152ae17946a8c5855cf8b1b6ad7978db685d2b07cbf
+SIZE (xpi/thunderbird-i18n-24.3.0/he.xpi) = 457065
+SHA256 (xpi/thunderbird-i18n-24.3.0/hr.xpi) = 1e80b7ab936fc9e9ee73a11414e555ab7aadcd54e4676a0cc4d2c5f8bbf1e9d2
+SIZE (xpi/thunderbird-i18n-24.3.0/hr.xpi) = 422387
+SHA256 (xpi/thunderbird-i18n-24.3.0/hu.xpi) = f5abf52ba86925cbebddff25467902fd48d04a8974dccc8f885f1900e0ccd0c3
+SIZE (xpi/thunderbird-i18n-24.3.0/hu.xpi) = 441512
+SHA256 (xpi/thunderbird-i18n-24.3.0/hy-AM.xpi) = 615df82212978f66d1d2ab7ec266abbf5801ac5474e08b0cea9fbfa6d28f946a
+SIZE (xpi/thunderbird-i18n-24.3.0/hy-AM.xpi) = 477922
+SHA256 (xpi/thunderbird-i18n-24.3.0/id.xpi) = 5bf12a7cd0a0ddd13989efee450e50f1f919480035ab56979008823607c8317d
+SIZE (xpi/thunderbird-i18n-24.3.0/id.xpi) = 457498
+SHA256 (xpi/thunderbird-i18n-24.3.0/is.xpi) = 004b4452e02dcafd26905dd206e62772ad772644e0670aa863734b5507ce1573
+SIZE (xpi/thunderbird-i18n-24.3.0/is.xpi) = 425710
+SHA256 (xpi/thunderbird-i18n-24.3.0/it.xpi) = 35db725a07d70e7235d19a114075c5361a7269008b82ff04908ac96616e062e7
+SIZE (xpi/thunderbird-i18n-24.3.0/it.xpi) = 357933
+SHA256 (xpi/thunderbird-i18n-24.3.0/ja.xpi) = 429691064a5bcb49a02f1ab0fd5e0ec883db380ff8cef18992465cc8de279cb8
+SIZE (xpi/thunderbird-i18n-24.3.0/ja.xpi) = 475559
+SHA256 (xpi/thunderbird-i18n-24.3.0/ko.xpi) = fb5d6825982fb4e4fb9f496f451943f0ce14958313c25f4d6550179b6a557ba1
+SIZE (xpi/thunderbird-i18n-24.3.0/ko.xpi) = 428070
+SHA256 (xpi/thunderbird-i18n-24.3.0/lt.xpi) = 07632205a7a9c9cc1f10caa842309ba6baaa917c63bd2ce0b25b99039213a236
+SIZE (xpi/thunderbird-i18n-24.3.0/lt.xpi) = 443260
+SHA256 (xpi/thunderbird-i18n-24.3.0/nb-NO.xpi) = 8467a8d87580521d1fc9f4d7f2caa8564598055542e252329e2d479dabdfbc20
+SIZE (xpi/thunderbird-i18n-24.3.0/nb-NO.xpi) = 418922
+SHA256 (xpi/thunderbird-i18n-24.3.0/nl.xpi) = 7b37b9d8f86a0e6b6072216e6e6087cb60457765363891739ffb02ab43a8ba16
+SIZE (xpi/thunderbird-i18n-24.3.0/nl.xpi) = 418763
+SHA256 (xpi/thunderbird-i18n-24.3.0/nn-NO.xpi) = 838d64ca3d022302dc9c53365773398f2b4e8f1f10f38641aa933db83205193b
+SIZE (xpi/thunderbird-i18n-24.3.0/nn-NO.xpi) = 421134
+SHA256 (xpi/thunderbird-i18n-24.3.0/pa-IN.xpi) = 9dc5c0ac3405b2c89efc01fee8da94ee98f6301e8c8df8001bdaa936f617600a
+SIZE (xpi/thunderbird-i18n-24.3.0/pa-IN.xpi) = 508272
+SHA256 (xpi/thunderbird-i18n-24.3.0/pl.xpi) = ff6599388a7dce54fd317fa598a26f69dcbc3e7ad31f19965fe0639acacc745c
+SIZE (xpi/thunderbird-i18n-24.3.0/pl.xpi) = 401752
+SHA256 (xpi/thunderbird-i18n-24.3.0/pt-BR.xpi) = c937c0cd61cfb44e28fd824acfef2f51da030a7a27582c477882c501f8c2f2b7
+SIZE (xpi/thunderbird-i18n-24.3.0/pt-BR.xpi) = 430909
+SHA256 (xpi/thunderbird-i18n-24.3.0/pt-PT.xpi) = 27baffd426ee9527288cf97b0e10eb26962d18c91fe65ba1463e240cd26da6bc
+SIZE (xpi/thunderbird-i18n-24.3.0/pt-PT.xpi) = 425025
+SHA256 (xpi/thunderbird-i18n-24.3.0/rm.xpi) = f286c6b010015e023ba896cefce600cf3d1aab70ed7e4cbcc4d472f796fdfbf8
+SIZE (xpi/thunderbird-i18n-24.3.0/rm.xpi) = 432384
+SHA256 (xpi/thunderbird-i18n-24.3.0/ro.xpi) = b21fd8065e79c3e2846af5e6905473233474a465f9bcc34dc841cd5d6a023d7c
+SIZE (xpi/thunderbird-i18n-24.3.0/ro.xpi) = 497491
+SHA256 (xpi/thunderbird-i18n-24.3.0/ru.xpi) = eac09f024f522ffb4e51d0da26163025a70d645aa995d7fa4cd0182ea1a58c7b
+SIZE (xpi/thunderbird-i18n-24.3.0/ru.xpi) = 425097
+SHA256 (xpi/thunderbird-i18n-24.3.0/si.xpi) = be7eccb183a6e80c70dca9715ff29f51526582a2e15bc04b2137c8975338829e
+SIZE (xpi/thunderbird-i18n-24.3.0/si.xpi) = 511167
+SHA256 (xpi/thunderbird-i18n-24.3.0/sk.xpi) = 92abe71ccd4e9beb1063de1a2c061f4c1283ce1e0b7ff2864be7eec0282c4974
+SIZE (xpi/thunderbird-i18n-24.3.0/sk.xpi) = 440106
+SHA256 (xpi/thunderbird-i18n-24.3.0/sl.xpi) = 065e77c20255fcc2e5167151d4b1068fcd8bdbdc044815ab43d74aa507b1e3c8
+SIZE (xpi/thunderbird-i18n-24.3.0/sl.xpi) = 421706
+SHA256 (xpi/thunderbird-i18n-24.3.0/sq.xpi) = 0361917b93bae3031034c98273fed74ed9417c031c9856460384c6f49b6b7b29
+SIZE (xpi/thunderbird-i18n-24.3.0/sq.xpi) = 435214
+SHA256 (xpi/thunderbird-i18n-24.3.0/sr.xpi) = 85ba7995a72c8844ba754202505153c320d7da72f8c886fb550471133018fe07
+SIZE (xpi/thunderbird-i18n-24.3.0/sr.xpi) = 518889
+SHA256 (xpi/thunderbird-i18n-24.3.0/sv-SE.xpi) = b9cd64df28b125c15dc41529f636b210045e897281bc1f4bd9377569bccd7418
+SIZE (xpi/thunderbird-i18n-24.3.0/sv-SE.xpi) = 423815
+SHA256 (xpi/thunderbird-i18n-24.3.0/ta-LK.xpi) = b4f7e541ba7fbb0956875ac1b57034a10b644614d114fd69f3ddba3dd3e8fde0
+SIZE (xpi/thunderbird-i18n-24.3.0/ta-LK.xpi) = 534923
+SHA256 (xpi/thunderbird-i18n-24.3.0/tr.xpi) = 957205ea8d0bd69ed5112cf77f6b90464b2fd4893adfc23fe57a77d802c7390c
+SIZE (xpi/thunderbird-i18n-24.3.0/tr.xpi) = 438067
+SHA256 (xpi/thunderbird-i18n-24.3.0/uk.xpi) = 6d71338dea7560fb005623d87b7605f038d832c888124de251644720c1b5b4a4
+SIZE (xpi/thunderbird-i18n-24.3.0/uk.xpi) = 480949
+SHA256 (xpi/thunderbird-i18n-24.3.0/vi.xpi) = ed26d6a732e8458849a210a94949ced8499672f4fc45fee6cbfd870ba4fca50c
+SIZE (xpi/thunderbird-i18n-24.3.0/vi.xpi) = 495558
+SHA256 (xpi/thunderbird-i18n-24.3.0/zh-CN.xpi) = d03a570c077926ef75f6ae32377857420faaf539e7d09ec16c0e69ece685bbff
+SIZE (xpi/thunderbird-i18n-24.3.0/zh-CN.xpi) = 449181
+SHA256 (xpi/thunderbird-i18n-24.3.0/zh-TW.xpi) = e4b439793b79f8d201871553a820c9a423695937cb809775bbbaf8f441e5f30c
+SIZE (xpi/thunderbird-i18n-24.3.0/zh-TW.xpi) = 450001

Modified: head/mail/thunderbird/Makefile
==============================================================================
--- head/mail/thunderbird/Makefile	Wed Feb  5 04:17:27 2014	(r342631)
+++ head/mail/thunderbird/Makefile	Wed Feb  5 05:23:30 2014	(r342632)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	thunderbird
-DISTVERSION=	24.2.0
+DISTVERSION=	24.3.0
 CATEGORIES=	mail news net-im ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source
 DISTFILES=	${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX}
@@ -36,7 +36,8 @@ QT_NONSTANDARD=	yes
 ALL_TARGET=	default
 USE_BZIP2=	yes
 USE_GL=		gl
-USE_DOS2UNIX=	mozilla/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
+USES=		dos2unix
+DOS2UNIX_FILES=	mozilla/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
 
 MOZ_PROTOCOLS=	http,ftp,file,viewsource,res,data,wyciwyg,websocket
 MOZ_OPTIONS=	--program-transform-name='s/thunderbird/${MOZILLA}/' \
@@ -72,6 +73,10 @@ MOZSRC:=	${WRKSRC}/mozilla
 
 XPI_LIBDIR=	${PREFIX}/lib/xpi
 
+.if ${PORT_OPTIONS:MALSA}
+BUILD_DEPENDS+=	alsa-lib>=1.0.27.2_1:${PORTSDIR}/audio/alsa-lib
+.endif
+
 .if ${PORT_OPTIONS:MENIGMAIL}
 MASTER_SITES+=	https://www.enigmail.net/download/source/:enigmail
 DISTFILES+=	${EM_DISTFILE}:enigmail

Modified: head/mail/thunderbird/distinfo
==============================================================================
--- head/mail/thunderbird/distinfo	Wed Feb  5 04:17:27 2014	(r342631)
+++ head/mail/thunderbird/distinfo	Wed Feb  5 05:23:30 2014	(r342632)
@@ -1,4 +1,4 @@
-SHA256 (thunderbird-24.2.0.source.tar.bz2) = 66474132bd6ebbb8a913c3f4acd4ecc9bec011e4c7ee49475f29558801a905cf
-SIZE (thunderbird-24.2.0.source.tar.bz2) = 140363284
+SHA256 (thunderbird-24.3.0.source.tar.bz2) = b8cc29ed8e3d1bd9d410b8c6c2c069c38ded11844121f93a6fa1b0d1d753e51d
+SIZE (thunderbird-24.3.0.source.tar.bz2) = 140081720
 SHA256 (enigmail-1.6.tar.gz) = 10d5eb7ba364b9b6e6275aae8bba1d0e4321ed7d55a715337d566ccf2a56ea4d
 SIZE (enigmail-1.6.tar.gz) = 1231111

Modified: head/security/ca_root_nss/Makefile
==============================================================================
--- head/security/ca_root_nss/Makefile	Wed Feb  5 04:17:27 2014	(r342631)
+++ head/security/ca_root_nss/Makefile	Wed Feb  5 05:23:30 2014	(r342632)
@@ -24,7 +24,7 @@ PLIST_SUB+=	CERTDIR=${CERTDIR}
 # !!!  Please DO NOT submit patches for new version until it has !!!
 # !!!  been committed there first.                               !!!
 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-VERSION_NSS=	3.15.3.1
+VERSION_NSS=	3.15.4
 #NSS_SUFFIX=	.with.ckbi.1.93
 CERTDATA_TXT_PATH=	nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdata.txt
 BUNDLE_PROCESSOR=	MAca-bundle.pl

Modified: head/security/ca_root_nss/distinfo
==============================================================================
--- head/security/ca_root_nss/distinfo	Wed Feb  5 04:17:27 2014	(r342631)
+++ head/security/ca_root_nss/distinfo	Wed Feb  5 05:23:30 2014	(r342632)
@@ -1,2 +1,2 @@
-SHA256 (nss-3.15.3.1.tar.gz) = 607a913882540df81f74152e8aa492e0dd09c5d3f2c7321f18c69ee501fc6ba5
-SIZE (nss-3.15.3.1.tar.gz) = 6289657
+SHA256 (nss-3.15.4.tar.gz) = 14d69a0735c5af6b3cc12591f7ebf272203e889f09104182148091d0af682d7c
+SIZE (nss-3.15.4.tar.gz) = 6366271

Modified: head/security/nss/Makefile
==============================================================================
--- head/security/nss/Makefile	Wed Feb  5 04:17:27 2014	(r342631)
+++ head/security/nss/Makefile	Wed Feb  5 05:23:30 2014	(r342632)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nss
-PORTVERSION=	3.15.3.1
+PORTVERSION=	3.15.4
 #DISTVERSIONSUFFIX=	.with.ckbi.1.93
 CATEGORIES=	security
 MASTER_SITES=	MOZILLA/security/${PORTNAME}/releases/${DISTNAME:U:C/[-.]/_/g}_RTM/src

Modified: head/security/nss/distinfo
==============================================================================
--- head/security/nss/distinfo	Wed Feb  5 04:17:27 2014	(r342631)
+++ head/security/nss/distinfo	Wed Feb  5 05:23:30 2014	(r342632)
@@ -1,2 +1,2 @@
-SHA256 (nss-3.15.3.1.tar.gz) = 607a913882540df81f74152e8aa492e0dd09c5d3f2c7321f18c69ee501fc6ba5
-SIZE (nss-3.15.3.1.tar.gz) = 6289657
+SHA256 (nss-3.15.4.tar.gz) = 14d69a0735c5af6b3cc12591f7ebf272203e889f09104182148091d0af682d7c
+SIZE (nss-3.15.4.tar.gz) = 6366271

Modified: head/www/firefox-esr-i18n/Makefile
==============================================================================
--- head/www/firefox-esr-i18n/Makefile	Wed Feb  5 04:17:27 2014	(r342631)
+++ head/www/firefox-esr-i18n/Makefile	Wed Feb  5 05:23:30 2014	(r342632)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	firefox
-PORTVERSION=	24.2.0
+PORTVERSION=	24.3.0
 CATEGORIES=	www
 MASTER_SITES=	MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}esr/linux-i686/xpi
 PKGNAMEPREFIX=
@@ -15,7 +15,7 @@ COMMENT=	Localized interface for Firefox
 
 EXTRACT_DEPENDS=	zip:${PORTSDIR}/archivers/zip
 
-USE_FIREFOX=	24
+#USE_FIREFOX=	24
 USE_XPI=	firefox
 
 NO_ARCH=	yes

Modified: head/www/firefox-esr-i18n/Makefile.option
==============================================================================
--- head/www/firefox-esr-i18n/Makefile.option	Wed Feb  5 04:17:27 2014	(r342631)
+++ head/www/firefox-esr-i18n/Makefile.option	Wed Feb  5 05:23:30 2014	(r342632)
@@ -11,7 +11,6 @@ OPTIONS_DEFINE=	LANG_ACH \
 		LANG_AST \
 		LANG_EU \
 		LANG_BN \
-		LANG_BD \
 		LANG_BB \
 		LANG_BS \
 		LANG_BR \
@@ -99,7 +98,6 @@ OPTIONS_DEFAULT=LANG_AR LANG_BN LANG_BR 
 
 LANG_ACH_DESC?=	Acholi language support
 LANG_AS_DESC?=	Assamese language support
-LANG_BD_DESC?=	Bengali (Bangladesh) language support
 LANG_CSB_DESC?=	Kashubian language support
 LANG_FF_DESC?=	Pulaar Fulfulde language support
 LANG_KM_DESC?=	Khmer language support

Modified: head/www/firefox-esr-i18n/distinfo
==============================================================================
--- head/www/firefox-esr-i18n/distinfo	Wed Feb  5 04:17:27 2014	(r342631)
+++ head/www/firefox-esr-i18n/distinfo	Wed Feb  5 05:23:30 2014	(r342632)
@@ -1,178 +1,178 @@
-SHA256 (xpi/firefox-24.2.0/ach.xpi) = 993d7a40b67ea47832c82561e3c81d0563f8c0767a743f432b60a6a25255b708
-SIZE (xpi/firefox-24.2.0/ach.xpi) = 339946
-SHA256 (xpi/firefox-24.2.0/af.xpi) = b8cdceb7566de6ad07a2bc4bfde1bd77853c01ff256d6b4494de26e4570a0c9e
-SIZE (xpi/firefox-24.2.0/af.xpi) = 333184
-SHA256 (xpi/firefox-24.2.0/ak.xpi) = b7c8f3c53e5cb95f7a683aa0a1640b24bda5607d7466cacc26e5b9816ced538b
-SIZE (xpi/firefox-24.2.0/ak.xpi) = 340941
-SHA256 (xpi/firefox-24.2.0/ar.xpi) = fc56fcd1ac6ce948a6746a5996f498b561d0e661be98af69c85abc2a69021fa7
-SIZE (xpi/firefox-24.2.0/ar.xpi) = 360850
-SHA256 (xpi/firefox-24.2.0/as.xpi) = c2bdb27834ae2a2d93594eaeabe50a897e10581daf1190ade9aa49fa0d58e5e6
-SIZE (xpi/firefox-24.2.0/as.xpi) = 378085
-SHA256 (xpi/firefox-24.2.0/ast.xpi) = 128637a36e74be25446bc2de03b14875099123b019b96e290f448b177b89b965
-SIZE (xpi/firefox-24.2.0/ast.xpi) = 292876
-SHA256 (xpi/firefox-24.2.0/be.xpi) = c0496864e941a372b81aa8912400ef8dcf5cc8cc29b28d49820fbd8c7914e399
-SIZE (xpi/firefox-24.2.0/be.xpi) = 316954
-SHA256 (xpi/firefox-24.2.0/bg.xpi) = 2d2b4103e9e5e3e2ab2d0fb1ecb7209fe7e7c96f9fd056fbea097b852c86ea14
-SIZE (xpi/firefox-24.2.0/bg.xpi) = 373136
-SHA256 (xpi/firefox-24.2.0/bn-BD.xpi) = faf7175da7ba3abcae2265d94b647f36dd363eeba570977a421db6e5fa22afe6
-SIZE (xpi/firefox-24.2.0/bn-BD.xpi) = 394939
-SHA256 (xpi/firefox-24.2.0/bn-IN.xpi) = de7c177784630d227b6ab8faa484b67ecf8844dc1c5d50b34058ac48f73e226d
-SIZE (xpi/firefox-24.2.0/bn-IN.xpi) = 427780
-SHA256 (xpi/firefox-24.2.0/br.xpi) = c37d85b62214b1bb2b3c936124293fa2946949f822514a95de0c831e8b2b5171
-SIZE (xpi/firefox-24.2.0/br.xpi) = 330509
-SHA256 (xpi/firefox-24.2.0/bs.xpi) = ecbaa3394d195f8c9c8602a82e5631c8e137322179e50f93111a4f31d4600bf5
-SIZE (xpi/firefox-24.2.0/bs.xpi) = 341620
-SHA256 (xpi/firefox-24.2.0/ca.xpi) = 64e25d7b909dac153a8effb8249f814a5dc3b35acc261c7e84e3b65359cf3f3d
-SIZE (xpi/firefox-24.2.0/ca.xpi) = 341257
-SHA256 (xpi/firefox-24.2.0/cs.xpi) = ed208dd363a3a454bc4068b1d1a2c30711e92bd49530bdf8dda25d2dc88eeb19
-SIZE (xpi/firefox-24.2.0/cs.xpi) = 335946
-SHA256 (xpi/firefox-24.2.0/csb.xpi) = 8e87551461ffcc80ed70c6312a2f2f611a4c18ab704914fa516c0a486d464b3c
-SIZE (xpi/firefox-24.2.0/csb.xpi) = 329796
-SHA256 (xpi/firefox-24.2.0/cy.xpi) = 95ca33e7cf31ab8af1147eb97542243514ee0d26a0e0bae982bf5b66807f45da
-SIZE (xpi/firefox-24.2.0/cy.xpi) = 330643
-SHA256 (xpi/firefox-24.2.0/da.xpi) = 4c2c17e9103b4253f5425e58f534fc31c8b8d569de342ef77667c09b28ac44a3
-SIZE (xpi/firefox-24.2.0/da.xpi) = 326881
-SHA256 (xpi/firefox-24.2.0/de.xpi) = d6ca6d9099c1bd8716ffc35e0c362c48c407b8bc549cc09f501b21a1dccde742
-SIZE (xpi/firefox-24.2.0/de.xpi) = 323258
-SHA256 (xpi/firefox-24.2.0/el.xpi) = 49deb935a99ec1969e056bb87ec5538c5e72f5ad94b51d6cbffff08ec64e286c
-SIZE (xpi/firefox-24.2.0/el.xpi) = 365320
-SHA256 (xpi/firefox-24.2.0/en-GB.xpi) = 6312422c01771ddfcec16acde6290f91c0fd148ef3101dcaa29f619844c6d786
-SIZE (xpi/firefox-24.2.0/en-GB.xpi) = 318297
-SHA256 (xpi/firefox-24.2.0/en-US.xpi) = e3638229c4f9acd5560e57c0db9cce8ddaefaa18a3efaa66cecc5957668424f7
-SIZE (xpi/firefox-24.2.0/en-US.xpi) = 320993
-SHA256 (xpi/firefox-24.2.0/en-ZA.xpi) = 93ef57fd4da9c0542ac7c7bbd38c33ab95063b619f6fe2f83fe795a5aeebf46a
-SIZE (xpi/firefox-24.2.0/en-ZA.xpi) = 319321
-SHA256 (xpi/firefox-24.2.0/eo.xpi) = 6a962d009cc9f029ced3d1cc3662c3f1d4996470d452a54dcdfa45f4bf8215e8
-SIZE (xpi/firefox-24.2.0/eo.xpi) = 334940
-SHA256 (xpi/firefox-24.2.0/es-AR.xpi) = 0ff5c5c2fdc80f5e87754de4586ec4188a4b3ac5e870762c12c2670b67a0bb7b
-SIZE (xpi/firefox-24.2.0/es-AR.xpi) = 334010
-SHA256 (xpi/firefox-24.2.0/es-CL.xpi) = faed301984fb4169faca728ff97ee59361098c76ead27b2c1071321a2c014909
-SIZE (xpi/firefox-24.2.0/es-CL.xpi) = 287026
-SHA256 (xpi/firefox-24.2.0/es-ES.xpi) = 4c6bd2d43f22b08d21921ec0c1a72b3ff37a7d344830700718164f282c4d6cc9
-SIZE (xpi/firefox-24.2.0/es-ES.xpi) = 277859
-SHA256 (xpi/firefox-24.2.0/es-MX.xpi) = 6c0becf4a264c18a1f41c20e1cba8264e7be938ab837a76bfef2395110c7f079
-SIZE (xpi/firefox-24.2.0/es-MX.xpi) = 302625
-SHA256 (xpi/firefox-24.2.0/et.xpi) = 7b60df1dfd6c2400405c1ba0cf612c5ea146442b18f05141e10a44a6a043ed1b
-SIZE (xpi/firefox-24.2.0/et.xpi) = 327697
-SHA256 (xpi/firefox-24.2.0/eu.xpi) = cbbc0b6694374c2ce2464163cecfd792cb3133665cffe6b84d4aa32ce85f09fb
-SIZE (xpi/firefox-24.2.0/eu.xpi) = 332422
-SHA256 (xpi/firefox-24.2.0/fa.xpi) = c0789c4c97b5b4d33548e27975baa865dcf18e070ccd76a921f01153dda9af9c
-SIZE (xpi/firefox-24.2.0/fa.xpi) = 375633
-SHA256 (xpi/firefox-24.2.0/ff.xpi) = 0149a7ad27188ff3c2b908c828105ad6c90b6cb9780b05886e7309a912300c4d
-SIZE (xpi/firefox-24.2.0/ff.xpi) = 332815
-SHA256 (xpi/firefox-24.2.0/fi.xpi) = 561c715b47493e204c69b742f8b8f4b9c496aa57e5d20a5c379c6615eecaced9
-SIZE (xpi/firefox-24.2.0/fi.xpi) = 328891
-SHA256 (xpi/firefox-24.2.0/fr.xpi) = 32613c0ebc0f5f49034dfead07fc2a15fe6fbbc75f8255f7ec400a964d5fbd24
-SIZE (xpi/firefox-24.2.0/fr.xpi) = 339178
-SHA256 (xpi/firefox-24.2.0/fy-NL.xpi) = d09f1744ab622babb76f57e8533bb3d40d8366185c8a5b5cc8af96eda414fb00
-SIZE (xpi/firefox-24.2.0/fy-NL.xpi) = 336589
-SHA256 (xpi/firefox-24.2.0/ga-IE.xpi) = e7b45b69c0fd73bd0b548478ae6a8d3727ffc9f535ce88aa2dfb671f720565f8
-SIZE (xpi/firefox-24.2.0/ga-IE.xpi) = 345294
-SHA256 (xpi/firefox-24.2.0/gd.xpi) = e1997d4c7a174f9538d1a66bd66b563383a317fafe7c3841bb35e604ee284bbc
-SIZE (xpi/firefox-24.2.0/gd.xpi) = 344811
-SHA256 (xpi/firefox-24.2.0/gl.xpi) = 796f58cef729f6c8f01e35a9036e11aadb78527547ea116ba6adfd553c151791
-SIZE (xpi/firefox-24.2.0/gl.xpi) = 336919
-SHA256 (xpi/firefox-24.2.0/gu-IN.xpi) = 4874dcb3b0d0cd860dd32b7bda4caea3c222442cd65d6efaaa58fc714dbcdead
-SIZE (xpi/firefox-24.2.0/gu-IN.xpi) = 359357
-SHA256 (xpi/firefox-24.2.0/he.xpi) = d3b31fc2c2813a5623af3ac7ee6ff45d18da8ac7af67286be71bc410d5eb93d0
-SIZE (xpi/firefox-24.2.0/he.xpi) = 354631
-SHA256 (xpi/firefox-24.2.0/hi-IN.xpi) = 4d3087846a8ca03630a4df722808903c04a1d5a931d850ff6b49a3211f17f49d
-SIZE (xpi/firefox-24.2.0/hi-IN.xpi) = 379120
-SHA256 (xpi/firefox-24.2.0/hr.xpi) = e185c0fb3058861086761dda2e2ed67de195ff89cbb911040d84219edcf90e5d
-SIZE (xpi/firefox-24.2.0/hr.xpi) = 336841
-SHA256 (xpi/firefox-24.2.0/hu.xpi) = ae3f76382b07caaa9a2c1a620f03250b6815b36619adba83d9dd5cf846845db6
-SIZE (xpi/firefox-24.2.0/hu.xpi) = 344103
-SHA256 (xpi/firefox-24.2.0/hy-AM.xpi) = 6f9747b15f2655cae3c4cd71b7ad165f799db41c705bb805e3b77b8dc83514f0
-SIZE (xpi/firefox-24.2.0/hy-AM.xpi) = 385180
-SHA256 (xpi/firefox-24.2.0/id.xpi) = 7068a9c45a6e3b01574b86229891c61fd2cd18ba4dd18408997d5eb31b67b220
-SIZE (xpi/firefox-24.2.0/id.xpi) = 319795
-SHA256 (xpi/firefox-24.2.0/is.xpi) = dda71badb72dabf74f3afb80ee3b3a5f77bb4ba8d66c6083cfc36b56f95b6b6c
-SIZE (xpi/firefox-24.2.0/is.xpi) = 331826
-SHA256 (xpi/firefox-24.2.0/it.xpi) = 7763a56f9860b7271c6b093225c637ff4401ea2d57794b4c6fd7565e1d0d9ba9
-SIZE (xpi/firefox-24.2.0/it.xpi) = 271925
-SHA256 (xpi/firefox-24.2.0/ja.xpi) = 89275064ee138087a9eafcb6b8692c5e7d07f80c02f4521b1f569a8eadae28be
-SIZE (xpi/firefox-24.2.0/ja.xpi) = 370903
-SHA256 (xpi/firefox-24.2.0/kk.xpi) = 913c2d075368603c310694f9871407879d30ed8bccfb45455bdaa64606a65a5d
-SIZE (xpi/firefox-24.2.0/kk.xpi) = 377502
-SHA256 (xpi/firefox-24.2.0/km.xpi) = 45bac066888578e76c1f8237d873c014be7391fa2af86a45a9a8d78ae5d645aa
-SIZE (xpi/firefox-24.2.0/km.xpi) = 400559
-SHA256 (xpi/firefox-24.2.0/kn.xpi) = a2c48ffc154c6f8439851c3b0280da3237438932969123d493e8fa0764dfd52b
-SIZE (xpi/firefox-24.2.0/kn.xpi) = 391033
-SHA256 (xpi/firefox-24.2.0/ko.xpi) = ec2defba68a1ad546dc9466ff5ae99560027c5541eccb4100cd0bb836c89946f
-SIZE (xpi/firefox-24.2.0/ko.xpi) = 346164
-SHA256 (xpi/firefox-24.2.0/ku.xpi) = 0ac6b2bbda6c48df540d96b3354c718ea6aac073b400c0524527f9ea3c1701f5
-SIZE (xpi/firefox-24.2.0/ku.xpi) = 355629
-SHA256 (xpi/firefox-24.2.0/lg.xpi) = 28bd85196bcac4f2148d90abb1eaa08c8730eeb5153eafc4ab675b03ee8abf8d
-SIZE (xpi/firefox-24.2.0/lg.xpi) = 351111
-SHA256 (xpi/firefox-24.2.0/lij.xpi) = a549353795b953154b8d1bff480240ddaf37c57a0330a69452503190de8353fa
-SIZE (xpi/firefox-24.2.0/lij.xpi) = 322699
-SHA256 (xpi/firefox-24.2.0/lt.xpi) = 8ff9b9f9773c4fd90cbda086c451ce455daf861b4a242853d11a7ccf91c1649e
-SIZE (xpi/firefox-24.2.0/lt.xpi) = 352045
-SHA256 (xpi/firefox-24.2.0/lv.xpi) = ca27aed80de08a39e0193b0e5f95fc4bac410c8d8ccef30e5ac3e8b3362c610c
-SIZE (xpi/firefox-24.2.0/lv.xpi) = 328664
-SHA256 (xpi/firefox-24.2.0/mai.xpi) = 8e72f590189f14f08cc872a6883ae2b67373451d14223f97c7f676d7fe7cfbf0
-SIZE (xpi/firefox-24.2.0/mai.xpi) = 379767
-SHA256 (xpi/firefox-24.2.0/mk.xpi) = d1f8e39108fdd8a8a55d0a3882f738ef071c01b78294c4c385a4da65b32b012d
-SIZE (xpi/firefox-24.2.0/mk.xpi) = 376316
-SHA256 (xpi/firefox-24.2.0/ml.xpi) = d8c1ee440106b978cf6a853b9c33a4d58f5231ba6983a2dd9c493c11ac06dbfd
-SIZE (xpi/firefox-24.2.0/ml.xpi) = 399677
-SHA256 (xpi/firefox-24.2.0/mr.xpi) = 6ae40a6be32d08730569ae1530e46ccd86744f3bcd599243f966d2ef452c2b48
-SIZE (xpi/firefox-24.2.0/mr.xpi) = 380231
-SHA256 (xpi/firefox-24.2.0/nb-NO.xpi) = 53a50dfec9c2676046a58af68a9bcc4a6b2d3654a4716b73620174e2094fe67f
-SIZE (xpi/firefox-24.2.0/nb-NO.xpi) = 330965
-SHA256 (xpi/firefox-24.2.0/nl.xpi) = 20118d542a15c7f6c521d81ed47f654810e939e7c8520d7f57e40182bd42505d
-SIZE (xpi/firefox-24.2.0/nl.xpi) = 331404
-SHA256 (xpi/firefox-24.2.0/nn-NO.xpi) = 0a79e6ba059bf75d4ba227e3157aa2c978619c1d7d5322cb2d4fcb26e472df87
-SIZE (xpi/firefox-24.2.0/nn-NO.xpi) = 333906
-SHA256 (xpi/firefox-24.2.0/nso.xpi) = a47b32e2d89a0647fd541763544f7f1bca056052024c9b09573d7c9580aee86d
-SIZE (xpi/firefox-24.2.0/nso.xpi) = 336297
-SHA256 (xpi/firefox-24.2.0/or.xpi) = 1d09b3e1c3162001af0792176a097847dd8f576371e5ff92fb8e85183ce5bc1e
-SIZE (xpi/firefox-24.2.0/or.xpi) = 364592
-SHA256 (xpi/firefox-24.2.0/pa-IN.xpi) = f3f0576e97b07c95e8782fb691e5f1a5e3c2f213fd2fb895929e1faf9fd68956
-SIZE (xpi/firefox-24.2.0/pa-IN.xpi) = 365653
-SHA256 (xpi/firefox-24.2.0/pl.xpi) = c4734dd8ab5a11fa620ba5b9c56532f3b17d92526d203c17066ae5e282e4e2be
-SIZE (xpi/firefox-24.2.0/pl.xpi) = 341995
-SHA256 (xpi/firefox-24.2.0/pt-BR.xpi) = ca1af9d6e31ebd47bbc6f213fcbba21b3f86f48c08d2551d92c5f092d33f7fcc
-SIZE (xpi/firefox-24.2.0/pt-BR.xpi) = 334605
-SHA256 (xpi/firefox-24.2.0/pt-PT.xpi) = 246e551f36b101202d0417480bc06ccf4d51cd4841abd57e5a95b0568faa6bf9
-SIZE (xpi/firefox-24.2.0/pt-PT.xpi) = 332739
-SHA256 (xpi/firefox-24.2.0/rm.xpi) = 39c8b1af7aa3cc4d16be4fe7a9246b867d6ad59647f8539130c55ae3708ded12
-SIZE (xpi/firefox-24.2.0/rm.xpi) = 339698
-SHA256 (xpi/firefox-24.2.0/ro.xpi) = e1eb563f0aaf766806b87e62fdf6cad1f7e3bd4f5ffdae91440188bea663219a
-SIZE (xpi/firefox-24.2.0/ro.xpi) = 362236
-SHA256 (xpi/firefox-24.2.0/ru.xpi) = 049d527cc6993fa0b48ae6b9151fd18a173aa8da8c5e3c4bf722b274ffe818c8
-SIZE (xpi/firefox-24.2.0/ru.xpi) = 322761
-SHA256 (xpi/firefox-24.2.0/si.xpi) = 70991fb2cfe2ff155f79aa2919eaa1c7c40e1326b13bd7fb2ca925abaf06b409
-SIZE (xpi/firefox-24.2.0/si.xpi) = 372982
-SHA256 (xpi/firefox-24.2.0/sk.xpi) = 528d44063acff360de1bf6ea5eb0d4c4b36cb65506e874295bab2876a8ec14fd
-SIZE (xpi/firefox-24.2.0/sk.xpi) = 347878
-SHA256 (xpi/firefox-24.2.0/sl.xpi) = 20a8399b2a3ad6e94325ee6e29bbdd652e500cdbcffff2d32e30f9c33f157976
-SIZE (xpi/firefox-24.2.0/sl.xpi) = 331572
-SHA256 (xpi/firefox-24.2.0/son.xpi) = 7c5d6aba47a39fa352af517e0ff1060c60776fa49da7d27ee53cfe2d8d51deba
-SIZE (xpi/firefox-24.2.0/son.xpi) = 328899
-SHA256 (xpi/firefox-24.2.0/sq.xpi) = 84738b5cfd459934eaa5d00a3c28c01ca2c3a072111acb18b3a0b44a45c8428a
-SIZE (xpi/firefox-24.2.0/sq.xpi) = 340676
-SHA256 (xpi/firefox-24.2.0/sr.xpi) = 5010140675f80426de39548cda7cbec56d7a0689e5627c5e432fb8b0de5aca32
-SIZE (xpi/firefox-24.2.0/sr.xpi) = 385108
-SHA256 (xpi/firefox-24.2.0/sv-SE.xpi) = 9ebb98320b684ca19ba3669db4ea93a54b3870e9c865dd0df34871d6c3123cd1
-SIZE (xpi/firefox-24.2.0/sv-SE.xpi) = 333506
-SHA256 (xpi/firefox-24.2.0/ta-LK.xpi) = 32b33e4e008fdfa4a8cdd0a41fd44962d7ca9496708c81d64859934ca90228ec
-SIZE (xpi/firefox-24.2.0/ta-LK.xpi) = 384155
-SHA256 (xpi/firefox-24.2.0/ta.xpi) = d481672b5dbdd12926b79b0a8fb70308c78de8ee72ae6ea88b0b2dd65cdbe002
-SIZE (xpi/firefox-24.2.0/ta.xpi) = 381423
-SHA256 (xpi/firefox-24.2.0/te.xpi) = c17637dcb0e44daf1813bf4fdc3fc087c75262fbb8cf1ec3fc862e1660a53d7a
-SIZE (xpi/firefox-24.2.0/te.xpi) = 394563
-SHA256 (xpi/firefox-24.2.0/th.xpi) = 6699a7241b1337036a92faebc454542b53afeffb450faa2f6e5bef972c46c04d
-SIZE (xpi/firefox-24.2.0/th.xpi) = 379822
-SHA256 (xpi/firefox-24.2.0/tr.xpi) = 96b8dc501881659b6e97344147aff4989800d0f3744119ba340d991a368c71e9
-SIZE (xpi/firefox-24.2.0/tr.xpi) = 340387
-SHA256 (xpi/firefox-24.2.0/uk.xpi) = 9fbaa5fc680c92161dafb537bf5d245214ad6d38a8feb6f05c5daf156f7e98d4
-SIZE (xpi/firefox-24.2.0/uk.xpi) = 365699
-SHA256 (xpi/firefox-24.2.0/vi.xpi) = da71996d89854a9f389bc8a38366b8de5e0fb8eaf914916f735265a37280e784
-SIZE (xpi/firefox-24.2.0/vi.xpi) = 358430
-SHA256 (xpi/firefox-24.2.0/zh-CN.xpi) = f96ffb1fc036230358c6bfd4376f464f3fdbff42cace5a744edd5a59d8f29a9d
-SIZE (xpi/firefox-24.2.0/zh-CN.xpi) = 358183
-SHA256 (xpi/firefox-24.2.0/zh-TW.xpi) = 45c71ef19183c0fa1cf770275a73914e81ade48f6093927a7b67d8ad1f1a8c46
-SIZE (xpi/firefox-24.2.0/zh-TW.xpi) = 351832
-SHA256 (xpi/firefox-24.2.0/zu.xpi) = 81c3fee501d647cdf7657f8d73e8b53492d83560a2290d5e807a05e2a9354c82
-SIZE (xpi/firefox-24.2.0/zu.xpi) = 340394
+SHA256 (xpi/firefox-24.3.0/ach.xpi) = 64db970baf85866646db1a35d3f3d85c0eaceecf65b5cddaff162c385a813afc
+SIZE (xpi/firefox-24.3.0/ach.xpi) = 339946
+SHA256 (xpi/firefox-24.3.0/af.xpi) = 5310ce2c92cb13ac6ed8707a439b08fddc6754764396c9102bf91a8fc0891224
+SIZE (xpi/firefox-24.3.0/af.xpi) = 333184
+SHA256 (xpi/firefox-24.3.0/ak.xpi) = 1f7c3fd82de81cb93a02e95bee0ed7b221949ebdc22c6a115cc7e462c49a7d33
+SIZE (xpi/firefox-24.3.0/ak.xpi) = 340940
+SHA256 (xpi/firefox-24.3.0/ar.xpi) = 37c209381586dd990af122aa0bce4078e4b3bfb890dc70cc11e58ca406cdc00b
+SIZE (xpi/firefox-24.3.0/ar.xpi) = 360849
+SHA256 (xpi/firefox-24.3.0/as.xpi) = d9d7a7293c244e26fde86782a1e904c192eee5f2948aa48cbd7945195a6b7ee4
+SIZE (xpi/firefox-24.3.0/as.xpi) = 378085
+SHA256 (xpi/firefox-24.3.0/ast.xpi) = 18151b4031cd3e4258599a28130a8cd4bc5fd53b5ce28796a3f67574e6723cde
+SIZE (xpi/firefox-24.3.0/ast.xpi) = 292876
+SHA256 (xpi/firefox-24.3.0/be.xpi) = ed0ec004846d7bcc0a25723af5e622e93555234f50bef68e89b4872078076332
+SIZE (xpi/firefox-24.3.0/be.xpi) = 316955
+SHA256 (xpi/firefox-24.3.0/bg.xpi) = 03adc8500253efebef556b1211c95a280ed8de44f122e720dde4b7422bc9bfaf
+SIZE (xpi/firefox-24.3.0/bg.xpi) = 373136
+SHA256 (xpi/firefox-24.3.0/bn-BD.xpi) = 9ca3f119365a58b13c5df152c39f7efac8cd6bdbb0d1e9994a97821bb38dbc34
+SIZE (xpi/firefox-24.3.0/bn-BD.xpi) = 394939
+SHA256 (xpi/firefox-24.3.0/bn-IN.xpi) = c81b13f48c484fffd7b903220c4d3cad10a6a5e64b54c496185026805523b302
+SIZE (xpi/firefox-24.3.0/bn-IN.xpi) = 427780
+SHA256 (xpi/firefox-24.3.0/br.xpi) = 009e89ef2cadf0c8ba7159fe8b38762577cef02376f3218023bd5363074b073b
+SIZE (xpi/firefox-24.3.0/br.xpi) = 330509
+SHA256 (xpi/firefox-24.3.0/bs.xpi) = 1fc58ef8fb50fc1696528f300b6bdaf60e4e953eb26bb89f85724577cdb29a9d
+SIZE (xpi/firefox-24.3.0/bs.xpi) = 341620
+SHA256 (xpi/firefox-24.3.0/ca.xpi) = e10a2e2ca7472ddde2b9bffc3148a903ce0fd32e52c905ac3b6063cdb5106490
+SIZE (xpi/firefox-24.3.0/ca.xpi) = 341257
+SHA256 (xpi/firefox-24.3.0/cs.xpi) = ec730bdd950255a9e3f87ef26fb61e7f19a9538fc71a2248ce0a0c99f1a50ea5
+SIZE (xpi/firefox-24.3.0/cs.xpi) = 335946
+SHA256 (xpi/firefox-24.3.0/csb.xpi) = c6644a81cb7f7a25dc09fd5a3e034b581a5777885ed9b2a985e7c51b8e1b9441
+SIZE (xpi/firefox-24.3.0/csb.xpi) = 329796
+SHA256 (xpi/firefox-24.3.0/cy.xpi) = bdcbdb768b90ac53ab710c7b364d0f67ed7f16dfdf853cedcaf8b18b23f97144
+SIZE (xpi/firefox-24.3.0/cy.xpi) = 330643
+SHA256 (xpi/firefox-24.3.0/da.xpi) = ccb76d66985244b8fc54e767d2d879bca1dac45135999ebe898458e19f7bc438
+SIZE (xpi/firefox-24.3.0/da.xpi) = 326881
+SHA256 (xpi/firefox-24.3.0/de.xpi) = a7cc6bbcb6b0c5133153c465b496cf25101dd57cec1276bcab9ce172e1766497
+SIZE (xpi/firefox-24.3.0/de.xpi) = 323258
+SHA256 (xpi/firefox-24.3.0/el.xpi) = c0c45300b7c72f8747d534cf9c8936d59829d30f6908de75b4834799f9ad27d9
+SIZE (xpi/firefox-24.3.0/el.xpi) = 365320
+SHA256 (xpi/firefox-24.3.0/en-GB.xpi) = e4b01fde8cf4e81b3e72c08f60ba0d2ecab6545f3eb067c39fc5a00759701948
+SIZE (xpi/firefox-24.3.0/en-GB.xpi) = 318297
+SHA256 (xpi/firefox-24.3.0/en-US.xpi) = be2c886712d2238140b3c1ddc70850a4879ed370d0eba8c424a19cb7169ac6ac
+SIZE (xpi/firefox-24.3.0/en-US.xpi) = 320993
+SHA256 (xpi/firefox-24.3.0/en-ZA.xpi) = bd68df76bf8f55bc591a0c2a44ffcb400a62a4d7325e0bd69d822d456048807b
+SIZE (xpi/firefox-24.3.0/en-ZA.xpi) = 319321
+SHA256 (xpi/firefox-24.3.0/eo.xpi) = 15da1d8a721cd80784b861c3eee5f0243c98477ef33fb3e08fccd3b392c75bc7
+SIZE (xpi/firefox-24.3.0/eo.xpi) = 334939
+SHA256 (xpi/firefox-24.3.0/es-AR.xpi) = a4bdb350385ac279a7bef73b0d4aa70eabd21f57e669fd59780faa2a3995b7a9
+SIZE (xpi/firefox-24.3.0/es-AR.xpi) = 334010
+SHA256 (xpi/firefox-24.3.0/es-CL.xpi) = 9977f0f505c3bb5b97f13172f5e67598396c7f3eed15d662034c6b0cbbb5e027
+SIZE (xpi/firefox-24.3.0/es-CL.xpi) = 287026
+SHA256 (xpi/firefox-24.3.0/es-ES.xpi) = b53f8f724ba9588ecd273ff1b49476eeea0eff1747fde8cdefa2147951284b7c
+SIZE (xpi/firefox-24.3.0/es-ES.xpi) = 277859
+SHA256 (xpi/firefox-24.3.0/es-MX.xpi) = 2ee049e7cc5eb0893909c568269321f0f633bae8fadf81d496a029fee62337f3
+SIZE (xpi/firefox-24.3.0/es-MX.xpi) = 302624
+SHA256 (xpi/firefox-24.3.0/et.xpi) = 582efe5cbd9e3baf6eb7b2ae0d36bcdbe06ea076ae037f3d753218cfbe7a5fab
+SIZE (xpi/firefox-24.3.0/et.xpi) = 327697
+SHA256 (xpi/firefox-24.3.0/eu.xpi) = eed1c1b6ac88fe0f3a9e972bc5dfd0b27a3843f76bc307db0616edaad5601493
+SIZE (xpi/firefox-24.3.0/eu.xpi) = 332422
+SHA256 (xpi/firefox-24.3.0/fa.xpi) = c3b5d64a285febabd7f652c3e3be8876c1786d72307a81474f1ae9d39aeb8f53
+SIZE (xpi/firefox-24.3.0/fa.xpi) = 375633
+SHA256 (xpi/firefox-24.3.0/ff.xpi) = 53ee38d8b810bdeaa6fd34495ca5fc411b265145dab8416cd8b707d546761bf4
+SIZE (xpi/firefox-24.3.0/ff.xpi) = 332815
+SHA256 (xpi/firefox-24.3.0/fi.xpi) = b1a0a85b635e889e94d7a67bb5141264c68949f80b18413a84c58979fe6f5828
+SIZE (xpi/firefox-24.3.0/fi.xpi) = 328891
+SHA256 (xpi/firefox-24.3.0/fr.xpi) = e88b5111b955a21e87dbd36d239737267b5fc266c67bd9f07dd79a24e22a9ec1
+SIZE (xpi/firefox-24.3.0/fr.xpi) = 339178
+SHA256 (xpi/firefox-24.3.0/fy-NL.xpi) = 89c3eb9e5836382f993f79f68de82a4b5d69bdbc2f5a25e8712739bf21d49745
+SIZE (xpi/firefox-24.3.0/fy-NL.xpi) = 336589
+SHA256 (xpi/firefox-24.3.0/ga-IE.xpi) = 7cb572bcb3038bb8f76a12e8cc4d0fde472f5fd3d9727febe70c8b137f4731c4
+SIZE (xpi/firefox-24.3.0/ga-IE.xpi) = 345294
+SHA256 (xpi/firefox-24.3.0/gd.xpi) = f2a6906bfad69b5b9c5fd6131b51e277b4a23ce42bdf01de998f289aca0f2002
+SIZE (xpi/firefox-24.3.0/gd.xpi) = 344811
+SHA256 (xpi/firefox-24.3.0/gl.xpi) = 3798be53b39c26af1a1aa5aa3ed4fd74064672292acb96ca1942983392baaec4
+SIZE (xpi/firefox-24.3.0/gl.xpi) = 336919
+SHA256 (xpi/firefox-24.3.0/gu-IN.xpi) = eb5c7e71a5c7c3e721b0265e3efc7be82ddc90d8331894b2283e4e46baa52abb
+SIZE (xpi/firefox-24.3.0/gu-IN.xpi) = 359359
+SHA256 (xpi/firefox-24.3.0/he.xpi) = 65b99f67980b849c5902c815b51c409af1f264d027a7f6734721744a20401642
+SIZE (xpi/firefox-24.3.0/he.xpi) = 354630
+SHA256 (xpi/firefox-24.3.0/hi-IN.xpi) = 73f26db3abaf843d7e33cfa1ca1a4f844d724d4b537ccf89e499be36feb56c64
+SIZE (xpi/firefox-24.3.0/hi-IN.xpi) = 379120
+SHA256 (xpi/firefox-24.3.0/hr.xpi) = abff490082357310a616a40fe9fed8265f73389b8f51f8641b186e1ffac28ddd
+SIZE (xpi/firefox-24.3.0/hr.xpi) = 336840
+SHA256 (xpi/firefox-24.3.0/hu.xpi) = e28505669fa0d90742b64baaafed57d479e2c2ff301e28ec4afafc405d1dbe97
+SIZE (xpi/firefox-24.3.0/hu.xpi) = 344103
+SHA256 (xpi/firefox-24.3.0/hy-AM.xpi) = 8ec470d3e4b43fe13643818a066ceee8329b28bfb8c1256c4cf7cc47b117267f
+SIZE (xpi/firefox-24.3.0/hy-AM.xpi) = 385180
+SHA256 (xpi/firefox-24.3.0/id.xpi) = 5653546db2e5e2af5314b4dff59ad6ec04a25572e5b025b03a783da1fe9b0a64
+SIZE (xpi/firefox-24.3.0/id.xpi) = 319795
+SHA256 (xpi/firefox-24.3.0/is.xpi) = 1e6e216855372e6add82bd7c3c86c77139a4deedd7a6e15039374a329e96904a
+SIZE (xpi/firefox-24.3.0/is.xpi) = 331826
+SHA256 (xpi/firefox-24.3.0/it.xpi) = a970a4113eb0d76f7040eb4a4fbe1a912a7214a693c5e669d330766f964cfe19
+SIZE (xpi/firefox-24.3.0/it.xpi) = 271925
+SHA256 (xpi/firefox-24.3.0/ja.xpi) = d34674787df5536da3eeee7b1216b8418f348d54ea137075af32e73c128e4c37
+SIZE (xpi/firefox-24.3.0/ja.xpi) = 370903
+SHA256 (xpi/firefox-24.3.0/kk.xpi) = 2e50ba73b8f31ab0a42e0e82a1ccfe136577c3c0d18b140e2c207ba322a0a25c
+SIZE (xpi/firefox-24.3.0/kk.xpi) = 377502
+SHA256 (xpi/firefox-24.3.0/km.xpi) = 9a556c837c626ab09fd4a764a3fcce7f8d22ef46075b8645153e611c8d526327
+SIZE (xpi/firefox-24.3.0/km.xpi) = 400559
+SHA256 (xpi/firefox-24.3.0/kn.xpi) = 66e60088b6b57bbe048d30c82d34e723220bd4aa59514d8548604c333f9b9f1f
+SIZE (xpi/firefox-24.3.0/kn.xpi) = 391033
+SHA256 (xpi/firefox-24.3.0/ko.xpi) = 3a985523d9ab50087ef3ccc9897b9ff32f04ca1a8e94735cb9c5f69c20fbc5ec
+SIZE (xpi/firefox-24.3.0/ko.xpi) = 346164
+SHA256 (xpi/firefox-24.3.0/ku.xpi) = 748d3f91a1df0d70541acbcb5563d767179d6c12e8fe357df6e9c871f7336a4e
+SIZE (xpi/firefox-24.3.0/ku.xpi) = 355630
+SHA256 (xpi/firefox-24.3.0/lg.xpi) = 626647ad35191bb67bb79ae6493a57980ac0aca09f1fa022ec763150d699a4b0
+SIZE (xpi/firefox-24.3.0/lg.xpi) = 351111
+SHA256 (xpi/firefox-24.3.0/lij.xpi) = b2134c2dba17807e813e917d3ba53251dded71054c703838a5729cb423ec46ef
+SIZE (xpi/firefox-24.3.0/lij.xpi) = 322700
+SHA256 (xpi/firefox-24.3.0/lt.xpi) = 5ee892d76d8089aeecf090af4e5750af7a34e5d982025e9140a1cf59255eb434
+SIZE (xpi/firefox-24.3.0/lt.xpi) = 352045
+SHA256 (xpi/firefox-24.3.0/lv.xpi) = 0e3593566ea3115b5bda3ec6703905727b2ee2376e6c84318a7e60081e85a95f
+SIZE (xpi/firefox-24.3.0/lv.xpi) = 328664
+SHA256 (xpi/firefox-24.3.0/mai.xpi) = 1fe31a7ebb6e565c14ea846ed5ac460add111011a7ed0a0f14bead107a6354c0
+SIZE (xpi/firefox-24.3.0/mai.xpi) = 379767
+SHA256 (xpi/firefox-24.3.0/mk.xpi) = 09e7c0cf2cb33d4a8ca00c7aa5ce0accd78ad85a28ca95100b7aa117524a16b2
+SIZE (xpi/firefox-24.3.0/mk.xpi) = 376316
+SHA256 (xpi/firefox-24.3.0/ml.xpi) = f110a91f63a1114bf18b070a8c60f04e5bcfbdd4de2d7903747b696c863f3e69
+SIZE (xpi/firefox-24.3.0/ml.xpi) = 399677
+SHA256 (xpi/firefox-24.3.0/mr.xpi) = 36fa29872a13ad74f26a675d12d6566feb1d0fa53f384042b8c3cff6e67dc261
+SIZE (xpi/firefox-24.3.0/mr.xpi) = 380231
+SHA256 (xpi/firefox-24.3.0/nb-NO.xpi) = 6858d949388445c42ecb6af705a419e4a43a118dcfbfec62531fbe1f574883c2
+SIZE (xpi/firefox-24.3.0/nb-NO.xpi) = 330966
+SHA256 (xpi/firefox-24.3.0/nl.xpi) = f6a32e34920edd06e7382e190b69c44cb22fcdad08e53c76e0298563a4b7d8d4
+SIZE (xpi/firefox-24.3.0/nl.xpi) = 331404
+SHA256 (xpi/firefox-24.3.0/nn-NO.xpi) = 954621914f1ecb621f5c0a556f22b81f52afb473e9663f9af84d92daa783c1a4
+SIZE (xpi/firefox-24.3.0/nn-NO.xpi) = 333906
+SHA256 (xpi/firefox-24.3.0/nso.xpi) = c3b0d3faa14cfb72954a81421b8093c5994b0f0d9265db07f1b0978c4e5bed77
+SIZE (xpi/firefox-24.3.0/nso.xpi) = 336297
+SHA256 (xpi/firefox-24.3.0/or.xpi) = efd3ab4fd7e8b54a70e79e520b4e8583a87c4da5c41fd05a25d4544fa7c2f7f0
+SIZE (xpi/firefox-24.3.0/or.xpi) = 364592
+SHA256 (xpi/firefox-24.3.0/pa-IN.xpi) = 06ef38a33c8881c57b12caf6d629a8752120115fd46181366ae274fb828f1a4f
+SIZE (xpi/firefox-24.3.0/pa-IN.xpi) = 365653
+SHA256 (xpi/firefox-24.3.0/pl.xpi) = 638943d186944e9ccdbaa7b59ec9c3421a75c7417957ab0ce6e1fac5088f5591
+SIZE (xpi/firefox-24.3.0/pl.xpi) = 341995
+SHA256 (xpi/firefox-24.3.0/pt-BR.xpi) = aa967ebf638b809bf575767ec6876b165127dd175093b845a9d07493aa77e7b9
+SIZE (xpi/firefox-24.3.0/pt-BR.xpi) = 334605
+SHA256 (xpi/firefox-24.3.0/pt-PT.xpi) = 4b55ef991c5c315409090032345a15298410cb7416128d4316640c9925ecce3c
+SIZE (xpi/firefox-24.3.0/pt-PT.xpi) = 332739
+SHA256 (xpi/firefox-24.3.0/rm.xpi) = 6f221df14399917870ab175f8fd7af6aa3e930a445bc01a60ad25b3027fd7f7c
+SIZE (xpi/firefox-24.3.0/rm.xpi) = 339697
+SHA256 (xpi/firefox-24.3.0/ro.xpi) = 7f0a0e23f1d2313099ca864b0c7aef52e40a227f594e1b2e408978f435b5cc21
+SIZE (xpi/firefox-24.3.0/ro.xpi) = 362236
+SHA256 (xpi/firefox-24.3.0/ru.xpi) = 60f08a240874c74a6fd31617e9ef566e4d107ea3131a602d2f8595900fac530c
+SIZE (xpi/firefox-24.3.0/ru.xpi) = 322761
+SHA256 (xpi/firefox-24.3.0/si.xpi) = 65cb4c4e3cb5cb4620fde963b061eac30f43dd56e0b8dd38b0afcdc66180df66
+SIZE (xpi/firefox-24.3.0/si.xpi) = 372982
+SHA256 (xpi/firefox-24.3.0/sk.xpi) = 4566d741ce0a12523946037140dff0e40ef4bf270c2beb2437b7c6b4a0dd6f8a
+SIZE (xpi/firefox-24.3.0/sk.xpi) = 347878
+SHA256 (xpi/firefox-24.3.0/sl.xpi) = 7184931150ec4251ff3d9811d757f8f72672b33899077c4f072775016322400c
+SIZE (xpi/firefox-24.3.0/sl.xpi) = 331572
+SHA256 (xpi/firefox-24.3.0/son.xpi) = 34bac860ded37d691c9b04cb732ef5d5c321435ef1645835a5d1501ff3a108b0
+SIZE (xpi/firefox-24.3.0/son.xpi) = 328899
+SHA256 (xpi/firefox-24.3.0/sq.xpi) = 6a63ad5ff427c9b01d37137c6fd92ca1337b347348f1a820391cae04999ff6da
+SIZE (xpi/firefox-24.3.0/sq.xpi) = 340676
+SHA256 (xpi/firefox-24.3.0/sr.xpi) = 3292db27de10f269d44cd353a7bdb1a10ba6dec6132c23b7acec2e6a6a2f2198
+SIZE (xpi/firefox-24.3.0/sr.xpi) = 385108
+SHA256 (xpi/firefox-24.3.0/sv-SE.xpi) = 67b0b85ea121dc51e12ab842813412155fd644cb642919fc273d5fa879693b44
+SIZE (xpi/firefox-24.3.0/sv-SE.xpi) = 333506
+SHA256 (xpi/firefox-24.3.0/ta-LK.xpi) = b3dbb0dffd4caa293ac705d7d006e5ed8107b26d052dcd8d529456789c5d296c
+SIZE (xpi/firefox-24.3.0/ta-LK.xpi) = 384155
+SHA256 (xpi/firefox-24.3.0/ta.xpi) = 4db58f21bba82fa6f15234f6dfec5b970daf135dbd70b75c15191387c03b07ce
+SIZE (xpi/firefox-24.3.0/ta.xpi) = 381423
+SHA256 (xpi/firefox-24.3.0/te.xpi) = f8d9e3036f69e3551885d9c4184bb2668e11969e3d91b6fd3b30b43e0a672e80
+SIZE (xpi/firefox-24.3.0/te.xpi) = 394563
+SHA256 (xpi/firefox-24.3.0/th.xpi) = 3ea3c380854caf0784d68935163b15c71c337c8356b1fac08e4f6278848dc13b
+SIZE (xpi/firefox-24.3.0/th.xpi) = 379822
+SHA256 (xpi/firefox-24.3.0/tr.xpi) = fb03277db936ae43a159d211575e215d4109d47a425187ca5bea7d6882b8f78c
+SIZE (xpi/firefox-24.3.0/tr.xpi) = 340387
+SHA256 (xpi/firefox-24.3.0/uk.xpi) = d4f55ae8e0be558b4a6f475b465a2367aefe84be3cd984853cb506819c003aba
+SIZE (xpi/firefox-24.3.0/uk.xpi) = 365699
+SHA256 (xpi/firefox-24.3.0/vi.xpi) = 1822addccfb99d76666b64ccdccac8215835a5525174d5e4e5de074d7cfb529f
+SIZE (xpi/firefox-24.3.0/vi.xpi) = 358430
+SHA256 (xpi/firefox-24.3.0/zh-CN.xpi) = bb7ba2bb358263fd8db5a3e0ebc9fff8f3fc6a2c843c03bda5e7a91cfb212426
+SIZE (xpi/firefox-24.3.0/zh-CN.xpi) = 358182
+SHA256 (xpi/firefox-24.3.0/zh-TW.xpi) = 4927c0fc3336f3300e04f4f2ca06126b42e21964cbdd19f5596caa213fc791b1
+SIZE (xpi/firefox-24.3.0/zh-TW.xpi) = 351832
+SHA256 (xpi/firefox-24.3.0/zu.xpi) = e5a7b91fdf0fa6bebd50cd01420ca07a667dbb37507c5e7e069990bb0d338fbb
+SIZE (xpi/firefox-24.3.0/zu.xpi) = 340394

Modified: head/www/firefox-esr/Makefile
==============================================================================
--- head/www/firefox-esr/Makefile	Wed Feb  5 04:17:27 2014	(r342631)
+++ head/www/firefox-esr/Makefile	Wed Feb  5 05:23:30 2014	(r342632)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	firefox
-DISTVERSION=	24.2.0
+DISTVERSION=	24.3.0
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source
@@ -37,7 +37,8 @@ ALL_TARGET=	default
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
 USE_GL=		gl
-USE_DOS2UNIX=	media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
+USES=		dos2unix
+DOS2UNIX_FILES=	media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
 NO_MOZPKGINSTALL=yes
 
 FIREFOX_ICON=		${MOZILLA}.png
@@ -51,6 +52,10 @@ MOZ_OPTIONS=	--program-transform-name='s
 
 WRKSRC:=	${WRKDIR}/mozilla-esr24
 
+.if ${PORT_OPTIONS:MALSA}
+BUILD_DEPENDS+=	alsa-lib>=1.0.27.2_1:${PORTSDIR}/audio/alsa-lib
+.endif
+
 post-extract:
 	@${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' -e 's|@MOZILLA@|${MOZILLA}|' \
 		-e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|' \

Modified: head/www/firefox-esr/distinfo
==============================================================================
--- head/www/firefox-esr/distinfo	Wed Feb  5 04:17:27 2014	(r342631)
+++ head/www/firefox-esr/distinfo	Wed Feb  5 05:23:30 2014	(r342632)
@@ -1,2 +1,2 @@
-SHA256 (firefox-24.2.0esr.source.tar.bz2) = 5a8aa526a0250e9faf2175ef610d63b2c91a5d01de7f9633b8781905dd2b9dcf
-SIZE (firefox-24.2.0esr.source.tar.bz2) = 119820009
+SHA256 (firefox-24.3.0esr.source.tar.bz2) = 0d38dd50beffff640cfea67fcf8f44bb95c3c927ccfa225f2b937b9a4ba262b9
+SIZE (firefox-24.3.0esr.source.tar.bz2) = 119391302

Added: head/www/firefox-esr/files/patch-bug948946
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/firefox-esr/files/patch-bug948946	Wed Feb  5 05:23:30 2014	(r342632)
@@ -0,0 +1,12 @@
+diff --git browser/themes/moz.build browser/themes/moz.build
+index d82bda3..86d343d 100644
+--- browser/themes/moz.build
++++ browser/themes/moz.build
+@@ -9,6 +9,7 @@ toolkit = CONFIG['MOZ_WIDGET_TOOLKIT']
+ if toolkit == 'cocoa':
+     DIRS += ['osx']
+ elif toolkit in ('gtk2', 'gtk3', 'qt'):
++    DEFINES += ['-DXP_LINUX']
+     DIRS += ['linux']
+ else:
+     DIRS += ['windows']

Modified: head/www/firefox-i18n/Makefile
==============================================================================
--- head/www/firefox-i18n/Makefile	Wed Feb  5 04:17:27 2014	(r342631)
+++ head/www/firefox-i18n/Makefile	Wed Feb  5 05:23:30 2014	(r342632)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	firefox-i18n
-PORTVERSION=	26.0
+PORTVERSION=	27.0
 CATEGORIES=	www
 MASTER_SITES=	MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi
 PKGNAMEPREFIX=
@@ -14,7 +14,7 @@ COMMENT=	Localized interface for Firefox
 
 EXTRACT_DEPENDS=	zip:${PORTSDIR}/archivers/zip
 
-USE_FIREFOX=	26
+USE_FIREFOX=	27
 USE_XPI=	firefox linux-firefox
 
 NO_ARCH=	yes

Modified: head/www/firefox-i18n/Makefile.lang
==============================================================================
--- head/www/firefox-i18n/Makefile.lang	Wed Feb  5 04:17:27 2014	(r342631)
+++ head/www/firefox-i18n/Makefile.lang	Wed Feb  5 05:23:30 2014	(r342632)
@@ -1,12 +1,12 @@
 # Created by: Koji Yokota <yokota@res.otaru-uc.ac.jp>
 # $FreeBSD$
 
-FIREFOX_I18N_ALL_=	ach af ak ar as ast be bg bn-BD bn-IN br bs ca cs csb  \
-			cy da de el en-GB en-US en-ZA eo es-AR es-CL es-ES     \
-			es-MX et eu fa ff fi fr fy-NL ga-IE gd gl gu-IN he     \
-			hi-IN hr hu hy-AM id is it ja kk km kn ko ku lg lij lt \
-			lv mai mk ml mr nb-NO nl nn-NO nso or pa-IN pl pt-BR   \
-			pt-PT rm ro ru si sk sl son sq sr sv-SE ta-LK ta te th \
+FIREFOX_I18N_ALL_=	ach af ar as ast be bg bn-BD bn-IN br bs ca cs csb  \
+			cy da de el en-GB en-US en-ZA eo es-AR es-CL es-ES  \
+			es-MX et eu fa ff fi fr fy-NL ga-IE gd gl gu-IN he  \
+			hi-IN hr hu hy-AM id is it ja kk km kn ko ku lij lt \
+			lv mai mk ml mr nb-NO nl nn-NO or pa-IN pl pt-BR    \
+			pt-PT rm ro ru si sk sl son sq sr sv-SE ta te th    \
 			tr uk vi zh-CN zh-TW zu
 
 .if defined(FIREFOX_I18N_ALL) || defined(PACKAGE_BUILDING) || target(package)
@@ -18,9 +18,6 @@ FIREFOX_I18N+=  ach
 .if ${PORT_OPTIONS:MLANG_AF}
 FIREFOX_I18N+=  af
 .endif
-.if ${PORT_OPTIONS:MLANG_AK}
-FIREFOX_I18N+=  ak
-.endif
 .if ${PORT_OPTIONS:MLANG_AR}
 FIREFOX_I18N+=  ar
 .endif
@@ -168,9 +165,6 @@ FIREFOX_I18N+=  ko
 .if ${PORT_OPTIONS:MLANG_KU}
 FIREFOX_I18N+=  ku
 .endif
-.if ${PORT_OPTIONS:MLANG_LG}
-FIREFOX_I18N+=  lg
-.endif
 .if ${PORT_OPTIONS:MLANG_LIJ}
 FIREFOX_I18N+=  lij
 .endif
@@ -201,9 +195,6 @@ FIREFOX_I18N+=  nl
 .if ${PORT_OPTIONS:MLANG_NN}
 FIREFOX_I18N+=  nn-NO
 .endif
-.if ${PORT_OPTIONS:MLANG_NSO}
-FIREFOX_I18N+=  nso
-.endif
 .if ${PORT_OPTIONS:MLANG_OR}
 FIREFOX_I18N+=  or
 .endif
@@ -252,9 +243,6 @@ FIREFOX_I18N+=  sv-SE
 .if ${PORT_OPTIONS:MLANG_TA}
 FIREFOX_I18N+=  ta
 .endif
-.if ${PORT_OPTIONS:MLANG_LK}
-FIREFOX_I18N+=  ta-LK
-.endif
 .if ${PORT_OPTIONS:MLANG_TE}
 FIREFOX_I18N+=  te
 .endif

Modified: head/www/firefox-i18n/Makefile.option
==============================================================================
--- head/www/firefox-i18n/Makefile.option	Wed Feb  5 04:17:27 2014	(r342631)
+++ head/www/firefox-i18n/Makefile.option	Wed Feb  5 05:23:30 2014	(r342632)
@@ -3,7 +3,6 @@
 
 OPTIONS_DEFINE=	LANG_ACH \
 		LANG_AF \
-		LANG_AK \
 		LANG_SQ \
 		LANG_AR \
 		LANG_AS \
@@ -11,7 +10,6 @@ OPTIONS_DEFINE=	LANG_ACH \
 		LANG_AST \
 		LANG_EU \
 		LANG_BN \
-		LANG_BD \
 		LANG_BB \
 		LANG_BS \
 		LANG_BR \
@@ -52,14 +50,12 @@ OPTIONS_DEFINE=	LANG_ACH \

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



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