From owner-svn-ports-branches@FreeBSD.ORG  Tue May 12 05:48:41 2015
Return-Path: <owner-svn-ports-branches@FreeBSD.ORG>
Delivered-To: svn-ports-branches@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 96972B38;
 Tue, 12 May 2015 05:48:41 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 6B1DE18F1;
 Tue, 12 May 2015 05:48:41 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4C5mfKb039744;
 Tue, 12 May 2015 05:48:41 GMT (envelope-from rene@FreeBSD.org)
Received: (from rene@localhost)
 by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4C5mfA3039743;
 Tue, 12 May 2015 05:48:41 GMT (envelope-from rene@FreeBSD.org)
Message-Id: <201505120548.t4C5mfA3039743@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org
 using -f
From: Rene Ladan <rene@FreeBSD.org>
Date: Tue, 12 May 2015 05:48:41 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r386121 - branches/2015Q2/www/chromium/files
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 12 May 2015 05:48:41 -0000

Author: rene
Date: Tue May 12 05:48:40 2015
New Revision: 386121
URL: https://svnweb.freebsd.org/changeset/ports/386121

Log:
  MFH: r385240
  
  Really fix the build with GCC (for FreeBSD < 10)
  
  Submitted by:	pkg-fallout
  Tested by:	kwm (multiple iterations)
  Approved by:	portmgr (swills)

Modified:
  branches/2015Q2/www/chromium/files/extra-patch-gcc
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/www/chromium/files/extra-patch-gcc
==============================================================================
--- branches/2015Q2/www/chromium/files/extra-patch-gcc	Tue May 12 04:53:42 2015	(r386120)
+++ branches/2015Q2/www/chromium/files/extra-patch-gcc	Tue May 12 05:48:40 2015	(r386121)
@@ -86,3 +86,41 @@
  #include <string>
  #include <vector>
  
+--- v8/src/compiler/graph-visualizer.cc.orig	2015-04-28 22:29:10.000000000 +0200
++++ v8/src/compiler/graph-visualizer.cc	2015-05-02 21:01:32.086593000 +0200
+@@ -5,6 +5,7 @@
+ #include "src/compiler/graph-visualizer.h"
+ 
+ #include <sstream>
++#include <cstdio>
+ #include <string>
+ 
+ #include "src/code-stubs.h"
+@@ -25,7 +26,7 @@
+ namespace compiler {
+ 
+ 
+-FILE* OpenVisualizerLogFile(CompilationInfo* info, const char* phase,
++std::FILE* OpenVisualizerLogFile(CompilationInfo* info, const char* phase,
+                             const char* suffix, const char* mode) {
+   EmbeddedVector<char, 256> filename;
+   SmartArrayPointer<char> function_name;
+--- v8/src/compiler/graph-visualizer.h.orig	2015-04-28 22:29:10.000000000 +0200
++++ v8/src/compiler/graph-visualizer.h	2015-05-02 21:34:40.659733000 +0200
+@@ -5,6 +5,7 @@
+ #ifndef V8_COMPILER_GRAPH_VISUALIZER_H_
+ #define V8_COMPILER_GRAPH_VISUALIZER_H_
+ 
++#include <cstdio>
+ #include <iosfwd>
+ 
+ namespace v8 {
+@@ -20,7 +21,7 @@
+ class Schedule;
+ class SourcePositionTable;
+ 
+-FILE* OpenVisualizerLogFile(CompilationInfo* info, const char* phase,
++std::FILE* OpenVisualizerLogFile(CompilationInfo* info, const char* phase,
+                             const char* suffix, const char* mode);
+ 
+ struct AsDOT {

From owner-svn-ports-branches@FreeBSD.ORG  Tue May 12 06:46:13 2015
Return-Path: <owner-svn-ports-branches@FreeBSD.ORG>
Delivered-To: svn-ports-branches@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 1616930A;
 Tue, 12 May 2015 06:46:13 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id EBCB71EAF;
 Tue, 12 May 2015 06:46:12 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4C6kCWt068414;
 Tue, 12 May 2015 06:46:12 GMT (envelope-from rakuco@FreeBSD.org)
Received: (from rakuco@localhost)
 by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4C6kCJ3068407;
 Tue, 12 May 2015 06:46:12 GMT (envelope-from rakuco@FreeBSD.org)
Message-Id: <201505120646.t4C6kCJ3068407@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: rakuco set sender to
 rakuco@FreeBSD.org using -f
From: Raphael Kubo da Costa <rakuco@FreeBSD.org>
Date: Tue, 12 May 2015 06:46:12 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r386123 - branches/2015Q2/security/libssh
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 12 May 2015 06:46:13 -0000

Author: rakuco
Date: Tue May 12 06:46:11 2015
New Revision: 386123
URL: https://svnweb.freebsd.org/changeset/ports/386123

Log:
  MFH: r386027
  
  Update to 0.6.5 to fix CVE-2015-3146 (null pointer dereference).
  
  This release also fixed the bug in 0.6.4 that prevented the GCRYPT option
  from working.
  
  PR:		200106
  Approved by:	johans
  Security:	0b040e24-f751-11e4-b24d-5453ed2e2b49
  
  Approved by:	portmgr (erwin)

Modified:
  branches/2015Q2/security/libssh/Makefile
  branches/2015Q2/security/libssh/distinfo
  branches/2015Q2/security/libssh/pkg-plist
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/security/libssh/Makefile
==============================================================================
--- branches/2015Q2/security/libssh/Makefile	Tue May 12 06:27:59 2015	(r386122)
+++ branches/2015Q2/security/libssh/Makefile	Tue May 12 06:46:11 2015	(r386123)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	libssh
-DISTVERSION=	0.6.4
+DISTVERSION=	0.6.5
 CATEGORIES=	security devel
-MASTER_SITES=	https://red.libssh.org/attachments/download/107/
+MASTER_SITES=	https://red.libssh.org/attachments/download/121/
 
 MAINTAINER=	johans@FreeBSD.org
 COMMENT=	Library implementing the SSH1 and SSH2 protocol
@@ -13,13 +13,12 @@ LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 OPTIONS_DEFINE=	SSH1 STATIC
-# Version 0.6.4 does not build with GCRYPT
-#OPTIONS_RADIO=	CRYPTO
-#OPTIONS_RADIO_CRYPTO=	GCRYPT OPENSSL
-#OPTIONS_DEFAULT=	OPENSSL STATIC
+OPTIONS_RADIO=	CRYPTO
+OPTIONS_RADIO_CRYPTO=	GCRYPT OPENSSL
+OPTIONS_DEFAULT=	OPENSSL STATIC
 OPTIONS_SUB=	yes
 
-USES=		cmake:outsource cpe
+USES=		cmake:outsource cpe tar:xz
 USE_LDCONFIG=	yes
 
 CMAKE_ARGS=	-DWITH_EXAMPLES:BOOL=OFF \

Modified: branches/2015Q2/security/libssh/distinfo
==============================================================================
--- branches/2015Q2/security/libssh/distinfo	Tue May 12 06:27:59 2015	(r386122)
+++ branches/2015Q2/security/libssh/distinfo	Tue May 12 06:46:11 2015	(r386123)
@@ -1,2 +1,2 @@
-SHA256 (libssh-0.6.4.tar.gz) = 7e3205e2e95bf35b23b83a6485a7d59abe7c7546d01b728f691cf0c374216b52
-SIZE (libssh-0.6.4.tar.gz) = 381835
+SHA256 (libssh-0.6.5.tar.xz) = 0fd52763e033d5e9b1cd55f60a74e619731c5ba630938eec95682dbe4cf7dc2c
+SIZE (libssh-0.6.5.tar.xz) = 281564

Modified: branches/2015Q2/security/libssh/pkg-plist
==============================================================================
--- branches/2015Q2/security/libssh/pkg-plist	Tue May 12 06:27:59 2015	(r386122)
+++ branches/2015Q2/security/libssh/pkg-plist	Tue May 12 06:46:11 2015	(r386123)
@@ -1,6 +1,7 @@
 include/libssh/callbacks.h
 include/libssh/legacy.h
 include/libssh/libssh.h
+include/libssh/libsshpp.hpp
 include/libssh/server.h
 include/libssh/sftp.h
 %%SSH1%%include/libssh/ssh1.h
@@ -10,10 +11,10 @@ lib/cmake/libssh/libssh/libssh-config-ve
 %%STATIC%%lib/libssh.a
 lib/libssh.so
 lib/libssh.so.4
-lib/libssh.so.4.5.0
+lib/libssh.so.4.5.1
 %%STATIC%%lib/libssh_threads.a
 lib/libssh_threads.so
 lib/libssh_threads.so.4
-lib/libssh_threads.so.4.5.0
+lib/libssh_threads.so.4.5.1
 libdata/pkgconfig/libssh.pc
 libdata/pkgconfig/libssh_threads.pc

From owner-svn-ports-branches@FreeBSD.ORG  Tue May 12 14:32:29 2015
Return-Path: <owner-svn-ports-branches@FreeBSD.ORG>
Delivered-To: svn-ports-branches@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 45DC3A88;
 Tue, 12 May 2015 14:32:29 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 274A81562;
 Tue, 12 May 2015 14:32:29 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4CEWTXS099144;
 Tue, 12 May 2015 14:32:29 GMT (envelope-from feld@FreeBSD.org)
Received: (from feld@localhost)
 by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4CEWTuJ099143;
 Tue, 12 May 2015 14:32:29 GMT (envelope-from feld@FreeBSD.org)
Message-Id: <201505121432.t4CEWTuJ099143@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org
 using -f
From: Mark Felder <feld@FreeBSD.org>
Date: Tue, 12 May 2015 14:32:29 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r386152 - branches/2015Q2/audio/murmur
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 12 May 2015 14:32:29 -0000

Author: feld
Date: Tue May 12 14:32:28 2015
New Revision: 386152
URL: https://svnweb.freebsd.org/changeset/ports/386152

Log:
  MFH: r385437
  Approved by: portmgr
  
  Disable pch to fix building with gcc
  Add LICENSE
  Unmute some of the installation steps

Modified:
  branches/2015Q2/audio/murmur/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/audio/murmur/Makefile
==============================================================================
--- branches/2015Q2/audio/murmur/Makefile	Tue May 12 14:02:17 2015	(r386151)
+++ branches/2015Q2/audio/murmur/Makefile	Tue May 12 14:32:28 2015	(r386152)
@@ -11,12 +11,14 @@ DISTNAME=	mumble-${PORTVERSION}
 MAINTAINER=	feld@FreeBSD.org
 COMMENT=	Murmur is the server component of Mumble
 
+LICENSE=	BSD3CLAUSE
+
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/function.hpp:${PORTSDIR}/devel/boost-libs
 LIB_DEPENDS=	libprotobuf.so:${PORTSDIR}/devel/protobuf
 
 USERS=		murmur
 GROUPS=		murmur
-USES=		qmake
+USES=		compiler qmake
 USE_QT4=	moc_build corelib network xml sql sql-sqlite3_run
 
 CONFIG=		no-client
@@ -50,25 +52,31 @@ LIB_DEPENDS+=	libdns_sd.so:${PORTSDIR}/n
 CONFIG+=	no-bonjour
 .endif
 
+.include <bsd.port.pre.mk>
+# PCH is broken on GCC
+.if ${COMPILER_TYPE} == gcc
+CONFIG+=	no-pch
+.endif
+
 post-patch:
 	@${ECHO_CMD} 'QMAKE_LFLAGS += -fstack-protector' >> ${WRKSRC}/src/murmur/murmur.pro
 
 pre-install:
-	@${SED} -i '' -e 's|database=.*|database=/var/db/murmur/murmur.sqlite|' ${WRKSRC}/scripts/murmur.ini
-	@${SED} -i '' -e 's|#pidfile=.*|pidfile=/var/run/murmur/murmur.pid|' ${WRKSRC}/scripts/murmur.ini
-	@${SED} -i '' -e 's|#logfile=.*|logfile=/var/log/murmur/murmur.log|' ${WRKSRC}/scripts/murmur.ini
-	@${SED} -i '' -e 's|#host=.*|host=0.0.0.0|' ${WRKSRC}/scripts/murmur.ini
+	${SED} -i '' -e 's|database=.*|database=/var/db/murmur/murmur.sqlite|' ${WRKSRC}/scripts/murmur.ini
+	${SED} -i '' -e 's|#pidfile=.*|pidfile=/var/run/murmur/murmur.pid|' ${WRKSRC}/scripts/murmur.ini
+	${SED} -i '' -e 's|#logfile=.*|logfile=/var/log/murmur/murmur.log|' ${WRKSRC}/scripts/murmur.ini
+	${SED} -i '' -e 's|#host=.*|host=0.0.0.0|' ${WRKSRC}/scripts/murmur.ini
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/release/murmurd ${STAGEDIR}${PREFIX}/sbin
-	@${INSTALL_DATA} ${WRKSRC}/scripts/murmur.ini ${STAGEDIR}${PREFIX}/etc/murmur.ini.sample
+	${INSTALL_PROGRAM} ${WRKSRC}/release/murmurd ${STAGEDIR}${PREFIX}/sbin
+	${INSTALL_DATA} ${WRKSRC}/scripts/murmur.ini ${STAGEDIR}${PREFIX}/etc/murmur.ini.sample
 	${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/man1
 	${CP} ${WRKSRC}/man/murmurd.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in CHANGES INSTALL LICENSE README README.Linux
 	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
 .endfor
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>

From owner-svn-ports-branches@FreeBSD.ORG  Tue May 12 14:37:55 2015
Return-Path: <owner-svn-ports-branches@FreeBSD.ORG>
Delivered-To: svn-ports-branches@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 15F7FC15;
 Tue, 12 May 2015 14:37:55 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 04D1015BF;
 Tue, 12 May 2015 14:37:55 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4CEbsZE099961;
 Tue, 12 May 2015 14:37:54 GMT (envelope-from feld@FreeBSD.org)
Received: (from feld@localhost)
 by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4CEbsq1099960;
 Tue, 12 May 2015 14:37:54 GMT (envelope-from feld@FreeBSD.org)
Message-Id: <201505121437.t4CEbsq1099960@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org
 using -f
From: Mark Felder <feld@FreeBSD.org>
Date: Tue, 12 May 2015 14:37:54 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r386153 - branches/2015Q2/audio/mumble
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 12 May 2015 14:37:55 -0000

Author: feld
Date: Tue May 12 14:37:54 2015
New Revision: 386153
URL: https://svnweb.freebsd.org/changeset/ports/386153

Log:
  MFH: r385052
  Approved by: portmgr
  
  Disable PCH when compiler is GCC to unbreak builds on 8.x and 9.x

Modified:
  branches/2015Q2/audio/mumble/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/audio/mumble/Makefile
==============================================================================
--- branches/2015Q2/audio/mumble/Makefile	Tue May 12 14:32:28 2015	(r386152)
+++ branches/2015Q2/audio/mumble/Makefile	Tue May 12 14:37:54 2015	(r386153)
@@ -21,7 +21,7 @@ LIB_DEPENDS+=	libspeex.so:${PORTSDIR}/au
 
 PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
 
-USES=		gmake pkgconfig qmake
+USES=		compiler gmake pkgconfig qmake
 USE_LDCONFIG=	yes
 USE_QT4=	gui svg iconengines_run xml sql network l10n \
 		linguist_build moc_build rcc_build uic_build \
@@ -53,6 +53,13 @@ CONFIG+=	no-bonjour
 LIB_DEPENDS+=	libdns_sd.so:${PORTSDIR}/net/mDNSResponder
 .endif
 
+.include <bsd.port.pre.mk>
+
+# PCH is broken on GCC
+.if ${COMPILER_TYPE} == gcc
+CONFIG+=	no-pch
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/overlay_gl/overlay_gl.pro
 
@@ -74,4 +81,4 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/icons/mumble.svg ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps
 	${INSTALL_MAN} ${WRKSRC}/man/mumble.1 ${STAGEDIR}${MANPREFIX}/man/man1/mumble.1
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>

From owner-svn-ports-branches@FreeBSD.ORG  Tue May 12 15:23:23 2015
Return-Path: <owner-svn-ports-branches@FreeBSD.ORG>
Delivered-To: svn-ports-branches@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 6C0DCCFD;
 Tue, 12 May 2015 15:23:23 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 5A45A1BF8;
 Tue, 12 May 2015 15:23:23 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4CFNN3w024554;
 Tue, 12 May 2015 15:23:23 GMT (envelope-from jbeich@FreeBSD.org)
Received: (from jbeich@localhost)
 by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4CFNNKG024552;
 Tue, 12 May 2015 15:23:23 GMT (envelope-from jbeich@FreeBSD.org)
Message-Id: <201505121523.t4CFNNKG024552@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: jbeich set sender to
 jbeich@FreeBSD.org using -f
From: Jan Beich <jbeich@FreeBSD.org>
Date: Tue, 12 May 2015 15:23:23 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r386157 - branches/2015Q2/chinese/librime
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 12 May 2015 15:23:23 -0000

Author: jbeich
Date: Tue May 12 15:23:22 2015
New Revision: 386157
URL: https://svnweb.freebsd.org/changeset/ports/386157

Log:
  MFH: r385143
  
  chinese/librime: unbreak build on 8.x/9.x (libstdc++ 4.2+)
  
  In file included from src/setup.cc:9:
  In file included from include/rime/module.h:13:
  include/rime/common.h:22:12: error: no member named 'unique_ptr' in namespace 'std'
  include/rime/common.h:23:7: error: no member named 'shared_ptr' in namespace 'std'
  include/rime/common.h:24:7: error: no member named 'weak_ptr' in namespace 'std'
  include/rime/common.h:28:10: error: no template named 'dynamic_pointer_cast' in namespace 'std'
  include/rime/common.h:38:15: error: no member named 'make_shared' in namespace 'std'
  include/rime/common.h:38:30: error: no template named 'forward' in namespace 'std'
  
  Reported by:	pkg-fallout
  Approved by:	portmgr blanket
  Approved by:	portmgr (bapt)

Modified:
  branches/2015Q2/chinese/librime/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/chinese/librime/Makefile
==============================================================================
--- branches/2015Q2/chinese/librime/Makefile	Tue May 12 15:19:14 2015	(r386156)
+++ branches/2015Q2/chinese/librime/Makefile	Tue May 12 15:23:22 2015	(r386157)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libboost_thread.so:${PORTSD
 		libopencc.so:${PORTSDIR}/chinese/opencc \
 		libyaml-cpp.so:${PORTSDIR}/devel/yaml-cpp
 
-USES=		cmake compiler:c++11-lang pkgconfig gettext perl5
+USES=		cmake compiler:c++11-lib pkgconfig gettext perl5
 USE_PERL5=	build patch
 USE_LDCONFIG=	yes
 USE_XORG=	xproto

From owner-svn-ports-branches@FreeBSD.ORG  Wed May 13 12:43:13 2015
Return-Path: <owner-svn-ports-branches@FreeBSD.ORG>
Delivered-To: svn-ports-branches@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id A1868AAE;
 Wed, 13 May 2015 12:43:13 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 8D3A4128D;
 Wed, 13 May 2015 12:43:13 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4DChDL7061357;
 Wed, 13 May 2015 12:43:13 GMT (envelope-from feld@FreeBSD.org)
Received: (from feld@localhost)
 by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4DChCpD061354;
 Wed, 13 May 2015 12:43:12 GMT (envelope-from feld@FreeBSD.org)
Message-Id: <201505131243.t4DChCpD061354@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org
 using -f
From: Mark Felder <feld@FreeBSD.org>
Date: Wed, 13 May 2015 12:43:12 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r386210 - branches/2015Q2/net-mgmt/unifi4
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 13 May 2015 12:43:13 -0000

Author: feld
Date: Wed May 13 12:43:12 2015
New Revision: 386210
URL: https://svnweb.freebsd.org/changeset/ports/386210

Log:
  MFH: r383423
  Approved by: portmgr
  
  Update to 4.6.3
  
  Use PORTVERSION in pkg-plist to limit unnecessary pkg-plist churn
  
  MFH due to upstream removing distfile for version 4.6.0

Modified:
  branches/2015Q2/net-mgmt/unifi4/Makefile
  branches/2015Q2/net-mgmt/unifi4/distinfo
  branches/2015Q2/net-mgmt/unifi4/pkg-plist
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/net-mgmt/unifi4/Makefile
==============================================================================
--- branches/2015Q2/net-mgmt/unifi4/Makefile	Wed May 13 12:12:49 2015	(r386209)
+++ branches/2015Q2/net-mgmt/unifi4/Makefile	Wed May 13 12:43:12 2015	(r386210)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	unifi4
-PORTVERSION=	4.6.0
-PORTREVISION=	1
+PORTVERSION=	4.6.3
+PORTREVISION=	0
 CATEGORIES=	net-mgmt java
 MASTER_SITES=	http://dl.ubnt.com/unifi/${PORTVERSION}/
 DISTNAME=	UniFi.unix
@@ -15,6 +15,7 @@ COMMENT=	UniFi Controller
 RUN_DEPENDS=	mongodb>0:${PORTSDIR}/databases/mongodb
 
 SUB_LIST+=	USERS=${USERS} GROUPS=${GROUPS} JAVASHAREDIR=${JAVASHAREDIR}
+PLIST_SUB+=	PORTVERSION=${PORTVERSION}
 
 USES=		cpe zip
 CPE_VENDOR=	ubnt

Modified: branches/2015Q2/net-mgmt/unifi4/distinfo
==============================================================================
--- branches/2015Q2/net-mgmt/unifi4/distinfo	Wed May 13 12:12:49 2015	(r386209)
+++ branches/2015Q2/net-mgmt/unifi4/distinfo	Wed May 13 12:43:12 2015	(r386210)
@@ -1,2 +1,2 @@
-SHA256 (unifi4-4.6.0/UniFi.unix.zip) = 65e109788a4116685a942ddc76655f86fd9f8404c4d948742dace806d924b51d
-SIZE (unifi4-4.6.0/UniFi.unix.zip) = 187031694
+SHA256 (unifi4-4.6.3/UniFi.unix.zip) = 38c73c8694b2b1cc06e88331d1114ba84c76706c1b2bf326d161950fdfe9d810
+SIZE (unifi4-4.6.3/UniFi.unix.zip) = 187175178

Modified: branches/2015Q2/net-mgmt/unifi4/pkg-plist
==============================================================================
--- branches/2015Q2/net-mgmt/unifi4/pkg-plist	Wed May 13 12:12:49 2015	(r386209)
+++ branches/2015Q2/net-mgmt/unifi4/pkg-plist	Wed May 13 12:43:12 2015	(r386210)
@@ -1,11 +1,11 @@
 %%JAVASHAREDIR%%/unifi/bin/mongod
-%%JAVASHAREDIR%%/unifi/dl/firmware/BZ2/3.2.7.2816/firmware.bin
-%%JAVASHAREDIR%%/unifi/dl/firmware/U2HSR/3.2.7.2816/firmware.bin
-%%JAVASHAREDIR%%/unifi/dl/firmware/U7E/3.2.7.2816/firmware.bin
-%%JAVASHAREDIR%%/unifi/dl/firmware/U7P/3.2.7.2816/firmware.bin
-%%JAVASHAREDIR%%/unifi/dl/firmware/UGW3/4.2.4.4733350/upgrade.tar
-%%JAVASHAREDIR%%/unifi/dl/firmware/UP5/4.6.0.235/upgrade.zip
-%%JAVASHAREDIR%%/unifi/dl/firmware/US24P250/3.3.3.3693/firmware.bin
+%%JAVASHAREDIR%%/unifi/dl/firmware/BZ2/3.2.10.2886/firmware.bin
+%%JAVASHAREDIR%%/unifi/dl/firmware/U2HSR/3.2.10.2886/firmware.bin
+%%JAVASHAREDIR%%/unifi/dl/firmware/U7E/3.2.10.2886/firmware.bin
+%%JAVASHAREDIR%%/unifi/dl/firmware/U7P/3.2.10.2886/firmware.bin
+%%JAVASHAREDIR%%/unifi/dl/firmware/UGW3/4.2.6.4751786/upgrade.tar
+%%JAVASHAREDIR%%/unifi/dl/firmware/UP5/4.6.2.266/upgrade.zip
+%%JAVASHAREDIR%%/unifi/dl/firmware/US24P250/3.3.4.3731/firmware.bin
 %%JAVASHAREDIR%%/unifi/dl/firmware/bundles.json
 %%JAVASHAREDIR%%/unifi/lib/MRJAdapter.jar
 %%JAVASHAREDIR%%/unifi/lib/ace.jar
@@ -55,369 +55,369 @@
 %%JAVASHAREDIR%%/unifi/webapps/ROOT/hotspot_login.html
 %%JAVASHAREDIR%%/unifi/webapps/ROOT/iframe.html
 %%JAVASHAREDIR%%/unifi/webapps/ROOT/iframe_uploaded.jsp
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-Bold-webfont.eot
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-Bold-webfont.svg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-Bold-webfont.ttf
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-Bold-webfont.woff
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-BoldItalic-webfont.eot
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-BoldItalic-webfont.svg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-BoldItalic-webfont.ttf
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-BoldItalic-webfont.woff
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-ExtraBold-webfont.eot
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-ExtraBold-webfont.svg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-ExtraBold-webfont.ttf
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-ExtraBold-webfont.woff
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.eot
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.svg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.ttf
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.woff
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-Italic-webfont.eot
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-Italic-webfont.svg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-Italic-webfont.ttf
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-Italic-webfont.woff
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-Light-webfont.eot
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-Light-webfont.svg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-Light-webfont.ttf
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-Light-webfont.woff
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-LightItalic-webfont.eot
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-LightItalic-webfont.svg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-LightItalic-webfont.ttf
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-LightItalic-webfont.woff
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-Regular-webfont.eot
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-Regular-webfont.svg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-Regular-webfont.ttf
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-Regular-webfont.woff
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-Semibold-webfont.eot
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-Semibold-webfont.svg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-Semibold-webfont.ttf
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-Semibold-webfont.woff
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-SemiboldItalic-webfont.eot
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-SemiboldItalic-webfont.svg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-SemiboldItalic-webfont.ttf
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/open-sans/OpenSans-SemiboldItalic-webfont.woff
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/ubiquiti/Ubiquiti-Icons.eot
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/ubiquiti/Ubiquiti-Icons.svg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/ubiquiti/Ubiquiti-Icons.ttf
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/fonts/ubiquiti/Ubiquiti-Icons.woff
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/1x1.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/arrow-down.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/default-message-avatar.jpg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/default-message-avatar@2x.jpg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/default-profile-avatar.jpg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/default-profile-avatar@2x.jpg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2HSR/connected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2HSR/connected-icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2HSR/disconnected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2HSR/disconnected-icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2HSR/icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2HSR/icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2L48/connected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2L48/connected-icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2L48/disconnected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2L48/disconnected-icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2L48/icon-16.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2L48/icon-16@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2L48/icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2L48/icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2M/connected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2M/connected-icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2M/disconnected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2M/disconnected-icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2M/icon-16.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2M/icon-16@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2M/icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2M/icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2O/connected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2O/connected-icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2O/disconnected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2O/disconnected-icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2O/icon-16.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2O/icon-16@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2O/icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2O/icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2S48/connected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2S48/connected-icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2S48/disconnected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2S48/disconnected-icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2S48/icon-16.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2S48/icon-16@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2S48/icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U2S48/icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U5O/connected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U5O/connected-icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U5O/disconnected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U5O/disconnected-icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U5O/icon-16.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U5O/icon-16@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U5O/icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U5O/icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U7E/connected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U7E/connected-icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U7E/disconnected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U7E/disconnected-icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U7E/icon-16.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U7E/icon-16@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U7E/icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U7E/icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U7O/connected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U7O/connected-icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U7O/disconnected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U7O/disconnected-icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U7O/icon-16.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U7O/icon-16@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U7O/icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U7O/icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U7P/connected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U7P/connected-icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U7P/disconnected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U7P/disconnected-icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U7P/icon-16.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U7P/icon-16@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U7P/icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/U7P/icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/UGW3/connected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/UGW3/disconnected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/UGW3/icon-16.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/UGW3/icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/UGW8/connected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/UGW8/disconnected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/UGW8/icon-16.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/UGW8/icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/UP5/icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/UP5/icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/UP5c/icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/UP5c/icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/UP5t/icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/UP5t/icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/UP5tc/icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/UP5tc/icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/UP7/icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/UP7/icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/UP7c/icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/UP7c/icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/US24/connected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/US24/disconnected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/US24/icon-16.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/US24/icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/US48/connected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/US48/disconnected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/US48/icon-16.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/US48/icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/ap-connected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/ap-connected-icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/ap-disconnected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/ap-disconnected-icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/ap-icon-16.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/ap-icon-16@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/ap-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/ap-icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/block.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/eye.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/p2N/connected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/p2N/connected-icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/p2N/disconnected-icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/p2N/disconnected-icon@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/p2N/icon-16.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/p2N/icon-16@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/p2N/icon.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/p2N/icon@2x.jpg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/devices/poe-bolt.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/edge-max.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/fpo/map.jpg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/fpo/office-map.jpg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/loading/content-map.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/loading/content-map@2x.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/loading/content-table-row.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/loading/content-table-row@2x.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/loading/content-table.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/loading/content-table@2x.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/loading/header-refresh-static.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/loading/header-refresh-static.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/loading/header-refresh-static@2x.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/loading/header-refresh-static@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/loading/header-refresh.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/loading/header-refresh@2x.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/loading/panel-table-row.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/loading/panel-table-row@2x.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/loading/panel-table.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/loading/panel-table@2x.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/loading/properties.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/loading/properties@2x.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/loading/search-indexing.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/loading/spinner.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/loading/spinner@2x.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/loading/wizard.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/loading/wizard@2x.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/login/blurred-bg-header.jpg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/login/blurred-bg-header@2x.jpg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/login/blurred-bg.jpg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/login/blurred-bg@2x.jpg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/login/global-s7cfa2ea11f.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/login/global/logo-chrome.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/login/global/logo-firefox.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/login/global/ubnt-logo.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/login/global2x-s92d095d8fd.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/login/global2x/logo-chrome.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/login/global2x/logo-firefox.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/login/global2x/ubnt-logo.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/login/spinner-64.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/login/spinner-64@2x.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/logo.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/logo@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/notifications/aircam.jpg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/notifications/aircam@2x.jpg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/notifications/edge.jpg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/notifications/edge@2x.jpg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/notifications/notification-icon.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/notifications/notification-icon@2x.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/notifications/point.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/notifications/point@2x.gif
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/notifications/unifi.jpg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/notifications/unifi@2x.jpg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/roadblock.jpg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/close.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/icon-globe.jpg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/icon-shield.jpg
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/ping-glow.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/ping-glow@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/ping-grey.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/ping-grey@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach-color.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach-color@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach-grey.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach-grey@2x.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach-s74765321cc.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-1.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-10.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-11.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-12.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-13.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-14.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-15.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-16.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-17.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-18.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-19.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-2.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-20.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-21.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-22.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-23.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-24.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-25.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-26.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-27.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-28.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-29.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-3.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-30.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-4.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-5.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-6.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-7.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-8.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach/tach-9.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x-s3582d5430f.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-1.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-10.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-11.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-12.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-13.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-14.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-15.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-16.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-17.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-18.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-19.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-2.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-20.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-21.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-22.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-23.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-24.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-25.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-26.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-27.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-28.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-29.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-3.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-30.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-4.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-5.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-6.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-7.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-8.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/speedtest/tach2x/tach-9.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi-s40017b8090.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi/a-2g-powersave.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi/a-2g.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi/a-5g-powersave.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi/a-5g.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi/ac-5g-powersave.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi/ac-5g.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi/alert-badge.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi/arrow-down-gray.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi/arrow-down.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi/arrow-up-gray.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi/arrow-up.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi/arrows.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi/b-2g-powersave.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi/b-2g.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi/button-hover.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi/computer.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi/g-2g-powersave.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi/g-2g.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi/na-5g-powersave.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi/na-5g.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi/ng-2g-powersave.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi/ng-2g.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi/slider.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi/status-disconnected.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi/status-isolated.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi/status-vwireless.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi2x-s329afdee71.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi2x/a-2g-powersave.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi2x/a-2g.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi2x/a-5g-powersave.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi2x/a-5g.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi2x/ac-5g-powersave.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi2x/ac-5g.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi2x/alert-badge.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi2x/arrow-down-gray.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi2x/arrow-down.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi2x/arrow-up-gray.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi2x/arrow-up.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi2x/arrows.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi2x/b-2g-powersave.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi2x/b-2g.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi2x/button-hover.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi2x/computer.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi2x/g-2g-powersave.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi2x/g-2g.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi2x/na-5g-powersave.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi2x/na-5g.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi2x/ng-2g-powersave.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi2x/ng-2g.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi2x/slider.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi2x/status-disconnected.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi2x/status-isolated.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/images/unifi2x/status-vwireless.png
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/js/app.js
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/js/common.js
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/js/hotspot.js
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/js/hotspot_login.js
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/js/libs/bower-components/requirejs/require.min.js
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/js/libs/modernizr.custom.min.js
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/js/login.js
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/js/manage.js
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/js/sso_login.js
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/js/verify.js
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/js/wizard.js
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/stylesheets/css/login/login.min.css
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/stylesheets/css/unifi.hotspot.min.css
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/stylesheets/css/unifi.min.css
-%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/stylesheets/css/wizard.min.css
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-Bold-webfont.eot
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-Bold-webfont.svg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-Bold-webfont.ttf
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-Bold-webfont.woff
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-BoldItalic-webfont.eot
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-BoldItalic-webfont.svg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-BoldItalic-webfont.ttf
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-BoldItalic-webfont.woff
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-ExtraBold-webfont.eot
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-ExtraBold-webfont.svg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-ExtraBold-webfont.ttf
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-ExtraBold-webfont.woff
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.eot
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.svg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.ttf
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.woff
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-Italic-webfont.eot
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-Italic-webfont.svg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-Italic-webfont.ttf
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-Italic-webfont.woff
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-Light-webfont.eot
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-Light-webfont.svg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-Light-webfont.ttf
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-Light-webfont.woff
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-LightItalic-webfont.eot
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-LightItalic-webfont.svg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-LightItalic-webfont.ttf
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-LightItalic-webfont.woff
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-Regular-webfont.eot
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-Regular-webfont.svg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-Regular-webfont.ttf
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-Regular-webfont.woff
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-Semibold-webfont.eot
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-Semibold-webfont.svg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-Semibold-webfont.ttf
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-Semibold-webfont.woff
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-SemiboldItalic-webfont.eot
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-SemiboldItalic-webfont.svg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-SemiboldItalic-webfont.ttf
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/open-sans/OpenSans-SemiboldItalic-webfont.woff
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/ubiquiti/Ubiquiti-Icons.eot
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/ubiquiti/Ubiquiti-Icons.svg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/ubiquiti/Ubiquiti-Icons.ttf
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/fonts/ubiquiti/Ubiquiti-Icons.woff
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/1x1.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/arrow-down.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/default-message-avatar.jpg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/default-message-avatar@2x.jpg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/default-profile-avatar.jpg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/default-profile-avatar@2x.jpg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2HSR/connected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2HSR/connected-icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2HSR/disconnected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2HSR/disconnected-icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2HSR/icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2HSR/icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2L48/connected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2L48/connected-icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2L48/disconnected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2L48/disconnected-icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2L48/icon-16.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2L48/icon-16@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2L48/icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2L48/icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2M/connected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2M/connected-icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2M/disconnected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2M/disconnected-icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2M/icon-16.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2M/icon-16@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2M/icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2M/icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2O/connected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2O/connected-icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2O/disconnected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2O/disconnected-icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2O/icon-16.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2O/icon-16@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2O/icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2O/icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2S48/connected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2S48/connected-icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2S48/disconnected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2S48/disconnected-icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2S48/icon-16.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2S48/icon-16@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2S48/icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U2S48/icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U5O/connected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U5O/connected-icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U5O/disconnected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U5O/disconnected-icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U5O/icon-16.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U5O/icon-16@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U5O/icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U5O/icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U7E/connected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U7E/connected-icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U7E/disconnected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U7E/disconnected-icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U7E/icon-16.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U7E/icon-16@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U7E/icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U7E/icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U7O/connected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U7O/connected-icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U7O/disconnected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U7O/disconnected-icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U7O/icon-16.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U7O/icon-16@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U7O/icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U7O/icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U7P/connected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U7P/connected-icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U7P/disconnected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U7P/disconnected-icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U7P/icon-16.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U7P/icon-16@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U7P/icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/U7P/icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/UGW3/connected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/UGW3/disconnected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/UGW3/icon-16.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/UGW3/icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/UGW8/connected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/UGW8/disconnected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/UGW8/icon-16.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/UGW8/icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/UP5/icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/UP5/icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/UP5c/icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/UP5c/icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/UP5t/icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/UP5t/icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/UP5tc/icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/UP5tc/icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/UP7/icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/UP7/icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/UP7c/icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/UP7c/icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/US24/connected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/US24/disconnected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/US24/icon-16.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/US24/icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/US48/connected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/US48/disconnected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/US48/icon-16.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/US48/icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/ap-connected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/ap-connected-icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/ap-disconnected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/ap-disconnected-icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/ap-icon-16.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/ap-icon-16@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/ap-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/ap-icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/block.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/eye.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/p2N/connected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/p2N/connected-icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/p2N/disconnected-icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/p2N/disconnected-icon@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/p2N/icon-16.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/p2N/icon-16@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/p2N/icon.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/p2N/icon@2x.jpg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/devices/poe-bolt.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/edge-max.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/fpo/map.jpg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/fpo/office-map.jpg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/loading/content-map.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/loading/content-map@2x.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/loading/content-table-row.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/loading/content-table-row@2x.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/loading/content-table.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/loading/content-table@2x.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/loading/header-refresh-static.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/loading/header-refresh-static.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/loading/header-refresh-static@2x.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/loading/header-refresh-static@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/loading/header-refresh.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/loading/header-refresh@2x.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/loading/panel-table-row.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/loading/panel-table-row@2x.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/loading/panel-table.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/loading/panel-table@2x.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/loading/properties.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/loading/properties@2x.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/loading/search-indexing.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/loading/spinner.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/loading/spinner@2x.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/loading/wizard.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/loading/wizard@2x.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/login/blurred-bg-header.jpg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/login/blurred-bg-header@2x.jpg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/login/blurred-bg.jpg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/login/blurred-bg@2x.jpg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/login/global-s7cfa2ea11f.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/login/global/logo-chrome.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/login/global/logo-firefox.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/login/global/ubnt-logo.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/login/global2x-s92d095d8fd.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/login/global2x/logo-chrome.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/login/global2x/logo-firefox.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/login/global2x/ubnt-logo.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/login/spinner-64.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/login/spinner-64@2x.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/logo.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/logo@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/notifications/aircam.jpg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/notifications/aircam@2x.jpg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/notifications/edge.jpg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/notifications/edge@2x.jpg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/notifications/notification-icon.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/notifications/notification-icon@2x.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/notifications/point.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/notifications/point@2x.gif
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/notifications/unifi.jpg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/notifications/unifi@2x.jpg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/roadblock.jpg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/close.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/icon-globe.jpg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/icon-shield.jpg
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/ping-glow.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/ping-glow@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/ping-grey.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/ping-grey@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach-color.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach-color@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach-grey.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach-grey@2x.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach-s74765321cc.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-1.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-10.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-11.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-12.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-13.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-14.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-15.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-16.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-17.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-18.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-19.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-2.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-20.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-21.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-22.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-23.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-24.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-25.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-26.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-27.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-28.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-29.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-3.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-30.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-4.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-5.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-6.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-7.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-8.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach/tach-9.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x-s3582d5430f.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-1.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-10.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-11.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-12.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-13.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-14.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-15.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-16.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-17.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-18.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-19.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-2.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-20.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-21.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-22.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-23.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-24.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-25.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-26.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-27.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-28.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-29.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-3.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-30.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-4.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-5.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-6.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-7.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-8.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/speedtest/tach2x/tach-9.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi-s40017b8090.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi/a-2g-powersave.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi/a-2g.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi/a-5g-powersave.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi/a-5g.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi/ac-5g-powersave.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi/ac-5g.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi/alert-badge.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi/arrow-down-gray.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi/arrow-down.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi/arrow-up-gray.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi/arrow-up.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi/arrows.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi/b-2g-powersave.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi/b-2g.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi/button-hover.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi/computer.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi/g-2g-powersave.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi/g-2g.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi/na-5g-powersave.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi/na-5g.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi/ng-2g-powersave.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi/ng-2g.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi/slider.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi/status-disconnected.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi/status-isolated.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi/status-vwireless.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi2x-s329afdee71.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi2x/a-2g-powersave.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi2x/a-2g.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi2x/a-5g-powersave.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi2x/a-5g.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi2x/ac-5g-powersave.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi2x/ac-5g.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi2x/alert-badge.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi2x/arrow-down-gray.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi2x/arrow-down.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi2x/arrow-up-gray.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi2x/arrow-up.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi2x/arrows.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi2x/b-2g-powersave.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi2x/b-2g.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi2x/button-hover.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi2x/computer.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi2x/g-2g-powersave.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi2x/g-2g.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi2x/na-5g-powersave.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi2x/na-5g.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi2x/ng-2g-powersave.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi2x/ng-2g.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi2x/slider.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi2x/status-disconnected.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi2x/status-isolated.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/images/unifi2x/status-vwireless.png
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/js/app.js
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/js/common.js
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/js/hotspot.js
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/js/hotspot_login.js
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/js/libs/bower-components/requirejs/require.min.js
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/js/libs/modernizr.custom.min.js
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/js/login.js
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/js/manage.js
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/js/sso_login.js
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/js/verify.js
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/js/wizard.js
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/stylesheets/css/login/login.min.css
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/stylesheets/css/unifi.hotspot.min.css
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/stylesheets/css/unifi.min.css
+%%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/stylesheets/css/wizard.min.css
 %%JAVASHAREDIR%%/unifi/webapps/ROOT/login.html
 %%JAVASHAREDIR%%/unifi/webapps/ROOT/manage.html
 %%JAVASHAREDIR%%/unifi/webapps/ROOT/pages/voucher.jsp
@@ -427,10 +427,10 @@
 %%JAVASHAREDIR%%/unifi/webapps/ROOT/waiting.html
 %%JAVASHAREDIR%%/unifi/webapps/ROOT/wizard.html
 @dir %%JAVASHAREDIR%%/unifi/conf
-@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/js/libs/bower-components/backgrid-select-all
-@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/js/libs/bower-components/retina.js
-@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/js/libs/bower-components/string_score
-@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/4.6.0/js/libs/bower-components/underscore
+@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/js/libs/bower-components/backgrid-select-all
+@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/js/libs/bower-components/retina.js
+@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/js/libs/bower-components/string_score
+@dir %%JAVASHAREDIR%%/unifi/webapps/ROOT/lib/%%PORTVERSION%%/js/libs/bower-components/underscore
 @dir %%JAVASHAREDIR%%/unifi
 @dir(unifi,,) %%JAVASHAREDIR%%/unifi/data
 @dir(unifi,,) %%JAVASHAREDIR%%/unifi/logs

From owner-svn-ports-branches@FreeBSD.ORG  Wed May 13 21:13:19 2015
Return-Path: <owner-svn-ports-branches@FreeBSD.ORG>
Delivered-To: svn-ports-branches@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id CAD2FDE5;
 Wed, 13 May 2015 21:13:19 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 9EEDC1716;
 Wed, 13 May 2015 21:13:19 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4DLDJLk019019;
 Wed, 13 May 2015 21:13:19 GMT (envelope-from matthew@FreeBSD.org)
Received: (from matthew@localhost)
 by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4DLDJWS019017;
 Wed, 13 May 2015 21:13:19 GMT (envelope-from matthew@FreeBSD.org)
Message-Id: <201505132113.t4DLDJWS019017@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: matthew set sender to
 matthew@FreeBSD.org using -f
From: Matthew Seaman <matthew@FreeBSD.org>
Date: Wed, 13 May 2015 21:13:19 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r386268 - branches/2015Q2/databases/phpmyadmin
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 13 May 2015 21:13:19 -0000

Author: matthew
Date: Wed May 13 21:13:18 2015
New Revision: 386268
URL: https://svnweb.freebsd.org/changeset/ports/386268

Log:
  MFH: r386238
  
  Security update to 4.4.6.1
  
  Security Advisories:
  
  http://www.phpmyadmin.net/home_page/security/PMASA-2015-2.php
  http://www.phpmyadmin.net/home_page/security/PMASA-2015-3.php
  
  ChangeLog:	http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.4.6.1/phpMyAdmin-4.4.6.1-notes.html/view
  
  Security:	c6e31869-f99f-11e4-9f91-6805ca0b3d42
  Approved by:	portmgr (erwin)

Modified:
  branches/2015Q2/databases/phpmyadmin/Makefile
  branches/2015Q2/databases/phpmyadmin/distinfo
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/databases/phpmyadmin/Makefile
==============================================================================
--- branches/2015Q2/databases/phpmyadmin/Makefile	Wed May 13 20:59:07 2015	(r386267)
+++ branches/2015Q2/databases/phpmyadmin/Makefile	Wed May 13 21:13:18 2015	(r386268)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	phpMyAdmin
-DISTVERSION=	4.3.13
+DISTVERSION=	4.4.6.1
 CATEGORIES=	databases www
 MASTER_SITES=	SF/${PORTNAME:tl}/${PORTNAME}/${DISTVERSION}
 DISTNAME=	${PORTNAME}-${DISTVERSION}-all-languages

Modified: branches/2015Q2/databases/phpmyadmin/distinfo
==============================================================================
--- branches/2015Q2/databases/phpmyadmin/distinfo	Wed May 13 20:59:07 2015	(r386267)
+++ branches/2015Q2/databases/phpmyadmin/distinfo	Wed May 13 21:13:18 2015	(r386268)
@@ -1,2 +1,2 @@
-SHA256 (phpMyAdmin-4.3.13-all-languages.tar.xz) = 833b34e000ce781b43fbe07c55a28ae925ef6d08a0615e77e6cde6632550d46a
-SIZE (phpMyAdmin-4.3.13-all-languages.tar.xz) = 5369120
+SHA256 (phpMyAdmin-4.4.6.1-all-languages.tar.xz) = d423a81868f01b4ce77f90113d83df96590446acdbe8f00a46aeb670c4a9ac5c
+SIZE (phpMyAdmin-4.4.6.1-all-languages.tar.xz) = 5635832

From owner-svn-ports-branches@FreeBSD.ORG  Thu May 14 19:03:05 2015
Return-Path: <owner-svn-ports-branches@FreeBSD.ORG>
Delivered-To: svn-ports-branches@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 7FCA415B;
 Thu, 14 May 2015 19:03:05 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 6DC3C1516;
 Thu, 14 May 2015 19:03:05 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4EJ35xe093164;
 Thu, 14 May 2015 19:03:05 GMT (envelope-from jbeich@FreeBSD.org)
Received: (from jbeich@localhost)
 by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4EJ35hD093163;
 Thu, 14 May 2015 19:03:05 GMT (envelope-from jbeich@FreeBSD.org)
Message-Id: <201505141903.t4EJ35hD093163@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: jbeich set sender to
 jbeich@FreeBSD.org using -f
From: Jan Beich <jbeich@FreeBSD.org>
Date: Thu, 14 May 2015 19:03:05 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r386354 - branches/2015Q2/textproc/sigil
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 14 May 2015 19:03:05 -0000

Author: jbeich
Date: Thu May 14 19:03:04 2015
New Revision: 386354
URL: https://svnweb.freebsd.org/changeset/ports/386354

Log:
  MFH: r385615
  
  textproc/sigil: unbreak build on the package cluster (PCH)
  
  PR:		199905
  Approved by:	/head @ r385020
  Approved by:	ports-secteam (delphij)

Modified:
  branches/2015Q2/textproc/sigil/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/textproc/sigil/Makefile
==============================================================================
--- branches/2015Q2/textproc/sigil/Makefile	Thu May 14 18:45:16 2015	(r386353)
+++ branches/2015Q2/textproc/sigil/Makefile	Thu May 14 19:03:04 2015	(r386354)
@@ -18,11 +18,18 @@ LIB_DEPENDS=	libboost_thread.so:${PORTSD
 		libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \
 		libpcre.so:${PORTSDIR}/devel/pcre
 
-USES=		cmake desktop-file-utils pkgconfig zip
+USES=		cmake compiler desktop-file-utils pkgconfig zip
 NO_WRKSUBDIR=	yes
 USE_QT4=	qmake gui svg webkit xml moc uic rcc imageformats linguist
 
+.include <bsd.port.pre.mk>
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/CMakeLists.txt
+.if ${COMPILER_TYPE} == gcc
+# GCC is broken with PCH: https://lists.freebsd.org/pipermail/svn-src-all/2015-March/101722.html
+	@${REINPLACE_CMD} -e '/precompiled_header/d' \
+		${WRKSRC}/src/FlightCrew/CMakeLists.txt
+.endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>

From owner-svn-ports-branches@FreeBSD.ORG  Fri May 15 00:45:23 2015
Return-Path: <owner-svn-ports-branches@FreeBSD.ORG>
Delivered-To: svn-ports-branches@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 351893B3;
 Fri, 15 May 2015 00:45:23 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 1F6851A48;
 Fri, 15 May 2015 00:45:23 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4F0jNsi063299;
 Fri, 15 May 2015 00:45:23 GMT (envelope-from jbeich@FreeBSD.org)
Received: (from jbeich@localhost)
 by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4F0jHLU063266;
 Fri, 15 May 2015 00:45:17 GMT (envelope-from jbeich@FreeBSD.org)
Message-Id: <201505150045.t4F0jHLU063266@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: jbeich set sender to
 jbeich@FreeBSD.org using -f
From: Jan Beich <jbeich@FreeBSD.org>
Date: Fri, 15 May 2015 00:45:17 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r386373 - in branches/2015Q2: Mk/Uses
 mail/linux-thunderbird mail/thunderbird mail/thunderbird-i18n
 mail/thunderbird/files security/ca_root_nss security/nss www/firefox
 www/firefox-esr ...
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 15 May 2015 00:45:23 -0000

Author: jbeich
Date: Fri May 15 00:45:17 2015
New Revision: 386373
URL: https://svnweb.freebsd.org/changeset/ports/386373

Log:
  MFH: r386162
  
  - Update NSS and ca_root_nss to 3.19
  - Update Firefox to 38.0
  - Update Firefox ESR and libxul to 31.7.0
  - Update Thunderbird to 31.7.0
  - Update Enigmail to 1.8.2
  
  Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.19_release_notes
  Changes:	https://www.mozilla.org/firefox/38.0/releasenotes/
  Changes:	https://www.mozilla.org/firefox/31.7.0/releasenotes/
  Changes:	http://sourceforge.net/p/enigmail/bugs/search/?q=status%3Afixed+%26%26+_fixed%3A1.8.1
  Security:	https://vuxml.freebsd.org/freebsd/d9b43004-f5fd-4807-b1d7-dbf66455b244.html
  Approved by:	ports-secteam (delphij)

Deleted:
  branches/2015Q2/www/firefox/files/patch-bug1122547
  branches/2015Q2/www/firefox/files/patch-bug1125579
  branches/2015Q2/www/firefox/files/patch-bug1125580
Modified:
  branches/2015Q2/Mk/Uses/gecko.mk
  branches/2015Q2/mail/linux-thunderbird/Makefile
  branches/2015Q2/mail/linux-thunderbird/distinfo
  branches/2015Q2/mail/thunderbird-i18n/Makefile
  branches/2015Q2/mail/thunderbird-i18n/distinfo
  branches/2015Q2/mail/thunderbird/Makefile
  branches/2015Q2/mail/thunderbird/distinfo
  branches/2015Q2/mail/thunderbird/files/patch-bug1021171
  branches/2015Q2/security/ca_root_nss/Makefile
  branches/2015Q2/security/ca_root_nss/distinfo
  branches/2015Q2/security/nss/Makefile
  branches/2015Q2/security/nss/distinfo
  branches/2015Q2/www/firefox-esr-i18n/Makefile
  branches/2015Q2/www/firefox-esr-i18n/distinfo
  branches/2015Q2/www/firefox-esr/Makefile
  branches/2015Q2/www/firefox-esr/distinfo
  branches/2015Q2/www/firefox-esr/files/patch-bug1021171
  branches/2015Q2/www/firefox-i18n/Makefile
  branches/2015Q2/www/firefox-i18n/distinfo
  branches/2015Q2/www/firefox/Makefile
  branches/2015Q2/www/firefox/distinfo
  branches/2015Q2/www/firefox/files/patch-bug1073117
  branches/2015Q2/www/firefox/files/patch-bug779713
  branches/2015Q2/www/firefox/files/patch-bug826985
  branches/2015Q2/www/firefox/files/patch-bug847568
  branches/2015Q2/www/firefox/files/patch-ijg-libjpeg
  branches/2015Q2/www/firefox/files/patch-system-openh264
  branches/2015Q2/www/firefox/files/patch-z-bug517422
  branches/2015Q2/www/libxul/Makefile
  branches/2015Q2/www/libxul/distinfo
  branches/2015Q2/www/libxul/files/patch-bug1021171
  branches/2015Q2/www/linux-firefox/Makefile
  branches/2015Q2/www/linux-firefox/distinfo
  branches/2015Q2/www/seamonkey/Makefile
  branches/2015Q2/www/seamonkey/distinfo
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/Mk/Uses/gecko.mk
==============================================================================
--- branches/2015Q2/Mk/Uses/gecko.mk	Fri May 15 00:44:32 2015	(r386372)
+++ branches/2015Q2/Mk/Uses/gecko.mk	Fri May 15 00:45:17 2015	(r386373)
@@ -37,12 +37,12 @@ RUN_DEPENDS+=	libxul>=31:${PORTSDIR}/www
 .elif ${gecko_ARGS:Mfirefox}
 
 _GECKO_DEFAULT_VERSION=	31
-_GECKO_VERSIONS=		31 37
+_GECKO_VERSIONS=		31 38
 _GECKO_TYPE=	firefox
 
 # Dependence lines for different Firefox versions
 31_DEPENDS=		${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr
-37_DEPENDS=		${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox
+38_DEPENDS=		${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox
 
 .if exists(${LOCALBASE}/bin/firefox)
 _GECKO_INSTALLED_VER!=	${LOCALBASE}/bin/firefox --version 2>/dev/null

Modified: branches/2015Q2/mail/linux-thunderbird/Makefile
==============================================================================
--- branches/2015Q2/mail/linux-thunderbird/Makefile	Fri May 15 00:44:32 2015	(r386372)
+++ branches/2015Q2/mail/linux-thunderbird/Makefile	Fri May 15 00:45:17 2015	(r386373)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	thunderbird
-DISTVERSION=	31.6.0
+DISTVERSION=	31.7.0
 CATEGORIES=	mail news net-im ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US
 

Modified: branches/2015Q2/mail/linux-thunderbird/distinfo
==============================================================================
--- branches/2015Q2/mail/linux-thunderbird/distinfo	Fri May 15 00:44:32 2015	(r386372)
+++ branches/2015Q2/mail/linux-thunderbird/distinfo	Fri May 15 00:45:17 2015	(r386373)
@@ -1,5 +1,5 @@
-SHA256 (thunderbird-31.6.0.tar.bz2) = d0591c60be1c59f37e713c8b7c818f0b3992bcafd33e9fc3f179509bcf35ad3f
-SIZE (thunderbird-31.6.0.tar.bz2) = 36878937
+SHA256 (thunderbird-31.7.0.tar.bz2) = 0a9b17c479e9673130d03bb38371013f2caa987690ca36318d32b934d54a5fb0
+SIZE (thunderbird-31.7.0.tar.bz2) = 36880203
 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/2015Q2/mail/thunderbird-i18n/Makefile
==============================================================================
--- branches/2015Q2/mail/thunderbird-i18n/Makefile	Fri May 15 00:44:32 2015	(r386372)
+++ branches/2015Q2/mail/thunderbird-i18n/Makefile	Fri May 15 00:45:17 2015	(r386373)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	thunderbird-i18n
-PORTVERSION=	31.6.0
+PORTVERSION=	31.7.0
 CATEGORIES=	mail news net-im
 MASTER_SITES=	MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi
 PKGNAMEPREFIX=

Modified: branches/2015Q2/mail/thunderbird-i18n/distinfo
==============================================================================
--- branches/2015Q2/mail/thunderbird-i18n/distinfo	Fri May 15 00:44:32 2015	(r386372)
+++ branches/2015Q2/mail/thunderbird-i18n/distinfo	Fri May 15 00:45:17 2015	(r386373)
@@ -1,110 +1,110 @@
-SHA256 (xpi/thunderbird-i18n-31.6.0/ar.xpi) = 469ba3e8822685b1b16131da5c50dd3b7372cc92a932f61569d9734daaea2eac
-SIZE (xpi/thunderbird-i18n-31.6.0/ar.xpi) = 472812
-SHA256 (xpi/thunderbird-i18n-31.6.0/ast.xpi) = 26bccf23d234e2ecef00733909bb432969c72cb74527adecc2ae59022b43ca97
-SIZE (xpi/thunderbird-i18n-31.6.0/ast.xpi) = 393049
-SHA256 (xpi/thunderbird-i18n-31.6.0/be.xpi) = 95540e5f60de453d2281951beb7df8bd78ca91bc88437fcbbc6bb16844d31b90
-SIZE (xpi/thunderbird-i18n-31.6.0/be.xpi) = 427488
-SHA256 (xpi/thunderbird-i18n-31.6.0/bg.xpi) = d7e08d395b768f1de63ced97518f8dbf6a747273264fae3d241cc0ae17a3e867
-SIZE (xpi/thunderbird-i18n-31.6.0/bg.xpi) = 493733
-SHA256 (xpi/thunderbird-i18n-31.6.0/bn-BD.xpi) = 2e69e0b9d95a4018d658cf831dcfd7c8897534ce078d492a96a215dee9bb940c
-SIZE (xpi/thunderbird-i18n-31.6.0/bn-BD.xpi) = 555613
-SHA256 (xpi/thunderbird-i18n-31.6.0/br.xpi) = 4b7d3ef6c5df11058772483fe7945c3691e2cd8e8236963f4d19b23b4bb1f329
-SIZE (xpi/thunderbird-i18n-31.6.0/br.xpi) = 441445
-SHA256 (xpi/thunderbird-i18n-31.6.0/ca.xpi) = 735bf46013112a854b3f283714bb0847c475cc068e63c6a3485f1631feae27bf
-SIZE (xpi/thunderbird-i18n-31.6.0/ca.xpi) = 441713
-SHA256 (xpi/thunderbird-i18n-31.6.0/cs.xpi) = 23619105a28386b9cd927f65fd59223a1378fc09134b00864cd21d119c762857
-SIZE (xpi/thunderbird-i18n-31.6.0/cs.xpi) = 444701
-SHA256 (xpi/thunderbird-i18n-31.6.0/da.xpi) = 117129fbc2fdd5e6572942b600b1049189a7fd91852011c5c92c44bf042362a3
-SIZE (xpi/thunderbird-i18n-31.6.0/da.xpi) = 422052
-SHA256 (xpi/thunderbird-i18n-31.6.0/de.xpi) = 2d181ce84bf62a45118941f52e70a5987c610356dca4df48e0e88fc95b45da37
-SIZE (xpi/thunderbird-i18n-31.6.0/de.xpi) = 424665
-SHA256 (xpi/thunderbird-i18n-31.6.0/el.xpi) = 90608f577f5ef31c9003b6e2ea937dbf0435f3c06aa1eba561bbf8309568c90c
-SIZE (xpi/thunderbird-i18n-31.6.0/el.xpi) = 484856
-SHA256 (xpi/thunderbird-i18n-31.6.0/en-GB.xpi) = fde93bbf9ff06e121870bf496418bc1703e0a2d0c5f27bcc3d130d2304921f67
-SIZE (xpi/thunderbird-i18n-31.6.0/en-GB.xpi) = 412515
-SHA256 (xpi/thunderbird-i18n-31.6.0/en-US.xpi) = 11e68ba7462dc8df41a43a1e4c04f6865c8f46e96295abfd6366559204c89cd9
-SIZE (xpi/thunderbird-i18n-31.6.0/en-US.xpi) = 413660
-SHA256 (xpi/thunderbird-i18n-31.6.0/es-AR.xpi) = b600ba8e2543eedc1833f6b936a70f25b9553dbc6835879d65dc14749e6db4fb
-SIZE (xpi/thunderbird-i18n-31.6.0/es-AR.xpi) = 438531
-SHA256 (xpi/thunderbird-i18n-31.6.0/es-ES.xpi) = 9017824378160bfe10d41bb2decbbc5a60a4db9199bff614c2b63cf40b3d310d
-SIZE (xpi/thunderbird-i18n-31.6.0/es-ES.xpi) = 374979
-SHA256 (xpi/thunderbird-i18n-31.6.0/et.xpi) = d81f38f094ad0b962bc8fa6e11b57031748f3ca52c0ae0e335d704210e1f63f0
-SIZE (xpi/thunderbird-i18n-31.6.0/et.xpi) = 434364
-SHA256 (xpi/thunderbird-i18n-31.6.0/eu.xpi) = a4f47a340b5623317756cd861705e96aba343a3175bc738bfdc72634859deed2
-SIZE (xpi/thunderbird-i18n-31.6.0/eu.xpi) = 431449
-SHA256 (xpi/thunderbird-i18n-31.6.0/fi.xpi) = 3a66f399789c0375d5e908a23ab306fb64eab8a4c35588112b0c83e027635987
-SIZE (xpi/thunderbird-i18n-31.6.0/fi.xpi) = 435632
-SHA256 (xpi/thunderbird-i18n-31.6.0/fr.xpi) = 38f52c3ae85908354964f816f3e83b12c26899b3112cd3de6d7c2672a35e86dc
-SIZE (xpi/thunderbird-i18n-31.6.0/fr.xpi) = 444144
-SHA256 (xpi/thunderbird-i18n-31.6.0/fy-NL.xpi) = 0deaef241661c4fb34b159528297b7a922a5bacc103fd62e6d5fa73cb129a2d3
-SIZE (xpi/thunderbird-i18n-31.6.0/fy-NL.xpi) = 438544
-SHA256 (xpi/thunderbird-i18n-31.6.0/ga-IE.xpi) = 628c3682e167f87b50aed76ac02fe5e069015fb850eabdc79bfe41d0d2b239e0
-SIZE (xpi/thunderbird-i18n-31.6.0/ga-IE.xpi) = 449362
-SHA256 (xpi/thunderbird-i18n-31.6.0/gd.xpi) = 41cd7af4039f99ba71d30c61764c2b5079c5b23aa6d8bbeb1d7eb5ba76d9915a
-SIZE (xpi/thunderbird-i18n-31.6.0/gd.xpi) = 453172
-SHA256 (xpi/thunderbird-i18n-31.6.0/gl.xpi) = 80788599aba0058d055e14c6931adfc5c3fcafdab2b3f82c765e82ba85cd6618
-SIZE (xpi/thunderbird-i18n-31.6.0/gl.xpi) = 446788
-SHA256 (xpi/thunderbird-i18n-31.6.0/he.xpi) = f2b3dc16e00792dcb23da705428ac694510df99a2365eb92587d814015f91c33
-SIZE (xpi/thunderbird-i18n-31.6.0/he.xpi) = 476111
-SHA256 (xpi/thunderbird-i18n-31.6.0/hr.xpi) = e866fdc131fdb5e384aa3905f41bea5498941a6cbfa73af9c933e3368869c30b
-SIZE (xpi/thunderbird-i18n-31.6.0/hr.xpi) = 436980
-SHA256 (xpi/thunderbird-i18n-31.6.0/hu.xpi) = 975596a745b826d545ab70c000663a3464b22edefb23e97a128d1d8f3c1c3020
-SIZE (xpi/thunderbird-i18n-31.6.0/hu.xpi) = 454542
-SHA256 (xpi/thunderbird-i18n-31.6.0/hy-AM.xpi) = 99288ff622c443eb2701c5cc041705ecbb02afd99d59276c0aea04147f955335
-SIZE (xpi/thunderbird-i18n-31.6.0/hy-AM.xpi) = 492766
-SHA256 (xpi/thunderbird-i18n-31.6.0/id.xpi) = 746d6a546528e49a5f66a88704a9adfb2d6605dd1148de42ec1ce8427190176d
-SIZE (xpi/thunderbird-i18n-31.6.0/id.xpi) = 475876
-SHA256 (xpi/thunderbird-i18n-31.6.0/is.xpi) = 68ba2fd9b48b844d5d3470986ed344917a8021794fe67108c626e5945a2a1e7f
-SIZE (xpi/thunderbird-i18n-31.6.0/is.xpi) = 437959
-SHA256 (xpi/thunderbird-i18n-31.6.0/it.xpi) = 48adc76231ef558458a23d91c1055e22b3100412499344cb2f5f17ebbed96c88
-SIZE (xpi/thunderbird-i18n-31.6.0/it.xpi) = 368001
-SHA256 (xpi/thunderbird-i18n-31.6.0/ja.xpi) = 282169e68a88f96299feaf19cf8c779817c29fa0f9e381691b912988562e3009
-SIZE (xpi/thunderbird-i18n-31.6.0/ja.xpi) = 489267
-SHA256 (xpi/thunderbird-i18n-31.6.0/ko.xpi) = f42996017694aa23dfa6d785f165461347cbefc1841ba841d403cc9a7e6cd9cd
-SIZE (xpi/thunderbird-i18n-31.6.0/ko.xpi) = 448920
-SHA256 (xpi/thunderbird-i18n-31.6.0/lt.xpi) = 71d61ba20fb60f7f57e0cc3633f6e4cdbff36fd5a55392646db97d162bd452f2
-SIZE (xpi/thunderbird-i18n-31.6.0/lt.xpi) = 456352
-SHA256 (xpi/thunderbird-i18n-31.6.0/nb-NO.xpi) = 7a135a00b3106249147d5d023e17710266c9f32b0e55496d59387571164db82d
-SIZE (xpi/thunderbird-i18n-31.6.0/nb-NO.xpi) = 430942
-SHA256 (xpi/thunderbird-i18n-31.6.0/nl.xpi) = ae50880cfada890136723afd10f7e4ff6edb958bc8cce8c34c9298d8e34d20d3
-SIZE (xpi/thunderbird-i18n-31.6.0/nl.xpi) = 431888
-SHA256 (xpi/thunderbird-i18n-31.6.0/nn-NO.xpi) = 1b6b140130026c86e2f9aacc10fa6e642cee186c67c2a23b350e9bfea3ac828e
-SIZE (xpi/thunderbird-i18n-31.6.0/nn-NO.xpi) = 433198
-SHA256 (xpi/thunderbird-i18n-31.6.0/pa-IN.xpi) = b4da0cd42307642492a73ef30e652394927530471b1d71897ce6fc28c53f25d9
-SIZE (xpi/thunderbird-i18n-31.6.0/pa-IN.xpi) = 525323
-SHA256 (xpi/thunderbird-i18n-31.6.0/pl.xpi) = ad3e92b8ec4caae1d2228e33e4c55ab46f7ece5eefb5ead17ff76c092fc75be3
-SIZE (xpi/thunderbird-i18n-31.6.0/pl.xpi) = 410872
-SHA256 (xpi/thunderbird-i18n-31.6.0/pt-BR.xpi) = 1a67a4855350a6e13ffcd15da4a546bd830bc4cdb6cc69e75f769c04415c9e45
-SIZE (xpi/thunderbird-i18n-31.6.0/pt-BR.xpi) = 450477
-SHA256 (xpi/thunderbird-i18n-31.6.0/pt-PT.xpi) = b3a9c93f19297092f77c3018ccff6b863c333fc60edcbfd7baa503d290cbb091
-SIZE (xpi/thunderbird-i18n-31.6.0/pt-PT.xpi) = 439605
-SHA256 (xpi/thunderbird-i18n-31.6.0/rm.xpi) = 3e511b47615ff491d99d524cdfea9aaf97ec6d2fa44080b32a512a7c8a9a54b9
-SIZE (xpi/thunderbird-i18n-31.6.0/rm.xpi) = 439185
-SHA256 (xpi/thunderbird-i18n-31.6.0/ro.xpi) = fbe0f58f8ad2bce7d9a589cdff6bd4f25661aaf8ee3984ea0ecb1390b21a89ff
-SIZE (xpi/thunderbird-i18n-31.6.0/ro.xpi) = 479749
-SHA256 (xpi/thunderbird-i18n-31.6.0/ru.xpi) = 0faa4cea2a9b11329f337c583f9660afd3b243560e6c46709b141192f1957b02
-SIZE (xpi/thunderbird-i18n-31.6.0/ru.xpi) = 436156
-SHA256 (xpi/thunderbird-i18n-31.6.0/si.xpi) = 2314272354b7eee77ad7ac35c76efcf4d72951062f9ec55ddce0fcb4ae69a6c6
-SIZE (xpi/thunderbird-i18n-31.6.0/si.xpi) = 528812
-SHA256 (xpi/thunderbird-i18n-31.6.0/sk.xpi) = 0597c8b782f7c5386e926a27798e7f35a39d623e8c3056b1e9a7ce2849268541
-SIZE (xpi/thunderbird-i18n-31.6.0/sk.xpi) = 452995
-SHA256 (xpi/thunderbird-i18n-31.6.0/sl.xpi) = 2f49d57813524da0e686587dc2a442eaec1ba90b53cab4294a99833ba62d8aed
-SIZE (xpi/thunderbird-i18n-31.6.0/sl.xpi) = 433874
-SHA256 (xpi/thunderbird-i18n-31.6.0/sq.xpi) = b2df645d03d2b103760a8372792183ad7202c96cbbcd00334ebf15c0532576d8
-SIZE (xpi/thunderbird-i18n-31.6.0/sq.xpi) = 454695
-SHA256 (xpi/thunderbird-i18n-31.6.0/sr.xpi) = 95a3053e4749dd6236e4aa9d23f0fac65151cfb494103c550ac79b644c3a14db
-SIZE (xpi/thunderbird-i18n-31.6.0/sr.xpi) = 537335
-SHA256 (xpi/thunderbird-i18n-31.6.0/sv-SE.xpi) = aac574c17163d1ba286677c696d654e667afe9d7eee48b89cf0cfdca86ccb03c
-SIZE (xpi/thunderbird-i18n-31.6.0/sv-SE.xpi) = 436106
-SHA256 (xpi/thunderbird-i18n-31.6.0/ta-LK.xpi) = 9134c27513ee9f4eb51a7b343624e73ba0e74f00372b3fe0dc31f317843da181
-SIZE (xpi/thunderbird-i18n-31.6.0/ta-LK.xpi) = 553509
-SHA256 (xpi/thunderbird-i18n-31.6.0/tr.xpi) = 4f82c2e827b5b5955e476cd92ea5ee3e6ded7b7d608dede7fadb04423704249a
-SIZE (xpi/thunderbird-i18n-31.6.0/tr.xpi) = 457360
-SHA256 (xpi/thunderbird-i18n-31.6.0/uk.xpi) = 2b53c55a0301cf5d5fa64473d1dc97706fef163d96d2af013a90b950fc4be0fd
-SIZE (xpi/thunderbird-i18n-31.6.0/uk.xpi) = 499656
-SHA256 (xpi/thunderbird-i18n-31.6.0/vi.xpi) = 9ff8daa9ee8fcbae042c582e8038505775c0bff64f02d5d482ad275928e3af3b
-SIZE (xpi/thunderbird-i18n-31.6.0/vi.xpi) = 513835
-SHA256 (xpi/thunderbird-i18n-31.6.0/zh-CN.xpi) = b2a613f62cb45b4c136cc402e7e54f1737358c63466944d4753b47e7b212e84e
-SIZE (xpi/thunderbird-i18n-31.6.0/zh-CN.xpi) = 462668
-SHA256 (xpi/thunderbird-i18n-31.6.0/zh-TW.xpi) = a424e49bb2fa28e4d87e94714d3076cd756760316a5499ae5e7d0cf3e7d50efc
-SIZE (xpi/thunderbird-i18n-31.6.0/zh-TW.xpi) = 463408
+SHA256 (xpi/thunderbird-i18n-31.7.0/ar.xpi) = fac353e1067852ccac7bc23a958c54fdebd2aad30ad9551a07deb23811046d79
+SIZE (xpi/thunderbird-i18n-31.7.0/ar.xpi) = 472812
+SHA256 (xpi/thunderbird-i18n-31.7.0/ast.xpi) = 4e39fb7792c7fe787bb9d9f3a03ac57da15e9b353a51f1602afcffc3e0e0ffa8
+SIZE (xpi/thunderbird-i18n-31.7.0/ast.xpi) = 393049
+SHA256 (xpi/thunderbird-i18n-31.7.0/be.xpi) = 8be5b81c0a747d89ff9f586d726706718711a01ffd70ecbed9fe00352fb795dd
+SIZE (xpi/thunderbird-i18n-31.7.0/be.xpi) = 427488
+SHA256 (xpi/thunderbird-i18n-31.7.0/bg.xpi) = 7ab3641502204c37108430f5be2f78a161b1aa5a63561c8edcf0186a7f509df6
+SIZE (xpi/thunderbird-i18n-31.7.0/bg.xpi) = 493734
+SHA256 (xpi/thunderbird-i18n-31.7.0/bn-BD.xpi) = 51cf109e8416775e656a1431630f3f4a6b0bde3e44744449283d0666284698bf
+SIZE (xpi/thunderbird-i18n-31.7.0/bn-BD.xpi) = 555613
+SHA256 (xpi/thunderbird-i18n-31.7.0/br.xpi) = 97bbaea547340a56f528d8675b04a596369fb9b63245e20acd76d74211f7a668
+SIZE (xpi/thunderbird-i18n-31.7.0/br.xpi) = 441445
+SHA256 (xpi/thunderbird-i18n-31.7.0/ca.xpi) = 49d3df068e9edcf17ed99754bd45c7d00c50f4bacd7a5484ab86018197258523
+SIZE (xpi/thunderbird-i18n-31.7.0/ca.xpi) = 441713
+SHA256 (xpi/thunderbird-i18n-31.7.0/cs.xpi) = d491ebf429f56ad21632bc476f9364857ee838a330ff1b966cae2e8ec5a944e8
+SIZE (xpi/thunderbird-i18n-31.7.0/cs.xpi) = 444701
+SHA256 (xpi/thunderbird-i18n-31.7.0/da.xpi) = c95a6ce7d22eca56f365f05805393a1b52a5427af02a447f9dba1cd1559dd7c7
+SIZE (xpi/thunderbird-i18n-31.7.0/da.xpi) = 422052
+SHA256 (xpi/thunderbird-i18n-31.7.0/de.xpi) = 0debd56af6d8872d525e62ae8fd609620c3a66a425817dec83d701346fd766ba
+SIZE (xpi/thunderbird-i18n-31.7.0/de.xpi) = 424665
+SHA256 (xpi/thunderbird-i18n-31.7.0/el.xpi) = 9b3ca0a7df6b8bc91274b2b757dfb909beb04815cf51b377b22755114776b536
+SIZE (xpi/thunderbird-i18n-31.7.0/el.xpi) = 484855
+SHA256 (xpi/thunderbird-i18n-31.7.0/en-GB.xpi) = d8d4dc74889792dc9b434f11a8934d5363dafb07aada75068809f1d3ceba7d66
+SIZE (xpi/thunderbird-i18n-31.7.0/en-GB.xpi) = 412515
+SHA256 (xpi/thunderbird-i18n-31.7.0/en-US.xpi) = c4e5def480042a55d8532129f3bd5226004b98f5dd3991eeb429a35152f4391e
+SIZE (xpi/thunderbird-i18n-31.7.0/en-US.xpi) = 413660
+SHA256 (xpi/thunderbird-i18n-31.7.0/es-AR.xpi) = e0bf50d99447934d0f9865329469559308ab54c32d2d64321a9742b3aa4be063
+SIZE (xpi/thunderbird-i18n-31.7.0/es-AR.xpi) = 438531
+SHA256 (xpi/thunderbird-i18n-31.7.0/es-ES.xpi) = 162a5c3879bb4d826b8cfea0dd68cf13f29d417bac79cc2482dd78d76cc0a8f7
+SIZE (xpi/thunderbird-i18n-31.7.0/es-ES.xpi) = 374979
+SHA256 (xpi/thunderbird-i18n-31.7.0/et.xpi) = 9f5846d2147eeb8a834a282abc80ef1cd58389faaf4a0dfedfc4e91cd28faaf5
+SIZE (xpi/thunderbird-i18n-31.7.0/et.xpi) = 434364
+SHA256 (xpi/thunderbird-i18n-31.7.0/eu.xpi) = bba78265515862435a7aa19345460c0bdd192be207550f6a9ac0cdb7de535ac8
+SIZE (xpi/thunderbird-i18n-31.7.0/eu.xpi) = 431449
+SHA256 (xpi/thunderbird-i18n-31.7.0/fi.xpi) = bdf3d4bf05bc66951c9d861af635c791fd3513f578fe32a9ccc150aa81ba6304
+SIZE (xpi/thunderbird-i18n-31.7.0/fi.xpi) = 435632
+SHA256 (xpi/thunderbird-i18n-31.7.0/fr.xpi) = 5700997d79942d74db684fddb255ee1e5a1b10b0c7c0df875b917dbba91f9607
+SIZE (xpi/thunderbird-i18n-31.7.0/fr.xpi) = 444144
+SHA256 (xpi/thunderbird-i18n-31.7.0/fy-NL.xpi) = ed3f3e4bbba12218a0025747257cdaefceb4f37ce65fbf8e3ec1746cacf62d62
+SIZE (xpi/thunderbird-i18n-31.7.0/fy-NL.xpi) = 438544
+SHA256 (xpi/thunderbird-i18n-31.7.0/ga-IE.xpi) = 788127820d6404540b698794a9008990f77005056ec1f15da05785087729c178
+SIZE (xpi/thunderbird-i18n-31.7.0/ga-IE.xpi) = 449362
+SHA256 (xpi/thunderbird-i18n-31.7.0/gd.xpi) = f688f29b6e4032d6f6fd9b3e7ae20d2f94f7ae34e977bcb1ea1e9b4393ac9f4d
+SIZE (xpi/thunderbird-i18n-31.7.0/gd.xpi) = 453172
+SHA256 (xpi/thunderbird-i18n-31.7.0/gl.xpi) = 52ba67336de4d8d19ac1d29d22df362af9e8b43a2cb800a0303b51e0b6d4c4fb
+SIZE (xpi/thunderbird-i18n-31.7.0/gl.xpi) = 446788
+SHA256 (xpi/thunderbird-i18n-31.7.0/he.xpi) = 39519209cf6c19208e8c677439b3cad194d9d14f7ff3814c189890d6285b7af7
+SIZE (xpi/thunderbird-i18n-31.7.0/he.xpi) = 476111
+SHA256 (xpi/thunderbird-i18n-31.7.0/hr.xpi) = 7abab0668491b42dff80e8b656407b9489f8a133a58f0ca42f8c83a1973efd77
+SIZE (xpi/thunderbird-i18n-31.7.0/hr.xpi) = 436980
+SHA256 (xpi/thunderbird-i18n-31.7.0/hu.xpi) = ec4d3c63698bc825fee4a2dedde66a7796fef0efee8df307d8f233f382ba784a
+SIZE (xpi/thunderbird-i18n-31.7.0/hu.xpi) = 454542
+SHA256 (xpi/thunderbird-i18n-31.7.0/hy-AM.xpi) = f22b7f8a56d6b92448d4b1cf471fdad56cef13e8668a472e833a8efc8400b53f
+SIZE (xpi/thunderbird-i18n-31.7.0/hy-AM.xpi) = 492766
+SHA256 (xpi/thunderbird-i18n-31.7.0/id.xpi) = 40c62742c10f08f1b93e68b026b48b849dcf323f99987720be19c0bc0f4fbb7f
+SIZE (xpi/thunderbird-i18n-31.7.0/id.xpi) = 475876
+SHA256 (xpi/thunderbird-i18n-31.7.0/is.xpi) = 1007cd1f3f72deecdbfbb3ec54837955f53235de4b39405158eec9dd74750246
+SIZE (xpi/thunderbird-i18n-31.7.0/is.xpi) = 437959
+SHA256 (xpi/thunderbird-i18n-31.7.0/it.xpi) = 6de47224c4342a1fc1c81d8ec0bab90cdacb4b4e54709e9590c2bd341fbfbae7
+SIZE (xpi/thunderbird-i18n-31.7.0/it.xpi) = 368001
+SHA256 (xpi/thunderbird-i18n-31.7.0/ja.xpi) = 4e3f6637cccafab04d665bb66b2d808797384c3b322a4375efcb9a3be480fe7f
+SIZE (xpi/thunderbird-i18n-31.7.0/ja.xpi) = 489267
+SHA256 (xpi/thunderbird-i18n-31.7.0/ko.xpi) = 6c962ee2ce9051223897ace9fa6d7c60ffb7e95b103a52bad0f17803efcfeaf2
+SIZE (xpi/thunderbird-i18n-31.7.0/ko.xpi) = 448920
+SHA256 (xpi/thunderbird-i18n-31.7.0/lt.xpi) = 9dbde5ddc20a9512320490318f5f6278d5626357f3b17401482a439a4f6be654
+SIZE (xpi/thunderbird-i18n-31.7.0/lt.xpi) = 456352
+SHA256 (xpi/thunderbird-i18n-31.7.0/nb-NO.xpi) = 51a38f39dfc18d945a0985a23d0b7770f8fe3cebf8a28f22fd92bb288345a9b0
+SIZE (xpi/thunderbird-i18n-31.7.0/nb-NO.xpi) = 430942
+SHA256 (xpi/thunderbird-i18n-31.7.0/nl.xpi) = 784ba5505afef70f492a85651c632da974c01bf1c5a945ff132df40b077304d7
+SIZE (xpi/thunderbird-i18n-31.7.0/nl.xpi) = 431888
+SHA256 (xpi/thunderbird-i18n-31.7.0/nn-NO.xpi) = cfd312de7632a96facd36acdc00a04bc571101d655c5c8f70300d3f982b58366
+SIZE (xpi/thunderbird-i18n-31.7.0/nn-NO.xpi) = 433198
+SHA256 (xpi/thunderbird-i18n-31.7.0/pa-IN.xpi) = e444889660a60b44a3e5e6fc94972e2b8a2b97e0fa8959b41bcacacfc8be931d
+SIZE (xpi/thunderbird-i18n-31.7.0/pa-IN.xpi) = 525323
+SHA256 (xpi/thunderbird-i18n-31.7.0/pl.xpi) = 3ef71ff4f72e28f15ea76764be9179cefdbf92a2270e87dad557cbf6d6c44f36
+SIZE (xpi/thunderbird-i18n-31.7.0/pl.xpi) = 410873
+SHA256 (xpi/thunderbird-i18n-31.7.0/pt-BR.xpi) = 298f9a4a205a77e471f96e38d12dbba00b6fb9ddf89b496e8b5eb106d1f33c97
+SIZE (xpi/thunderbird-i18n-31.7.0/pt-BR.xpi) = 450477
+SHA256 (xpi/thunderbird-i18n-31.7.0/pt-PT.xpi) = e01d684612fd224536e9cb21f44ace5cab81bf8fd15e8e5265847df1b2407a59
+SIZE (xpi/thunderbird-i18n-31.7.0/pt-PT.xpi) = 439603
+SHA256 (xpi/thunderbird-i18n-31.7.0/rm.xpi) = 0d2606836428595232daf0aedbafea4935e641658712fd99e34668e686c0d2e7
+SIZE (xpi/thunderbird-i18n-31.7.0/rm.xpi) = 439185
+SHA256 (xpi/thunderbird-i18n-31.7.0/ro.xpi) = 7de4b8e3ffcf3ac7ced5aeae0ca84d1e9c8603646e54473665505e1f1ac66925
+SIZE (xpi/thunderbird-i18n-31.7.0/ro.xpi) = 479749
+SHA256 (xpi/thunderbird-i18n-31.7.0/ru.xpi) = 38b372432b02c42703e3f425946cee6a42918d574f7bff7df5f9997ddb076f64
+SIZE (xpi/thunderbird-i18n-31.7.0/ru.xpi) = 436156
+SHA256 (xpi/thunderbird-i18n-31.7.0/si.xpi) = 3441d57aeedf15c5a29800e8f544b8571d41e5ed5a381d8bb2087cda97074970
+SIZE (xpi/thunderbird-i18n-31.7.0/si.xpi) = 528812
+SHA256 (xpi/thunderbird-i18n-31.7.0/sk.xpi) = dcd56d713daa7b6fb03d64219797e159eab8bef2e7eb9bd7999c0b285a24d153
+SIZE (xpi/thunderbird-i18n-31.7.0/sk.xpi) = 452995
+SHA256 (xpi/thunderbird-i18n-31.7.0/sl.xpi) = 7e7fb8287b9255aa8988bf63677e0bed8ae30c0da5ac7d83ba1300ba2bca41d3
+SIZE (xpi/thunderbird-i18n-31.7.0/sl.xpi) = 433874
+SHA256 (xpi/thunderbird-i18n-31.7.0/sq.xpi) = b9270889a4905233e450be25d61e4a1359a057bc6c021d5aba23a941cde56123
+SIZE (xpi/thunderbird-i18n-31.7.0/sq.xpi) = 454695
+SHA256 (xpi/thunderbird-i18n-31.7.0/sr.xpi) = 0ef471cf54c052214d5169189a72efc0e8d65801e482aeff413ffc7c822c1651
+SIZE (xpi/thunderbird-i18n-31.7.0/sr.xpi) = 537335
+SHA256 (xpi/thunderbird-i18n-31.7.0/sv-SE.xpi) = 803529203aded6bf1194a6d5d575f5e16f8a4a249a68878650c5469e92512923
+SIZE (xpi/thunderbird-i18n-31.7.0/sv-SE.xpi) = 436106
+SHA256 (xpi/thunderbird-i18n-31.7.0/ta-LK.xpi) = 3529d8a55ea5458edf24059d55178b6c4935aa82b604bc1c46e4b4bffb88234b
+SIZE (xpi/thunderbird-i18n-31.7.0/ta-LK.xpi) = 553509
+SHA256 (xpi/thunderbird-i18n-31.7.0/tr.xpi) = e83e64f528b12b1550efb28ba4dea51e7912ab2af470c1382d78e01d9dc3a3ff
+SIZE (xpi/thunderbird-i18n-31.7.0/tr.xpi) = 457360
+SHA256 (xpi/thunderbird-i18n-31.7.0/uk.xpi) = 12c2001834af439d1a0f95ed3f416788672d41c5b02481d26e54f66e721c83a6
+SIZE (xpi/thunderbird-i18n-31.7.0/uk.xpi) = 499656
+SHA256 (xpi/thunderbird-i18n-31.7.0/vi.xpi) = 7a20d9842117105f4ac641d602977cf20d4149564593adba0f3415976fd7b52d
+SIZE (xpi/thunderbird-i18n-31.7.0/vi.xpi) = 513835
+SHA256 (xpi/thunderbird-i18n-31.7.0/zh-CN.xpi) = f582fac503f385ceb59761134ed24170ded9f65861106ff77219040b169e6a37
+SIZE (xpi/thunderbird-i18n-31.7.0/zh-CN.xpi) = 462668
+SHA256 (xpi/thunderbird-i18n-31.7.0/zh-TW.xpi) = 3b60993a3c85f61ef57b02334d3a71d864e9e6609ec29f398c1f60094cad43a3
+SIZE (xpi/thunderbird-i18n-31.7.0/zh-TW.xpi) = 463408

Modified: branches/2015Q2/mail/thunderbird/Makefile
==============================================================================
--- branches/2015Q2/mail/thunderbird/Makefile	Fri May 15 00:44:32 2015	(r386372)
+++ branches/2015Q2/mail/thunderbird/Makefile	Fri May 15 00:45:17 2015	(r386373)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	thunderbird
-DISTVERSION=	31.6.0
+DISTVERSION=	31.7.0
 CATEGORIES=	mail news net-im ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
 		https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/
@@ -13,7 +13,7 @@ MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	Mozilla Thunderbird is standalone mail and news that stands above
 
 BUILD_DEPENDS=	nspr>=4.10.6:${PORTSDIR}/devel/nspr \
-		nss>=3.16:${PORTSDIR}/security/nss \
+		nss>=3.16.2.3:${PORTSDIR}/security/nss \
 		libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \
 		cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \
 		soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \
@@ -31,8 +31,8 @@ BUILD_DEPENDS=	nspr>=4.10.6:${PORTSDIR}/
 
 LIB_DEPENDS=	libv4l2.so:${PORTSDIR}/multimedia/libv4l
 
-EM_VERSION=	1.8.1
-L_VERSION=	3.3.6
+EM_VERSION=	1.8.2
+L_VERSION=	3.3.7
 
 SSP_UNSAFE=	yes
 USE_GECKO=	gecko

Modified: branches/2015Q2/mail/thunderbird/distinfo
==============================================================================
--- branches/2015Q2/mail/thunderbird/distinfo	Fri May 15 00:44:32 2015	(r386372)
+++ branches/2015Q2/mail/thunderbird/distinfo	Fri May 15 00:45:17 2015	(r386373)
@@ -1,4 +1,4 @@
-SHA256 (thunderbird-31.6.0.source.tar.bz2) = ccbf8cbb740bc1b30ecf4fe39aab226607f9a41e23a07e994c508a90e8b70508
-SIZE (thunderbird-31.6.0.source.tar.bz2) = 171089774
-SHA256 (enigmail-1.8.1.tar.gz) = 15b621455fb945b0ff1a55b50bd75e8bacee8650246fb9cd683b55b8d17c6dbb
-SIZE (enigmail-1.8.1.tar.gz) = 1592706
+SHA256 (thunderbird-31.7.0.source.tar.bz2) = dc3a6afaab486ba09745898f55986f98cc9bf7647cd992849f9c7ead563479b7
+SIZE (thunderbird-31.7.0.source.tar.bz2) = 171059989
+SHA256 (enigmail-1.8.2.tar.gz) = 1d2700799bc52aaa8e8c9f7a0f5111281ff9fbdffc093cdff070657d574eb2a6
+SIZE (enigmail-1.8.2.tar.gz) = 1604159

Modified: branches/2015Q2/mail/thunderbird/files/patch-bug1021171
==============================================================================
--- branches/2015Q2/mail/thunderbird/files/patch-bug1021171	Fri May 15 00:44:32 2015	(r386372)
+++ branches/2015Q2/mail/thunderbird/files/patch-bug1021171	Fri May 15 00:45:17 2015	(r386373)
@@ -162,7 +162,7 @@ index 5aacc23..aed45ca 100644
      if (!sourceObject)
 -        return nullptr;
 +        return false;
-     ScriptSource *ss = sourceObject->source();
+     ScriptSource* ss = sourceObject->source();
  
      SourceCompressionTask sct(cx);
 diff --git js/xpconnect/wrappers/XrayWrapper.cpp js/xpconnect/wrappers/XrayWrapper.cpp

Modified: branches/2015Q2/security/ca_root_nss/Makefile
==============================================================================
--- branches/2015Q2/security/ca_root_nss/Makefile	Fri May 15 00:44:32 2015	(r386372)
+++ branches/2015Q2/security/ca_root_nss/Makefile	Fri May 15 00:45:17 2015	(r386373)
@@ -30,7 +30,7 @@ PLIST_SUB+=	CERTDIR=${CERTDIR}
 # !!!  Please DO NOT submit patches for new version until it has !!!
 # !!!  been committed there first.                               !!!
 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-VERSION_NSS=	3.18.1
+VERSION_NSS=	3.19
 #NSS_SUFFIX=	.with.ckbi.1.93
 CERTDATA_TXT_PATH=	nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdata.txt
 BUNDLE_PROCESSOR=	MAca-bundle.pl

Modified: branches/2015Q2/security/ca_root_nss/distinfo
==============================================================================
--- branches/2015Q2/security/ca_root_nss/distinfo	Fri May 15 00:44:32 2015	(r386372)
+++ branches/2015Q2/security/ca_root_nss/distinfo	Fri May 15 00:45:17 2015	(r386373)
@@ -1,2 +1,2 @@
-SHA256 (nss-3.18.1.tar.gz) = 10d005ca1b143a8b77032a169c595d06cf42d16d54809558ea30f1ffe73fef70
-SIZE (nss-3.18.1.tar.gz) = 6945125
+SHA256 (nss-3.19.tar.gz) = 989ebdf79374f24181f060d332445b1a4baf3df39d08514c4349ba8573cefa9b
+SIZE (nss-3.19.tar.gz) = 6951461

Modified: branches/2015Q2/security/nss/Makefile
==============================================================================
--- branches/2015Q2/security/nss/Makefile	Fri May 15 00:44:32 2015	(r386372)
+++ branches/2015Q2/security/nss/Makefile	Fri May 15 00:45:17 2015	(r386373)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nss
-PORTVERSION=	3.18.1
+PORTVERSION=	3.19
 #DISTVERSIONSUFFIX=	.with.ckbi.1.93
 CATEGORIES=	security
 MASTER_SITES=	MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src

Modified: branches/2015Q2/security/nss/distinfo
==============================================================================
--- branches/2015Q2/security/nss/distinfo	Fri May 15 00:44:32 2015	(r386372)
+++ branches/2015Q2/security/nss/distinfo	Fri May 15 00:45:17 2015	(r386373)
@@ -1,2 +1,2 @@
-SHA256 (nss-3.18.1.tar.gz) = 10d005ca1b143a8b77032a169c595d06cf42d16d54809558ea30f1ffe73fef70
-SIZE (nss-3.18.1.tar.gz) = 6945125
+SHA256 (nss-3.19.tar.gz) = 989ebdf79374f24181f060d332445b1a4baf3df39d08514c4349ba8573cefa9b
+SIZE (nss-3.19.tar.gz) = 6951461

Modified: branches/2015Q2/www/firefox-esr-i18n/Makefile
==============================================================================
--- branches/2015Q2/www/firefox-esr-i18n/Makefile	Fri May 15 00:44:32 2015	(r386372)
+++ branches/2015Q2/www/firefox-esr-i18n/Makefile	Fri May 15 00:45:17 2015	(r386373)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	firefox
-PORTVERSION=	31.6.0
+PORTVERSION=	31.7.0
 CATEGORIES=	www
 MASTER_SITES=	MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}esr/linux-i686/xpi
 PKGNAMEPREFIX=

Modified: branches/2015Q2/www/firefox-esr-i18n/distinfo
==============================================================================
--- branches/2015Q2/www/firefox-esr-i18n/distinfo	Fri May 15 00:44:32 2015	(r386372)
+++ branches/2015Q2/www/firefox-esr-i18n/distinfo	Fri May 15 00:45:17 2015	(r386373)
@@ -1,178 +1,178 @@
-SHA256 (xpi/firefox-31.6.0/ach.xpi) = 260e24acea031c27c5b55a016602a0a2d7de77d02b9dbdd8a082883947b60582
-SIZE (xpi/firefox-31.6.0/ach.xpi) = 445326
-SHA256 (xpi/firefox-31.6.0/af.xpi) = a08e0044bc768e622306f0a9ca9e79949aafe3003368e0e745d647d2f89400d8
-SIZE (xpi/firefox-31.6.0/af.xpi) = 431089
-SHA256 (xpi/firefox-31.6.0/an.xpi) = ac6d78a9c60aa84306b382a2ac14d263ce2dc3a9f6ae79e9dab04e4915ce9f97
-SIZE (xpi/firefox-31.6.0/an.xpi) = 407151
-SHA256 (xpi/firefox-31.6.0/ar.xpi) = f52e73955224372dec765a5d434ec34956544e99f63689abcc765963c531b9c3
-SIZE (xpi/firefox-31.6.0/ar.xpi) = 459824
-SHA256 (xpi/firefox-31.6.0/as.xpi) = 3b354dc39c51ecde1a52a034bc71d53591fcc51ef436e033565439f23adab171
-SIZE (xpi/firefox-31.6.0/as.xpi) = 448569
-SHA256 (xpi/firefox-31.6.0/ast.xpi) = 82316d199880e1951333cac7b23b421333b514f826c0b0ad91fdb5ec231dc3bc
-SIZE (xpi/firefox-31.6.0/ast.xpi) = 352341
-SHA256 (xpi/firefox-31.6.0/be.xpi) = f0cf126cb49b613ad3451f04c05d77bbeacb4dbca6887d0d52bdabd3216698f1
-SIZE (xpi/firefox-31.6.0/be.xpi) = 378668
-SHA256 (xpi/firefox-31.6.0/bg.xpi) = 2a5e95a080be8a06a8e7106de9da19bc04a64715adafa331b665b4be860289ea
-SIZE (xpi/firefox-31.6.0/bg.xpi) = 438061
-SHA256 (xpi/firefox-31.6.0/bn-BD.xpi) = 71d75d47c6a7ffb14557def77aa29ff45fc837e03b0767c14b2bcc3ed9566737
-SIZE (xpi/firefox-31.6.0/bn-BD.xpi) = 472626
-SHA256 (xpi/firefox-31.6.0/bn-IN.xpi) = b1a3eab81d936ef194b12c92393a6cd4f2ac48c8bb930e0db0d257be7f34b3f4
-SIZE (xpi/firefox-31.6.0/bn-IN.xpi) = 462593
-SHA256 (xpi/firefox-31.6.0/br.xpi) = a556b83f8fd5b8700ec4bb616ab4977912eebc8dec1beba62cffd9b32f8c2317
-SIZE (xpi/firefox-31.6.0/br.xpi) = 389703
-SHA256 (xpi/firefox-31.6.0/bs.xpi) = f171c0d44420a905533ca7d8e1559be98b7355c7bb87beb8319bb84ac1bcde7a
-SIZE (xpi/firefox-31.6.0/bs.xpi) = 429014
-SHA256 (xpi/firefox-31.6.0/ca.xpi) = bc7923b5006d07ae5294fdc2fbe54e7f6f99cf0492a5f32c5f1dd697f6fb00cb
-SIZE (xpi/firefox-31.6.0/ca.xpi) = 403575
-SHA256 (xpi/firefox-31.6.0/cs.xpi) = 67d3153d76a13983c0ae660b8ac612e2896352a6bbabf0ddc93e71608082b016
-SIZE (xpi/firefox-31.6.0/cs.xpi) = 390978
-SHA256 (xpi/firefox-31.6.0/csb.xpi) = bda412420f96b1b51b500909af5792f8b6b7c7c05b37ff771151fe665060d1dd
-SIZE (xpi/firefox-31.6.0/csb.xpi) = 383695
-SHA256 (xpi/firefox-31.6.0/cy.xpi) = e4e6030ab6dbb540b415195985415ea72da0f8e1b229238c9ee07c76276410ce
-SIZE (xpi/firefox-31.6.0/cy.xpi) = 390727
-SHA256 (xpi/firefox-31.6.0/da.xpi) = 378cf86ef6fea5798544fe0e98857526397c6545580cfda40a4c6e0f7ce589a2
-SIZE (xpi/firefox-31.6.0/da.xpi) = 397747
-SHA256 (xpi/firefox-31.6.0/de.xpi) = 11c8e64f3c6405e7473484fcfa0e45d9855e73fb64f6e336ebf092417b402fcb
-SIZE (xpi/firefox-31.6.0/de.xpi) = 395165
-SHA256 (xpi/firefox-31.6.0/el.xpi) = accd3b86fce0dc9b3f33de5be51722a5d1c0e856343b83e7f8a537d1afcb893d
-SIZE (xpi/firefox-31.6.0/el.xpi) = 442982
-SHA256 (xpi/firefox-31.6.0/en-GB.xpi) = fb3220fe093ae582733b92adc7a139897ba6f1e77f03db22b9cd8146647c5fb9
-SIZE (xpi/firefox-31.6.0/en-GB.xpi) = 390118
-SHA256 (xpi/firefox-31.6.0/en-US.xpi) = a66312a5bc2388decb17c997248fe1c3a026aae06b6fa4619ed1592ad8704ea8
-SIZE (xpi/firefox-31.6.0/en-US.xpi) = 422788
-SHA256 (xpi/firefox-31.6.0/en-ZA.xpi) = f6fc9853f3748e493eb4cefef8734215ec8a5321c0de1702c1bf4355744454bc
-SIZE (xpi/firefox-31.6.0/en-ZA.xpi) = 388528
-SHA256 (xpi/firefox-31.6.0/eo.xpi) = 23d8c2ea9fc2f7d7b603961ed2a4e91dda4e32f051fd0a789db2fd5c5ae252f2
-SIZE (xpi/firefox-31.6.0/eo.xpi) = 431831
-SHA256 (xpi/firefox-31.6.0/es-AR.xpi) = cc997dd731ebb057c00cd842ccfc53cc01317c0b347e42195e393420acb2f990
-SIZE (xpi/firefox-31.6.0/es-AR.xpi) = 399937
-SHA256 (xpi/firefox-31.6.0/es-CL.xpi) = 49e6f87b034fdf04ffa418af3c633ad73af4cfee24d80bfd2c08e8bf7bd6eb60
-SIZE (xpi/firefox-31.6.0/es-CL.xpi) = 342808
-SHA256 (xpi/firefox-31.6.0/es-ES.xpi) = c751bad8313f17bc057be6e003d00876d1c7e7f9e98a91e717341eecbed1506d
-SIZE (xpi/firefox-31.6.0/es-ES.xpi) = 335880
-SHA256 (xpi/firefox-31.6.0/es-MX.xpi) = edaa595a52962b3c1819e6ccc5671a5b4de9cadd11d58e9f0a7ca36002d017b3
-SIZE (xpi/firefox-31.6.0/es-MX.xpi) = 402672
-SHA256 (xpi/firefox-31.6.0/et.xpi) = d228395ad78690477f6911016e1ea998eb8d426f0ef2b455051dce24d108bb3d
-SIZE (xpi/firefox-31.6.0/et.xpi) = 390360
-SHA256 (xpi/firefox-31.6.0/eu.xpi) = 681720056779f4ecf7f6b7deb192520ccce75facda3ef7d9e6c3b2650ec12386
-SIZE (xpi/firefox-31.6.0/eu.xpi) = 413000
-SHA256 (xpi/firefox-31.6.0/fa.xpi) = c03f8883bc240bc196a1d0bac7b1b1db47772b89fd1015c8affacbd33f813e85
-SIZE (xpi/firefox-31.6.0/fa.xpi) = 460857
-SHA256 (xpi/firefox-31.6.0/ff.xpi) = db4ae425a342e5d71508ee0f170ec350d2c74a2eac50b37075399897170a9dc5
-SIZE (xpi/firefox-31.6.0/ff.xpi) = 400143
-SHA256 (xpi/firefox-31.6.0/fi.xpi) = 45e1251013c7639504ee961e2a93b83cda324eaa0d00da9ad666625d31b41dde
-SIZE (xpi/firefox-31.6.0/fi.xpi) = 392740
-SHA256 (xpi/firefox-31.6.0/fr.xpi) = e6929c3006b150ff949bb491ef9e9be05e8d40974268d77cfaff3586474ed676
-SIZE (xpi/firefox-31.6.0/fr.xpi) = 406462
-SHA256 (xpi/firefox-31.6.0/fy-NL.xpi) = b499c4a75f8a757a27da9e19f2b04b979b816e715139cdbcb1a0fcd0627ff556
-SIZE (xpi/firefox-31.6.0/fy-NL.xpi) = 401930
-SHA256 (xpi/firefox-31.6.0/ga-IE.xpi) = 5f0b097a8aac0035a5969016f6a5743c6575e7188746f5111e21a52ad8fe4c4a
-SIZE (xpi/firefox-31.6.0/ga-IE.xpi) = 410077
-SHA256 (xpi/firefox-31.6.0/gd.xpi) = 8c1eeaddce3a8d85633db86c2f8574a976ca917ced508807eb3befbd7fe3dbe1
-SIZE (xpi/firefox-31.6.0/gd.xpi) = 403014
-SHA256 (xpi/firefox-31.6.0/gl.xpi) = 3eb15a737f0f025fa778e4133ddc439b38742d0169a02bb30d94843d06042a5e
-SIZE (xpi/firefox-31.6.0/gl.xpi) = 390599
-SHA256 (xpi/firefox-31.6.0/gu-IN.xpi) = 67cfe62d41ef98137da37657461b0891bf327c8286509d2a42f7bc01a912909b
-SIZE (xpi/firefox-31.6.0/gu-IN.xpi) = 423504
-SHA256 (xpi/firefox-31.6.0/he.xpi) = ff6148823b70fd2dcb751e2930abfb0c60c06d762caa29eab6b773a3efcc4b5e
-SIZE (xpi/firefox-31.6.0/he.xpi) = 427630
-SHA256 (xpi/firefox-31.6.0/hi-IN.xpi) = f304c9cb27db37a7bba1ce3a9735fa94a0145c6e3208bfd44fc54fa7d1bdc27e
-SIZE (xpi/firefox-31.6.0/hi-IN.xpi) = 441402
-SHA256 (xpi/firefox-31.6.0/hr.xpi) = 30eb5e81ef7b8524c715533852849319c5328286bdab9ff9c35682f9f49b47fc
-SIZE (xpi/firefox-31.6.0/hr.xpi) = 424371
-SHA256 (xpi/firefox-31.6.0/hsb.xpi) = ea94c8130c53fc6c031eaf96cb557329ba358398c4dd0ae421a0e570ef21fb9a
-SIZE (xpi/firefox-31.6.0/hsb.xpi) = 413076
-SHA256 (xpi/firefox-31.6.0/hu.xpi) = 15b90773e0d4da1721a598e30b94cf5cb3f32b6d7a1fdda279641a0c304210ee
-SIZE (xpi/firefox-31.6.0/hu.xpi) = 398644
-SHA256 (xpi/firefox-31.6.0/hy-AM.xpi) = c211d445aa41546f60fe02a5d303327558234e837c9f133ff5630ccb544f6c61
-SIZE (xpi/firefox-31.6.0/hy-AM.xpi) = 478743
-SHA256 (xpi/firefox-31.6.0/id.xpi) = 1329490526e260239f2b8efde39f2e88db45883becd0703e6fe3cc0fccd3b3d8
-SIZE (xpi/firefox-31.6.0/id.xpi) = 378301
-SHA256 (xpi/firefox-31.6.0/is.xpi) = 0150207fea2ee38861915a6974efaa86bad88a64d064ce0675af2116878ccec3
-SIZE (xpi/firefox-31.6.0/is.xpi) = 427327
-SHA256 (xpi/firefox-31.6.0/it.xpi) = 0040e18bf67533292565f401a37ba2236900957cd7dd777f32e31cb34e3a1bf3
-SIZE (xpi/firefox-31.6.0/it.xpi) = 330906
-SHA256 (xpi/firefox-31.6.0/ja.xpi) = b51a3408faaf6ee01b2f788ed037e651f2589be9c04667776d8dd8bbb53ae4e4
-SIZE (xpi/firefox-31.6.0/ja.xpi) = 421665
-SHA256 (xpi/firefox-31.6.0/kk.xpi) = fa461f1693c8e21f4586350774cdcdd2abace56c4f97618f41c8b888edb33c1d
-SIZE (xpi/firefox-31.6.0/kk.xpi) = 439116
-SHA256 (xpi/firefox-31.6.0/km.xpi) = 71ca8b6e3eb68b012534d2f22bb9ae62633a99166ba68b69b0aa4bbeaf43e17e
-SIZE (xpi/firefox-31.6.0/km.xpi) = 506476
-SHA256 (xpi/firefox-31.6.0/kn.xpi) = edf81e183989c473a152a838278f034491c03ee6a46887fd9adb497991d2b545
-SIZE (xpi/firefox-31.6.0/kn.xpi) = 458891
-SHA256 (xpi/firefox-31.6.0/ko.xpi) = 03019110af5b9134586b1dfe86157eb3921595724766092437b24d7a9ed15e10
-SIZE (xpi/firefox-31.6.0/ko.xpi) = 402815
-SHA256 (xpi/firefox-31.6.0/ku.xpi) = d7159b97c3efc343ccf7c88b917a88e2d93c603d5ebcc6b1dbb3fbe0dc4492d1
-SIZE (xpi/firefox-31.6.0/ku.xpi) = 420260
-SHA256 (xpi/firefox-31.6.0/lij.xpi) = d31745169bf3e5245b17c2d01675bb971f712a24090436907f11dcb2703c5ae9
-SIZE (xpi/firefox-31.6.0/lij.xpi) = 385864
-SHA256 (xpi/firefox-31.6.0/lt.xpi) = 93b85bcd56907de2700d963e8ae4e6f4c14bdb221f80fb1bf7b5d607c68ce2d7
-SIZE (xpi/firefox-31.6.0/lt.xpi) = 435431
-SHA256 (xpi/firefox-31.6.0/lv.xpi) = d4466e48de9beec1aaa667dec1489c913a86e205c1608ca1a58b6a6ea6d2e88c
-SIZE (xpi/firefox-31.6.0/lv.xpi) = 398576
-SHA256 (xpi/firefox-31.6.0/mai.xpi) = 81eaf82841c0a93449e737b64d4de11a0ada3b8537411f436fef195a18cb448e
-SIZE (xpi/firefox-31.6.0/mai.xpi) = 444885
-SHA256 (xpi/firefox-31.6.0/mk.xpi) = a4ec9547344563d1691d3b099b4846744f0075c2f8549a325312b900e4660af1
-SIZE (xpi/firefox-31.6.0/mk.xpi) = 475483
-SHA256 (xpi/firefox-31.6.0/ml.xpi) = ea3c4a99d49f0f8d5f043a20ab4b14f3ad92ec29524119f3e5425f3437485886
-SIZE (xpi/firefox-31.6.0/ml.xpi) = 466254
-SHA256 (xpi/firefox-31.6.0/mr.xpi) = 77cf2fe1466169e5c7e053a029b5a6bff2fa3c5657599fb2ab656e5099e195ea
-SIZE (xpi/firefox-31.6.0/mr.xpi) = 451292
-SHA256 (xpi/firefox-31.6.0/ms.xpi) = fd736d2c55eb34e5d3fde5e047e2a1a1d3098f27397e12084366992f9460254c
-SIZE (xpi/firefox-31.6.0/ms.xpi) = 436231
-SHA256 (xpi/firefox-31.6.0/nb-NO.xpi) = 15e25b7ec68df4b547722c71a3a1617810b7bfd0a5dbc75877a589ab566240ed
-SIZE (xpi/firefox-31.6.0/nb-NO.xpi) = 392006
-SHA256 (xpi/firefox-31.6.0/nl.xpi) = 68a335ab0caa1a98f3d2203413ea034873940c3c6e42983ecee0063ac238957e
-SIZE (xpi/firefox-31.6.0/nl.xpi) = 390885
-SHA256 (xpi/firefox-31.6.0/nn-NO.xpi) = 633c68a3643ff99152ab14db108c500df2fe58c0ac438796a464dd9cf13a5db4
-SIZE (xpi/firefox-31.6.0/nn-NO.xpi) = 386282
-SHA256 (xpi/firefox-31.6.0/or.xpi) = 28bf736700bbbbb09507f7a370fe4e6c755bbe0910a68714ba9a3b91fab47806
-SIZE (xpi/firefox-31.6.0/or.xpi) = 464749
-SHA256 (xpi/firefox-31.6.0/pa-IN.xpi) = fa43435741ab4d600c88a2db9ba3ce396d0dcd1d74a82da261ee717eadad451b
-SIZE (xpi/firefox-31.6.0/pa-IN.xpi) = 439326
-SHA256 (xpi/firefox-31.6.0/pl.xpi) = 424065efdfbfdf6de8e9304c656be79e680daec3cc1332996406980910ac66e7
-SIZE (xpi/firefox-31.6.0/pl.xpi) = 374747
-SHA256 (xpi/firefox-31.6.0/pt-BR.xpi) = 4538ab8f663f362c917c7e1a6dc28c6677ce982068df1ead945893d676417d78
-SIZE (xpi/firefox-31.6.0/pt-BR.xpi) = 405565
-SHA256 (xpi/firefox-31.6.0/pt-PT.xpi) = 3f413654ca087dae4240c2a3d9176a712089735c1cb9fd88ecd215e7e2af6584
-SIZE (xpi/firefox-31.6.0/pt-PT.xpi) = 386344
-SHA256 (xpi/firefox-31.6.0/rm.xpi) = bb465518d213f769b3b7bde25418f4ef3bf6f80a70262bf03f8d8aa2801ab0b9
-SIZE (xpi/firefox-31.6.0/rm.xpi) = 399286
-SHA256 (xpi/firefox-31.6.0/ro.xpi) = e159a21b52e0cb954a9bdf1a8469b39804cd7ce32829ff3d78399dec644cd5a5
-SIZE (xpi/firefox-31.6.0/ro.xpi) = 439388
-SHA256 (xpi/firefox-31.6.0/ru.xpi) = abc01550c3c7e0ef6ccc5b5b6ab87d7dfab7de5543657323727d49d446fe611d
-SIZE (xpi/firefox-31.6.0/ru.xpi) = 367897
-SHA256 (xpi/firefox-31.6.0/si.xpi) = fb22b1f01ba9ac5f4b6732ea324489990f6b6f4a3c4549b096e730eafec1c19d
-SIZE (xpi/firefox-31.6.0/si.xpi) = 463224
-SHA256 (xpi/firefox-31.6.0/sk.xpi) = 227ad1b874e761de087c7fcdfd180ad1874d6cbdc9438ea1d310fcb11df9ac2e
-SIZE (xpi/firefox-31.6.0/sk.xpi) = 413802
-SHA256 (xpi/firefox-31.6.0/sl.xpi) = b6ee571b0bd9dfb439b63d8fafe9e0c7c887f71064489628aea1a59a4a347e82
-SIZE (xpi/firefox-31.6.0/sl.xpi) = 387134
-SHA256 (xpi/firefox-31.6.0/son.xpi) = faa94ce43b7e23c2d763e2cfc4bb37669de813ac69b6581aad756776566a55d9
-SIZE (xpi/firefox-31.6.0/son.xpi) = 395144
-SHA256 (xpi/firefox-31.6.0/sq.xpi) = fa7dc4754278810f05e07d511095d0ccbe862b6cfbcb0ae894947c710f6a908c
-SIZE (xpi/firefox-31.6.0/sq.xpi) = 431136
-SHA256 (xpi/firefox-31.6.0/sr.xpi) = 221f4e9fca2063eee0d9265b227d65f2befb2b66447d77f51c075a9147970c32
-SIZE (xpi/firefox-31.6.0/sr.xpi) = 425902
-SHA256 (xpi/firefox-31.6.0/sv-SE.xpi) = e30934266cba9a23151a04c52b9e836b035cc3f89e3f85b09d47ef799f4e54bd
-SIZE (xpi/firefox-31.6.0/sv-SE.xpi) = 399026
-SHA256 (xpi/firefox-31.6.0/ta.xpi) = ee7272892fb2907de416e301964cf21c5c8e36afc72b3af8093eb1d32cbf2435
-SIZE (xpi/firefox-31.6.0/ta.xpi) = 447686
-SHA256 (xpi/firefox-31.6.0/te.xpi) = a00029dcb5d01c3cc8aa9f932c2e7d4a54c2c8a61fd62193690746012c2dbfae
-SIZE (xpi/firefox-31.6.0/te.xpi) = 462591
-SHA256 (xpi/firefox-31.6.0/th.xpi) = 1780b9d72ff57adf2da3fc36dfc51e55241f19636cd7ae78cd534ac959fad9b6
-SIZE (xpi/firefox-31.6.0/th.xpi) = 478127
-SHA256 (xpi/firefox-31.6.0/tr.xpi) = 93890192a9f6a8f596fbc5accfe4824a1f2aa1f078bfc09ad9a71c617bec9a21
-SIZE (xpi/firefox-31.6.0/tr.xpi) = 417370
-SHA256 (xpi/firefox-31.6.0/uk.xpi) = 55b58319c2871a9b2489465dedb93be404a0262697df8e44f86951ffa07c90ee
-SIZE (xpi/firefox-31.6.0/uk.xpi) = 428002
-SHA256 (xpi/firefox-31.6.0/vi.xpi) = aa9cef4ce877b89be65e464a3f28368f2c2225c57cb1b673432c98ca4a27dd6f
-SIZE (xpi/firefox-31.6.0/vi.xpi) = 413374
-SHA256 (xpi/firefox-31.6.0/xh.xpi) = 014bf1f5d22f23a49e136935e1174546a6741cf42882408895c8985616cb7dc3
-SIZE (xpi/firefox-31.6.0/xh.xpi) = 397876
-SHA256 (xpi/firefox-31.6.0/zh-CN.xpi) = 3a73fd89bd1ab16bcf9ffeec5013468542069cabf7d9c8f49046457def28212b
-SIZE (xpi/firefox-31.6.0/zh-CN.xpi) = 419630
-SHA256 (xpi/firefox-31.6.0/zh-TW.xpi) = fe4a99b85dd0f9bffb20828adea6b4682768cf9646f4a188bf15f5b9311be548
-SIZE (xpi/firefox-31.6.0/zh-TW.xpi) = 412521
-SHA256 (xpi/firefox-31.6.0/zu.xpi) = c74fd565002da788a8a37f2dd1b4bc72d026ef0ca5da5adc399a94b722e915c3
-SIZE (xpi/firefox-31.6.0/zu.xpi) = 433216
+SHA256 (xpi/firefox-31.7.0/ach.xpi) = a46aab04cc4f8e7c310d18f25b281e618e318c3c42c664e0801fc8dfd7d7c448
+SIZE (xpi/firefox-31.7.0/ach.xpi) = 445326
+SHA256 (xpi/firefox-31.7.0/af.xpi) = 9b90171ca31d767403cf874b96895e49ba71114bcef4f0f48125ef8062bf1ad8
+SIZE (xpi/firefox-31.7.0/af.xpi) = 431089
+SHA256 (xpi/firefox-31.7.0/an.xpi) = 4a0ba3d16c1ea336297d19ec810b74427744ff49dd9eed790594e7e2948ff638
+SIZE (xpi/firefox-31.7.0/an.xpi) = 407151
+SHA256 (xpi/firefox-31.7.0/ar.xpi) = a2c08b2724a2582e432bc3442b650a30491efed3b434d790bfd03af66f1182fb
+SIZE (xpi/firefox-31.7.0/ar.xpi) = 459824
+SHA256 (xpi/firefox-31.7.0/as.xpi) = 837e0bbb261f288d765d64a5ba320cebb53d6b85fc64e4a5cb5866cec6d393dc
+SIZE (xpi/firefox-31.7.0/as.xpi) = 448568
+SHA256 (xpi/firefox-31.7.0/ast.xpi) = 53182a51b3b39f14af5742eb23a2d6392c8982e99baf2fd874ff5f592c536c72
+SIZE (xpi/firefox-31.7.0/ast.xpi) = 352340
+SHA256 (xpi/firefox-31.7.0/be.xpi) = a9fbbbe0f55e3a66b23f39a607caa86cc3a2d75618bf421049ce8a0fc989b0f1
+SIZE (xpi/firefox-31.7.0/be.xpi) = 378668
+SHA256 (xpi/firefox-31.7.0/bg.xpi) = a5b3ca6b806c7fd3abc2012a54d7a711dc4b5dc0e74feee7db64d4d12a9f090b
+SIZE (xpi/firefox-31.7.0/bg.xpi) = 438061
+SHA256 (xpi/firefox-31.7.0/bn-BD.xpi) = 35ec629d0252a452689e2081013d47ef472e8d690c6d400489adca943a816028
+SIZE (xpi/firefox-31.7.0/bn-BD.xpi) = 472626
+SHA256 (xpi/firefox-31.7.0/bn-IN.xpi) = 74e81096becea929294b831ca9ae5d27885873ce0c1fc55ac10bd3e7c898c67a
+SIZE (xpi/firefox-31.7.0/bn-IN.xpi) = 462593
+SHA256 (xpi/firefox-31.7.0/br.xpi) = 787d8460434e0404d3b41aec55874433a1b62393ceda146c12ca69e3e08de1e0
+SIZE (xpi/firefox-31.7.0/br.xpi) = 389704
+SHA256 (xpi/firefox-31.7.0/bs.xpi) = 55c147fb777304da501c93c5f9118eecf96a355b112bce2b7d1d481a7246718a
+SIZE (xpi/firefox-31.7.0/bs.xpi) = 429014
+SHA256 (xpi/firefox-31.7.0/ca.xpi) = 98442d2eca73b4e49a2316b1229c245e95d9e44c1548a2dd59967da9a2ca1d12
+SIZE (xpi/firefox-31.7.0/ca.xpi) = 403575
+SHA256 (xpi/firefox-31.7.0/cs.xpi) = d5a667efd1b3ae7f7f019c60d9783c2df7ccc31b26d192a0dd6135f1ddd53002
+SIZE (xpi/firefox-31.7.0/cs.xpi) = 390979
+SHA256 (xpi/firefox-31.7.0/csb.xpi) = 244cb21b264752c1c51d3b633822a409854e7805ebf3238d64505f9a9ea07de3
+SIZE (xpi/firefox-31.7.0/csb.xpi) = 383695
+SHA256 (xpi/firefox-31.7.0/cy.xpi) = 894d27928c7c8be1889a400d950e6cfd750612256d48523a16ab78cc3a62705a
+SIZE (xpi/firefox-31.7.0/cy.xpi) = 390727
+SHA256 (xpi/firefox-31.7.0/da.xpi) = 2c04601b1a1927d70cf08429d641f056b7cd9bc5a0b0b4af2cf41da39fbab056
+SIZE (xpi/firefox-31.7.0/da.xpi) = 397747
+SHA256 (xpi/firefox-31.7.0/de.xpi) = 0942a9e3108c73904248f5883031db8c9b1533ad7d1fb99b56278c10412252a5
+SIZE (xpi/firefox-31.7.0/de.xpi) = 395165
+SHA256 (xpi/firefox-31.7.0/el.xpi) = 9338bd6441506040fbf43dde73751010a897117850da56a7f74eafb49ecae868
+SIZE (xpi/firefox-31.7.0/el.xpi) = 442982
+SHA256 (xpi/firefox-31.7.0/en-GB.xpi) = 62a0eab5307fd1bf8edeb650f88e2b5583bc97d3ad09d055fcceded267f70e16
+SIZE (xpi/firefox-31.7.0/en-GB.xpi) = 390119
+SHA256 (xpi/firefox-31.7.0/en-US.xpi) = b465b5352d1598225a9d2bc84e54db540e5965618cc4cdaab88fe1c1ef2e8058
+SIZE (xpi/firefox-31.7.0/en-US.xpi) = 422788
+SHA256 (xpi/firefox-31.7.0/en-ZA.xpi) = 5402bbc92fb8b7953acf7ff9a2a4bb92d7113e94d92c782687825c303325a0d3
+SIZE (xpi/firefox-31.7.0/en-ZA.xpi) = 388527
+SHA256 (xpi/firefox-31.7.0/eo.xpi) = 37793b813547b052751b18cbd8413644d98753bef9cc9de9ce0c319b996300e3
+SIZE (xpi/firefox-31.7.0/eo.xpi) = 431831
+SHA256 (xpi/firefox-31.7.0/es-AR.xpi) = 6c5865f4d479449a0a9b825231c859df0d6a275c81afb39a6d8ecbc12b24a462
+SIZE (xpi/firefox-31.7.0/es-AR.xpi) = 399937
+SHA256 (xpi/firefox-31.7.0/es-CL.xpi) = 936f49302395973a8fccf344ab121e5d3caf6a9a4713ea28fa74b2e3475d2172
+SIZE (xpi/firefox-31.7.0/es-CL.xpi) = 342808
+SHA256 (xpi/firefox-31.7.0/es-ES.xpi) = 16930441fccf01cb56f74e847820374203ee10e3621e0bc727b60faf647b1ea7
+SIZE (xpi/firefox-31.7.0/es-ES.xpi) = 335880
+SHA256 (xpi/firefox-31.7.0/es-MX.xpi) = 19e1c14ea4b2964b2c482be44444864be37e7afbb25347b2c61b6a73aea46205
+SIZE (xpi/firefox-31.7.0/es-MX.xpi) = 402672
+SHA256 (xpi/firefox-31.7.0/et.xpi) = 7b3aabcd02422a86e990cf3d122fa833493275d433cab826b062ad0c389ddbae
+SIZE (xpi/firefox-31.7.0/et.xpi) = 390360
+SHA256 (xpi/firefox-31.7.0/eu.xpi) = 08da23a46160d70f1f267176c367ab42e7d9309a3694aab127f02092846d4032
+SIZE (xpi/firefox-31.7.0/eu.xpi) = 412999
+SHA256 (xpi/firefox-31.7.0/fa.xpi) = 9f320fb90856afeda61ed6ef231c7f08a5f286cc1a3e1ccb648e00bc83b9ca0d
+SIZE (xpi/firefox-31.7.0/fa.xpi) = 460857
+SHA256 (xpi/firefox-31.7.0/ff.xpi) = 186e83c5d270013ece23c060db9b688d86d5fa411e1e43180147964344a4fa08
+SIZE (xpi/firefox-31.7.0/ff.xpi) = 400143
+SHA256 (xpi/firefox-31.7.0/fi.xpi) = a735827f8b51d44d2dbf06dc60694e5c495120d2cd30a06a141f265c6e2a5559
+SIZE (xpi/firefox-31.7.0/fi.xpi) = 392740
+SHA256 (xpi/firefox-31.7.0/fr.xpi) = c87f0a11b32b0d9232aebed8c8db11653b7a1f6e4cff349cd55605c984b5e353
+SIZE (xpi/firefox-31.7.0/fr.xpi) = 406462
+SHA256 (xpi/firefox-31.7.0/fy-NL.xpi) = 06f65abe1aad68faf55dffbe60b8cec4c6dbf9ed49a8e0b6e829bc35cdae668f
+SIZE (xpi/firefox-31.7.0/fy-NL.xpi) = 401930
+SHA256 (xpi/firefox-31.7.0/ga-IE.xpi) = c2d7f32ffa5f7a4eb0f9fd793c5ce2bd4dae08f7fba57b0bfc9f9a5c276db1b9
+SIZE (xpi/firefox-31.7.0/ga-IE.xpi) = 410077
+SHA256 (xpi/firefox-31.7.0/gd.xpi) = d6507eaefcf693abdf44df8ab8ff31af1453064543e41324fd535f77792fa3b8
+SIZE (xpi/firefox-31.7.0/gd.xpi) = 403014
+SHA256 (xpi/firefox-31.7.0/gl.xpi) = 7492fa58143cb2e31377165e0f62a31ba5a6d6b93f44dbea7a196c1fe6c35117
+SIZE (xpi/firefox-31.7.0/gl.xpi) = 390599
+SHA256 (xpi/firefox-31.7.0/gu-IN.xpi) = 09b503b94a67ee8b7f031375f6e3247544e6e58f47b1077931f6022117f12eca
+SIZE (xpi/firefox-31.7.0/gu-IN.xpi) = 423504
+SHA256 (xpi/firefox-31.7.0/he.xpi) = fc459d3c9b7c4989b78f9f9ef3f56b7a3130b04ddcf4af199e63f531ff3369ef
+SIZE (xpi/firefox-31.7.0/he.xpi) = 427629
+SHA256 (xpi/firefox-31.7.0/hi-IN.xpi) = 1fe8ffc2781376657a2190ce67c3cb0f8d661a941ff14d2a11360feb898963da
+SIZE (xpi/firefox-31.7.0/hi-IN.xpi) = 441402
+SHA256 (xpi/firefox-31.7.0/hr.xpi) = 7233b1981e2b4333c4d92fc1b354e29abd426b5c2cad8157ceae9836e874f0e7
+SIZE (xpi/firefox-31.7.0/hr.xpi) = 424371
+SHA256 (xpi/firefox-31.7.0/hsb.xpi) = 78f17b9699469f7aa33adb332e6a86865d78a4bb41e61aaaf9632de06d6c93fc
+SIZE (xpi/firefox-31.7.0/hsb.xpi) = 413076
+SHA256 (xpi/firefox-31.7.0/hu.xpi) = 98d7f3c03c8c0e25ac904edc9b7744adaf1b7001b887c496cf731b66e4da30f4
+SIZE (xpi/firefox-31.7.0/hu.xpi) = 398644
+SHA256 (xpi/firefox-31.7.0/hy-AM.xpi) = be183e444d88a9d84c7f7d9f8f39805036f90cbd33cdb1157cf0a620dc510d5f
+SIZE (xpi/firefox-31.7.0/hy-AM.xpi) = 478743
+SHA256 (xpi/firefox-31.7.0/id.xpi) = c059b5bca06f2073dc68f7068f99b6d3d52291f07bdb2a5527c62d64f787d40e
+SIZE (xpi/firefox-31.7.0/id.xpi) = 378301
+SHA256 (xpi/firefox-31.7.0/is.xpi) = ff432dd9cda5aa362806be2b93a44ae343860e56ad871c12b808eab3ce95e4b2
+SIZE (xpi/firefox-31.7.0/is.xpi) = 427327
+SHA256 (xpi/firefox-31.7.0/it.xpi) = 63b7031dc95cb7938f796f8273aca84959dc4c1b06457186d39d2314437135d9
+SIZE (xpi/firefox-31.7.0/it.xpi) = 330905
+SHA256 (xpi/firefox-31.7.0/ja.xpi) = c6e5d30f36831608bbb001a30dd20d36357a8f812208caef3b3672f15d03869d
+SIZE (xpi/firefox-31.7.0/ja.xpi) = 421664
+SHA256 (xpi/firefox-31.7.0/kk.xpi) = 4134807f0682c4e3b531050d6152c95a3cd207bbf6266ae668e40af5a404b44d
+SIZE (xpi/firefox-31.7.0/kk.xpi) = 439116
+SHA256 (xpi/firefox-31.7.0/km.xpi) = 425742f17f805c4fb8bcffe2f634687a4430e9a0a97af14e3e66d81930349d86
+SIZE (xpi/firefox-31.7.0/km.xpi) = 506476
+SHA256 (xpi/firefox-31.7.0/kn.xpi) = 21dde9bc0907a3f3d6eccb62209512c4e923e9578f99d3cfa38b9fc0f5749166
+SIZE (xpi/firefox-31.7.0/kn.xpi) = 458891
+SHA256 (xpi/firefox-31.7.0/ko.xpi) = d1815717ff979a4f4d752860d7584afddc8598c5870e9827866b0ab5ef8ec6c5
+SIZE (xpi/firefox-31.7.0/ko.xpi) = 402815
+SHA256 (xpi/firefox-31.7.0/ku.xpi) = fbae0d3034d27f604dadc2f1f9d47faa919429951ef0fddc3acb27cc54c761fb
+SIZE (xpi/firefox-31.7.0/ku.xpi) = 420260
+SHA256 (xpi/firefox-31.7.0/lij.xpi) = 64b6cbc1afed4d403e1dc138adb00ee5a0d9f510aeb0203ee5a55ae0c12a54df
+SIZE (xpi/firefox-31.7.0/lij.xpi) = 385864
+SHA256 (xpi/firefox-31.7.0/lt.xpi) = e427e278896af7049be1a2ba0921fe040a0f28ea6db88b9776e61c9aa1f7c1f2
+SIZE (xpi/firefox-31.7.0/lt.xpi) = 435431
+SHA256 (xpi/firefox-31.7.0/lv.xpi) = 808561e54dcbcfc2c5d4340b8981c26c32ffaaff41981c24987985b3e5237836
+SIZE (xpi/firefox-31.7.0/lv.xpi) = 398576
+SHA256 (xpi/firefox-31.7.0/mai.xpi) = c0028b9cb674795770485754d827e33d326c7b088faa07ae0533eedb4c4b0a98
+SIZE (xpi/firefox-31.7.0/mai.xpi) = 444885
+SHA256 (xpi/firefox-31.7.0/mk.xpi) = 9e2b8adbe49312fff3f4f4f466253c55ff475d77ee621ed1ec90d3f6db132f21
+SIZE (xpi/firefox-31.7.0/mk.xpi) = 475483
+SHA256 (xpi/firefox-31.7.0/ml.xpi) = 7c84d8089f4a191597ba04043f1ed06b495afa8493db7b9069b3b8e8431f1019
+SIZE (xpi/firefox-31.7.0/ml.xpi) = 466254
+SHA256 (xpi/firefox-31.7.0/mr.xpi) = 8fde662d065db623971f5ca3259edbda653b269a85089d7da61b59a2ac1028bf
+SIZE (xpi/firefox-31.7.0/mr.xpi) = 451292
+SHA256 (xpi/firefox-31.7.0/ms.xpi) = cf842b609e2c0196e38ef566cb6cd440d9d98aa406ee19e73ba9be199b3e5137
+SIZE (xpi/firefox-31.7.0/ms.xpi) = 436230
+SHA256 (xpi/firefox-31.7.0/nb-NO.xpi) = 614e4819e7542455d53f5fa1d477e7bbaca34f9a60f381f310f469f8eb7a6585
+SIZE (xpi/firefox-31.7.0/nb-NO.xpi) = 392006
+SHA256 (xpi/firefox-31.7.0/nl.xpi) = 25fa21b6f5b9226bc98b564c6ea4597def332bf45287245b946406901176c85c
+SIZE (xpi/firefox-31.7.0/nl.xpi) = 390885
+SHA256 (xpi/firefox-31.7.0/nn-NO.xpi) = 1da9ed892eef144fc24f36d8d357e909bebf1add25f39bc18d9eb3b3752676e6
+SIZE (xpi/firefox-31.7.0/nn-NO.xpi) = 386281
+SHA256 (xpi/firefox-31.7.0/or.xpi) = c6609d74a5ad5c26f47557431f284ec22218f6482a1da09e6a82a5be81ff6746
+SIZE (xpi/firefox-31.7.0/or.xpi) = 464749
+SHA256 (xpi/firefox-31.7.0/pa-IN.xpi) = b190e43dc00acb59269a64ef34871d326296b526b3ebc4efbdf6a7d2d9cd35ae
+SIZE (xpi/firefox-31.7.0/pa-IN.xpi) = 439326
+SHA256 (xpi/firefox-31.7.0/pl.xpi) = 594ad2d1bc2ad972da2e1b6a04cff08d31664293c766bfaeac5339efc85b57e3
+SIZE (xpi/firefox-31.7.0/pl.xpi) = 374747
+SHA256 (xpi/firefox-31.7.0/pt-BR.xpi) = b5713f2dfe91eee8eaa6628592165eaa134bfa0f61b741bfe31fd9b321d309b9
+SIZE (xpi/firefox-31.7.0/pt-BR.xpi) = 405565
+SHA256 (xpi/firefox-31.7.0/pt-PT.xpi) = abb6214eca83b79f83b042597d222e06474acc6252d389d5ba2c651a9e5ce03a
+SIZE (xpi/firefox-31.7.0/pt-PT.xpi) = 386344
+SHA256 (xpi/firefox-31.7.0/rm.xpi) = 14812365a8427dacc135cbedd51aa9f05cdeae79ae534e733c90156871bdce44
+SIZE (xpi/firefox-31.7.0/rm.xpi) = 399285
+SHA256 (xpi/firefox-31.7.0/ro.xpi) = 37101737210648a141e39bdd45b6a09d6bd1c7c91921fce6e18e06c960786a75
+SIZE (xpi/firefox-31.7.0/ro.xpi) = 439388
+SHA256 (xpi/firefox-31.7.0/ru.xpi) = f26cd9d88445e805ad9001e64c6fc090e4e2a9a38a6a1a3a4db16d4d2f86af85
+SIZE (xpi/firefox-31.7.0/ru.xpi) = 367898
+SHA256 (xpi/firefox-31.7.0/si.xpi) = 9b65abd0a84e28cd02fec01f57601dec37e62ee79364ee1e9afcf56c051e872f
+SIZE (xpi/firefox-31.7.0/si.xpi) = 463224
+SHA256 (xpi/firefox-31.7.0/sk.xpi) = 79af6394fb242a2381c22d530661c8e4aa49f79072547270d1666623cd234376
+SIZE (xpi/firefox-31.7.0/sk.xpi) = 413802
+SHA256 (xpi/firefox-31.7.0/sl.xpi) = 5adbabcf3f9df45ece596da1866551abd308f93a14d4c2d2872cb93b3d00a365
+SIZE (xpi/firefox-31.7.0/sl.xpi) = 387134
+SHA256 (xpi/firefox-31.7.0/son.xpi) = f6fe46997da6c63a2622df2ae8fcd162df761cc13f02f12e19a5827bd5b3d5d9
+SIZE (xpi/firefox-31.7.0/son.xpi) = 395144
+SHA256 (xpi/firefox-31.7.0/sq.xpi) = 4b11e3c0f1b709193df7ac617f09502224fa90891c64456bf3b09f64081f7366
+SIZE (xpi/firefox-31.7.0/sq.xpi) = 431136
+SHA256 (xpi/firefox-31.7.0/sr.xpi) = 7cec3903511642d0f18d681f9c8db88d7a515a0d4bc41c3b47b639f900888394
+SIZE (xpi/firefox-31.7.0/sr.xpi) = 425903
+SHA256 (xpi/firefox-31.7.0/sv-SE.xpi) = e90efaef588b44c2aa8ed7243930fe749c8804ac29f27505cdb4f16578c47ece
+SIZE (xpi/firefox-31.7.0/sv-SE.xpi) = 399026
+SHA256 (xpi/firefox-31.7.0/ta.xpi) = 1eb3703416367ca99e10779fc9cdbfd2b521c33d841cdc5e37a780c8995ffeab
+SIZE (xpi/firefox-31.7.0/ta.xpi) = 447685
+SHA256 (xpi/firefox-31.7.0/te.xpi) = 6e8b188de46947a0021db9bea2f559d00c2fed6c6fdd359d3c6ed43ae9e672c8
+SIZE (xpi/firefox-31.7.0/te.xpi) = 462591
+SHA256 (xpi/firefox-31.7.0/th.xpi) = c5f507998c17c120af9659fabdb0573e807784fb482c86d559cd3001cfb584c4
+SIZE (xpi/firefox-31.7.0/th.xpi) = 478126
+SHA256 (xpi/firefox-31.7.0/tr.xpi) = 846f9802aacfb0d6a873a9cfbc7854fce33b2f59311f1c85d91d7a929bab2255
+SIZE (xpi/firefox-31.7.0/tr.xpi) = 417370
+SHA256 (xpi/firefox-31.7.0/uk.xpi) = 5e988550f6722b30362f1e69675e18259e8bb20439747ce37a4fde9fd429a5d8
+SIZE (xpi/firefox-31.7.0/uk.xpi) = 428002
+SHA256 (xpi/firefox-31.7.0/vi.xpi) = 3e6aa2a99aef4613d6dcc5b912ebe2a017d2f7cae3494429484441a0d501b319
+SIZE (xpi/firefox-31.7.0/vi.xpi) = 413375
+SHA256 (xpi/firefox-31.7.0/xh.xpi) = fe7fbc65ab6d572a7bb9c3133ddd6ea1772171ac3e1ce43528c07ebc78a2f8b5
+SIZE (xpi/firefox-31.7.0/xh.xpi) = 397875
+SHA256 (xpi/firefox-31.7.0/zh-CN.xpi) = 20aa5d265b0d275c63fceea28257e100ce788598b4e18e448083ce02d50f8dff
+SIZE (xpi/firefox-31.7.0/zh-CN.xpi) = 419630
+SHA256 (xpi/firefox-31.7.0/zh-TW.xpi) = 5752bf1f8f6618bfd039cfd378d43a29d37270e4deb26474ee86b4cd4275e993
+SIZE (xpi/firefox-31.7.0/zh-TW.xpi) = 412520
+SHA256 (xpi/firefox-31.7.0/zu.xpi) = 012bb28adb83356fc8367556f8cc397c2d0fbcd552ff56c5e146cb48653c822b
+SIZE (xpi/firefox-31.7.0/zu.xpi) = 433216

Modified: branches/2015Q2/www/firefox-esr/Makefile
==============================================================================
--- branches/2015Q2/www/firefox-esr/Makefile	Fri May 15 00:44:32 2015	(r386372)
+++ branches/2015Q2/www/firefox-esr/Makefile	Fri May 15 00:45:17 2015	(r386373)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	firefox
-DISTVERSION=	31.6.0
+DISTVERSION=	31.7.0
 DISTVERSIONSUFFIX=esr.source
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
@@ -13,7 +13,7 @@ MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	Web browser based on the browser portion of Mozilla
 
 BUILD_DEPENDS=	nspr>=4.10.6:${PORTSDIR}/devel/nspr \
-		nss>=3.16.2:${PORTSDIR}/security/nss \
+		nss>=3.16.2.3:${PORTSDIR}/security/nss \
 		libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \
 		cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \
 		soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \

Modified: branches/2015Q2/www/firefox-esr/distinfo
==============================================================================
--- branches/2015Q2/www/firefox-esr/distinfo	Fri May 15 00:44:32 2015	(r386372)
+++ branches/2015Q2/www/firefox-esr/distinfo	Fri May 15 00:45:17 2015	(r386373)
@@ -1,2 +1,2 @@
-SHA256 (firefox-31.6.0esr.source.tar.bz2) = 88ad45202a7aee9c43378879863b023270aa29463d312f396a78a6e9cdcbf5c3
-SIZE (firefox-31.6.0esr.source.tar.bz2) = 147767808
+SHA256 (firefox-31.7.0esr.source.tar.bz2) = 8523c10ecb318f278a251d90e2161c07c7431796d4387fe9091dfa4e633474b6
+SIZE (firefox-31.7.0esr.source.tar.bz2) = 147772244

Modified: branches/2015Q2/www/firefox-esr/files/patch-bug1021171
==============================================================================
--- branches/2015Q2/www/firefox-esr/files/patch-bug1021171	Fri May 15 00:44:32 2015	(r386372)
+++ branches/2015Q2/www/firefox-esr/files/patch-bug1021171	Fri May 15 00:45:17 2015	(r386373)
@@ -162,7 +162,7 @@ index 5aacc23..aed45ca 100644
      if (!sourceObject)
 -        return nullptr;
 +        return false;
-     ScriptSource *ss = sourceObject->source();
+     ScriptSource* ss = sourceObject->source();
  
      SourceCompressionTask sct(cx);
 diff --git js/xpconnect/wrappers/XrayWrapper.cpp js/xpconnect/wrappers/XrayWrapper.cpp

Modified: branches/2015Q2/www/firefox-i18n/Makefile
==============================================================================
--- branches/2015Q2/www/firefox-i18n/Makefile	Fri May 15 00:44:32 2015	(r386372)
+++ branches/2015Q2/www/firefox-i18n/Makefile	Fri May 15 00:45:17 2015	(r386373)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	firefox-i18n
-PORTVERSION=	37.0.2
+PORTVERSION=	38.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
 
-USES=		zip:infozip gecko:firefox,37,build
+USES=		zip:infozip gecko:firefox,38,build
 USE_XPI=	firefox linux-firefox
 
 NO_ARCH=	yes

Modified: branches/2015Q2/www/firefox-i18n/distinfo
==============================================================================
--- branches/2015Q2/www/firefox-i18n/distinfo	Fri May 15 00:44:32 2015	(r386372)
+++ branches/2015Q2/www/firefox-i18n/distinfo	Fri May 15 00:45:17 2015	(r386373)
@@ -1,176 +1,176 @@
-SHA256 (xpi/firefox-i18n-37.0.2/ach.xpi) = 8cf8e336ba9e3870037954f3f0e207b5aa9cf400d8ea367f6e37d7f93d5a4c24
-SIZE (xpi/firefox-i18n-37.0.2/ach.xpi) = 470358
-SHA256 (xpi/firefox-i18n-37.0.2/af.xpi) = 3ff6025b25827acfd84ebd9eb6f736c8fd05a4a909744f4f9f7168a34a575c19
-SIZE (xpi/firefox-i18n-37.0.2/af.xpi) = 476563
-SHA256 (xpi/firefox-i18n-37.0.2/an.xpi) = 210033c863d7c4e0269b8e082738dec903501ac1b165d88dd61a6d4d18f26360
-SIZE (xpi/firefox-i18n-37.0.2/an.xpi) = 454284
-SHA256 (xpi/firefox-i18n-37.0.2/ar.xpi) = 2f00db7370441b1b54d47a0fe3beaf10ab01c9f0065426c46891f77bccccb0e7
-SIZE (xpi/firefox-i18n-37.0.2/ar.xpi) = 508942
-SHA256 (xpi/firefox-i18n-37.0.2/as.xpi) = e4ff8879fc6c1ad330b20bac3831379c4604870a9db916e2d1543b15ce3c2951
-SIZE (xpi/firefox-i18n-37.0.2/as.xpi) = 499986
-SHA256 (xpi/firefox-i18n-37.0.2/ast.xpi) = a52e023e4f66b91571a9aab4acd39fc07531f14ba48b437d3c046ac06dd59651
-SIZE (xpi/firefox-i18n-37.0.2/ast.xpi) = 384089
-SHA256 (xpi/firefox-i18n-37.0.2/az.xpi) = a898cb40bfcd2bfb64d26e251285ec9fe47fdcf26988ceb9200d606e2ea66a89
-SIZE (xpi/firefox-i18n-37.0.2/az.xpi) = 482467
-SHA256 (xpi/firefox-i18n-37.0.2/be.xpi) = 97ef3b6fc57545f8adb6cb9235fa4c0f73b1f019b96e1931d6218129c4d81e6d
-SIZE (xpi/firefox-i18n-37.0.2/be.xpi) = 431983
-SHA256 (xpi/firefox-i18n-37.0.2/bg.xpi) = d350be48f79f0583b0f64713efdb697d3c6e3a5cc832ab79b663ef16753cfc7b
-SIZE (xpi/firefox-i18n-37.0.2/bg.xpi) = 486715
-SHA256 (xpi/firefox-i18n-37.0.2/bn-BD.xpi) = ff204cfbf105234b6dc1580cbe7479268acba51ceab6706c3307ed9a53491890
-SIZE (xpi/firefox-i18n-37.0.2/bn-BD.xpi) = 520238
-SHA256 (xpi/firefox-i18n-37.0.2/bn-IN.xpi) = 0d1816d98f26043c50921fe61910e46bcb3016fac3068f7623a0df534573ceaf
-SIZE (xpi/firefox-i18n-37.0.2/bn-IN.xpi) = 519973
-SHA256 (xpi/firefox-i18n-37.0.2/br.xpi) = a8918b710fa93b69796d42caf1880cb83b82f81fda84530883a0dce57a4a3f52
-SIZE (xpi/firefox-i18n-37.0.2/br.xpi) = 435127
-SHA256 (xpi/firefox-i18n-37.0.2/bs.xpi) = 0f5736aa224048de7fba09a00183f3ca8098f864fd41ee9a3d22a78f1b315e30
-SIZE (xpi/firefox-i18n-37.0.2/bs.xpi) = 476982
-SHA256 (xpi/firefox-i18n-37.0.2/ca.xpi) = cfff264da41cc12c58d8267b563c20af094d0466ef6801cde3c4c119edaac613
-SIZE (xpi/firefox-i18n-37.0.2/ca.xpi) = 450918
-SHA256 (xpi/firefox-i18n-37.0.2/cs.xpi) = c4b60657613dc6fc40c5766cd164a4dbace4be257427ba402846333cbb7c320d
-SIZE (xpi/firefox-i18n-37.0.2/cs.xpi) = 439373
-SHA256 (xpi/firefox-i18n-37.0.2/cy.xpi) = cbcfc50d56666d69d4df66f46ede31cb011c16654d91b4167603776d0d8c4635
-SIZE (xpi/firefox-i18n-37.0.2/cy.xpi) = 437312
-SHA256 (xpi/firefox-i18n-37.0.2/da.xpi) = 7a46c8a962c221b6b8162237ac4686e7d2dbf86e421f6150f436952d6b8bfe5c
-SIZE (xpi/firefox-i18n-37.0.2/da.xpi) = 443934
-SHA256 (xpi/firefox-i18n-37.0.2/de.xpi) = 732d26ad75ae9d5cb5dbfe920e441f06d9f4e16447a29f163f162b540d30504c
-SIZE (xpi/firefox-i18n-37.0.2/de.xpi) = 444260
-SHA256 (xpi/firefox-i18n-37.0.2/dsb.xpi) = 8fb92818aa859d1d58274a07b921a340ebb79de12e8fcbb0bfef30617ec3b52a
-SIZE (xpi/firefox-i18n-37.0.2/dsb.xpi) = 463356
-SHA256 (xpi/firefox-i18n-37.0.2/el.xpi) = 7c04eb5d51d473ff23e6b920a791ab58c8a57c8e575519e11d24c7ae7bfa946f
-SIZE (xpi/firefox-i18n-37.0.2/el.xpi) = 490092
-SHA256 (xpi/firefox-i18n-37.0.2/en-GB.xpi) = 62c0a4bc0d47c6bda67118a4c6eae20b4f68d0077a6800c971a6f321810971d0
-SIZE (xpi/firefox-i18n-37.0.2/en-GB.xpi) = 431299
-SHA256 (xpi/firefox-i18n-37.0.2/en-US.xpi) = d8d9b788420cb52729a4b0b43d8c54655a11599abe64dcb68520a1d34d359d62
-SIZE (xpi/firefox-i18n-37.0.2/en-US.xpi) = 463096
-SHA256 (xpi/firefox-i18n-37.0.2/en-ZA.xpi) = 0f18db36988859a6a3af356ed1fc4bbbe81feb6558f1a44ebd393f12e539aa98
-SIZE (xpi/firefox-i18n-37.0.2/en-ZA.xpi) = 431152
-SHA256 (xpi/firefox-i18n-37.0.2/eo.xpi) = 19d648f9762a3ebbb0ce129605fc33f59b0507565f1390bb4b14ba66b4a80c31
-SIZE (xpi/firefox-i18n-37.0.2/eo.xpi) = 478448
-SHA256 (xpi/firefox-i18n-37.0.2/es-AR.xpi) = 06877a12517c658ad6c307430634aec8da60bcce324dda5cfaceae7b4d955c70
-SIZE (xpi/firefox-i18n-37.0.2/es-AR.xpi) = 447018
-SHA256 (xpi/firefox-i18n-37.0.2/es-CL.xpi) = 230478eecad42a9cc77071d58520802e30d0399158eb6ccd7b24d307972ab67d
-SIZE (xpi/firefox-i18n-37.0.2/es-CL.xpi) = 380181
-SHA256 (xpi/firefox-i18n-37.0.2/es-ES.xpi) = 7607b641ae11404c62381da0c49a4b375dbbeaced25837841badb38ec459c6b8
-SIZE (xpi/firefox-i18n-37.0.2/es-ES.xpi) = 369781
-SHA256 (xpi/firefox-i18n-37.0.2/es-MX.xpi) = d9f5b0205be9b63e24b0ecc11c5d5fb61f341a7ae0de23f6543b7dfa288a986b
-SIZE (xpi/firefox-i18n-37.0.2/es-MX.xpi) = 449799
-SHA256 (xpi/firefox-i18n-37.0.2/et.xpi) = 0b8e88a6396caa3522d676580d10e846217443c7d75a94cf6c75a4fe71c73192
-SIZE (xpi/firefox-i18n-37.0.2/et.xpi) = 436251
-SHA256 (xpi/firefox-i18n-37.0.2/eu.xpi) = f389eef90b7acbfc578aa807af47a5dccfbf5d07e5aba63b76b6fa9eeb8d165f
-SIZE (xpi/firefox-i18n-37.0.2/eu.xpi) = 459489
-SHA256 (xpi/firefox-i18n-37.0.2/fa.xpi) = 7b3810d2c50d30227ba7def0aa42a84f334f471ba26a0c8e11821139b10cea12
-SIZE (xpi/firefox-i18n-37.0.2/fa.xpi) = 505517
-SHA256 (xpi/firefox-i18n-37.0.2/ff.xpi) = ed6fde4418cbf9564a6c168b9b08946eed75b6dc9515f5abbb02152d9bd59b11
-SIZE (xpi/firefox-i18n-37.0.2/ff.xpi) = 446883
-SHA256 (xpi/firefox-i18n-37.0.2/fi.xpi) = eb305ccd1fb37e2c7fd0c71b8ae2808a551ba87abcd1b1bc7237900716d3e451
-SIZE (xpi/firefox-i18n-37.0.2/fi.xpi) = 438063
-SHA256 (xpi/firefox-i18n-37.0.2/fr.xpi) = 7875c99d79a3fa8bbd35b9e1ba101b3d206761bf7a54e458797423ba5f3cf203
-SIZE (xpi/firefox-i18n-37.0.2/fr.xpi) = 453985
-SHA256 (xpi/firefox-i18n-37.0.2/fy-NL.xpi) = 66029640331b99f48b6730df91bd4728f64a143d9c64671ef0091be7a48abf80
-SIZE (xpi/firefox-i18n-37.0.2/fy-NL.xpi) = 448481
-SHA256 (xpi/firefox-i18n-37.0.2/ga-IE.xpi) = dda5dfd8cd1942a71de26be009417029ef728c75ef9f12862efe02d8f3c20b40
-SIZE (xpi/firefox-i18n-37.0.2/ga-IE.xpi) = 458671
-SHA256 (xpi/firefox-i18n-37.0.2/gd.xpi) = 84ab489b4dd43fadf6e618d140d969efaeb0710dfff08a24e8dfbc3a8a3f14df
-SIZE (xpi/firefox-i18n-37.0.2/gd.xpi) = 447476
-SHA256 (xpi/firefox-i18n-37.0.2/gl.xpi) = 742649f909e42fc830d9084d82ea648f181e2ab49300e809ec70c6c17e474527
-SIZE (xpi/firefox-i18n-37.0.2/gl.xpi) = 439065
-SHA256 (xpi/firefox-i18n-37.0.2/gu-IN.xpi) = 223b1841022d89be58bc3a1ba907d8b987373a1d025d78083700d4afb71ccd86
-SIZE (xpi/firefox-i18n-37.0.2/gu-IN.xpi) = 468930
-SHA256 (xpi/firefox-i18n-37.0.2/he.xpi) = 8a0bef1d4b99c10044c33c4bb92fd6359a9b5bc554c752fa4c050336b0adf87b
-SIZE (xpi/firefox-i18n-37.0.2/he.xpi) = 478219
-SHA256 (xpi/firefox-i18n-37.0.2/hi-IN.xpi) = ff56fe902f0d3df73a25b734cab5f3b2d05f4dc2d7762d87141f3149766ffd3b
-SIZE (xpi/firefox-i18n-37.0.2/hi-IN.xpi) = 498978
-SHA256 (xpi/firefox-i18n-37.0.2/hr.xpi) = a29fff963c4046c8abd6bbd2d2e8a03ec77d609ba3d77e3516b7848a2697d678
-SIZE (xpi/firefox-i18n-37.0.2/hr.xpi) = 471180
-SHA256 (xpi/firefox-i18n-37.0.2/hsb.xpi) = 022bdbd2ab34f848d10ae71c6fe6ec970458addab11085cc3fcfacd76af94105
-SIZE (xpi/firefox-i18n-37.0.2/hsb.xpi) = 461256
-SHA256 (xpi/firefox-i18n-37.0.2/hu.xpi) = 5288cc69620a2a674d9dd9bcff316af59f6800d1e6dc9661f7c8e607a45157ed
-SIZE (xpi/firefox-i18n-37.0.2/hu.xpi) = 446230
-SHA256 (xpi/firefox-i18n-37.0.2/hy-AM.xpi) = 5a31f391ebc94f883829372a75e153cf5c40fbbbeaae9b02efec6687c775d581
-SIZE (xpi/firefox-i18n-37.0.2/hy-AM.xpi) = 527193
-SHA256 (xpi/firefox-i18n-37.0.2/id.xpi) = 4db09d929221c5e3bdc038400480ad09aa34c3c345d3d041bdfb0da44a3d9489
-SIZE (xpi/firefox-i18n-37.0.2/id.xpi) = 424541
-SHA256 (xpi/firefox-i18n-37.0.2/is.xpi) = 75d1ff62093c33524dd65911a1cfeb73227de2f1554f2ebfec4a2bb8d4a03e93
-SIZE (xpi/firefox-i18n-37.0.2/is.xpi) = 478140
-SHA256 (xpi/firefox-i18n-37.0.2/it.xpi) = eea69d63b05b23783967ff81bf009a271bd434231a89dcec76c1864f1c70ef84
-SIZE (xpi/firefox-i18n-37.0.2/it.xpi) = 364081
-SHA256 (xpi/firefox-i18n-37.0.2/ja.xpi) = 34168aa305a99d635a6322994740973390edc30dbf07b12956004d6012062931
-SIZE (xpi/firefox-i18n-37.0.2/ja.xpi) = 470683
-SHA256 (xpi/firefox-i18n-37.0.2/kk.xpi) = a4491ea80eb0d5b83e66cc93ff353423f1adb501b532479557c95db5a4d49299
-SIZE (xpi/firefox-i18n-37.0.2/kk.xpi) = 495569
-SHA256 (xpi/firefox-i18n-37.0.2/km.xpi) = 1e6e7e4a9f8c44097b3fca71ab5b53b214431df10725d9f3b986bc09d7f8daf3
-SIZE (xpi/firefox-i18n-37.0.2/km.xpi) = 558106
-SHA256 (xpi/firefox-i18n-37.0.2/kn.xpi) = 66efab5b5f6281a477ed0542ac1c2fcbec43625e870993a724af343483437a31
-SIZE (xpi/firefox-i18n-37.0.2/kn.xpi) = 525619
-SHA256 (xpi/firefox-i18n-37.0.2/ko.xpi) = 52d79cbb552f7f099e09bf1428b1fdfd4c89e8e0413bb5d8440b9ebbe41a1921
-SIZE (xpi/firefox-i18n-37.0.2/ko.xpi) = 453335
-SHA256 (xpi/firefox-i18n-37.0.2/lij.xpi) = 70f01bf137c3384c4461b3b7f0403b05a3d832dd2f2c312939f6267031d4e321
-SIZE (xpi/firefox-i18n-37.0.2/lij.xpi) = 435611
-SHA256 (xpi/firefox-i18n-37.0.2/lt.xpi) = d1c20e9f2fc337c9f2779a47a2c64bfc9e069dd6564b6d6396f6105707a1dcf1
-SIZE (xpi/firefox-i18n-37.0.2/lt.xpi) = 478856
-SHA256 (xpi/firefox-i18n-37.0.2/lv.xpi) = a333194e8a04c6e4ba786542d5815daf6c97e7f11c9394df8ac616dc5cb6bd41
-SIZE (xpi/firefox-i18n-37.0.2/lv.xpi) = 460100
-SHA256 (xpi/firefox-i18n-37.0.2/mai.xpi) = 81679da07ee53b27ac6c93eba95dcef4dc2ae36f7ecda46fc6b70f475016400e
-SIZE (xpi/firefox-i18n-37.0.2/mai.xpi) = 490292
-SHA256 (xpi/firefox-i18n-37.0.2/mk.xpi) = 9ffdcca961f533980e088dca78c383964c271e74678139a6640b4a6b573f83fe
-SIZE (xpi/firefox-i18n-37.0.2/mk.xpi) = 521047
-SHA256 (xpi/firefox-i18n-37.0.2/ml.xpi) = 7e23a1bd87697674a1efaa1e807e7bf7f9158b2170f347302434c9fff0473717
-SIZE (xpi/firefox-i18n-37.0.2/ml.xpi) = 520103
-SHA256 (xpi/firefox-i18n-37.0.2/mr.xpi) = aa353cc0abc2fa7a7e28b1a480077dbd96c17a035b15fadd2e6d3ce9ec89517b
-SIZE (xpi/firefox-i18n-37.0.2/mr.xpi) = 500824
-SHA256 (xpi/firefox-i18n-37.0.2/ms.xpi) = f0b8c2476a49804bfd366d8d2c03f3f9fa27d1617437c4106bc4ddbd010d15d8
-SIZE (xpi/firefox-i18n-37.0.2/ms.xpi) = 483814
-SHA256 (xpi/firefox-i18n-37.0.2/nb-NO.xpi) = a25f483754524713f550865fa30b5205bd1861c412067157315d18b2cf3040d0
-SIZE (xpi/firefox-i18n-37.0.2/nb-NO.xpi) = 437178
-SHA256 (xpi/firefox-i18n-37.0.2/nl.xpi) = 82de74b93365ca70d04e77da05489d3c362e70f99a18998c592f138a529fa6a0
-SIZE (xpi/firefox-i18n-37.0.2/nl.xpi) = 437047
-SHA256 (xpi/firefox-i18n-37.0.2/nn-NO.xpi) = 9000534da16d63a1de80f6aedca818271aff48834183ca9e443e489556a7f2b6
-SIZE (xpi/firefox-i18n-37.0.2/nn-NO.xpi) = 431561
-SHA256 (xpi/firefox-i18n-37.0.2/or.xpi) = 70e9a4a3b452bcac0dbbd1bb71b030ebab612727e8ee74efd4757ee52c47695e
-SIZE (xpi/firefox-i18n-37.0.2/or.xpi) = 517635
-SHA256 (xpi/firefox-i18n-37.0.2/pa-IN.xpi) = 3b99702e3f05900324d42f379509d1ca426243c09e50bb73f50b31970b513bc1
-SIZE (xpi/firefox-i18n-37.0.2/pa-IN.xpi) = 487555
-SHA256 (xpi/firefox-i18n-37.0.2/pl.xpi) = 74c0211764c38c62c8fddba92fa75713cee0eda22ea3b5dd195a753ec3754a8c
-SIZE (xpi/firefox-i18n-37.0.2/pl.xpi) = 404495
-SHA256 (xpi/firefox-i18n-37.0.2/pt-BR.xpi) = 867bf5d3cc511545dbf8d237cc308049b01b9f5679cf117ffd0078de1d5b2db9
-SIZE (xpi/firefox-i18n-37.0.2/pt-BR.xpi) = 453348
-SHA256 (xpi/firefox-i18n-37.0.2/pt-PT.xpi) = e940ff6746844d21593dee45ece67d7e5f3a2914f1239b265052f7fc0ca840f1
-SIZE (xpi/firefox-i18n-37.0.2/pt-PT.xpi) = 433017
-SHA256 (xpi/firefox-i18n-37.0.2/rm.xpi) = cf5c8978eba406f96c75f4d01e5dc4daf486cec7e47cc01ba4d6f1b8d70814e3
-SIZE (xpi/firefox-i18n-37.0.2/rm.xpi) = 439790
-SHA256 (xpi/firefox-i18n-37.0.2/ro.xpi) = 6492d5b56e815f1e7114b9b679f2ec087a79c9f7218b9f2cab53ac428968d280
-SIZE (xpi/firefox-i18n-37.0.2/ro.xpi) = 487622
-SHA256 (xpi/firefox-i18n-37.0.2/ru.xpi) = e346a3a449109e81841d1bbd1e917767155e77bf94649e6e3ae180df58d1bc16
-SIZE (xpi/firefox-i18n-37.0.2/ru.xpi) = 409377
-SHA256 (xpi/firefox-i18n-37.0.2/si.xpi) = f96629b3fb1e312a54683953d6156aecaa57f15e33e364abac92f5fbdb095145
-SIZE (xpi/firefox-i18n-37.0.2/si.xpi) = 520321
-SHA256 (xpi/firefox-i18n-37.0.2/sk.xpi) = e9066f74875b0f45c3b12405233ea47af02ba3dbd750e673e5638550adc056c2
-SIZE (xpi/firefox-i18n-37.0.2/sk.xpi) = 462174
-SHA256 (xpi/firefox-i18n-37.0.2/sl.xpi) = 48ea18e04e6e81fbdf39baf5a7e8b477ca6d248cf10c0ec4a6907d894d43bc1c
-SIZE (xpi/firefox-i18n-37.0.2/sl.xpi) = 434638
-SHA256 (xpi/firefox-i18n-37.0.2/son.xpi) = 277df62319e31105d1584058a9a79c841500a80d4ce032998df3655aeb875c4c
-SIZE (xpi/firefox-i18n-37.0.2/son.xpi) = 442055
-SHA256 (xpi/firefox-i18n-37.0.2/sq.xpi) = 5577c3fe697446e10445bf6d8e3e0154c85bb68a18b2242a47e900e013548ed7
-SIZE (xpi/firefox-i18n-37.0.2/sq.xpi) = 478875
-SHA256 (xpi/firefox-i18n-37.0.2/sr.xpi) = 36cab9cf89dd1c2da2eba4f7203f27f4bb6156531c45eb038ce6bf1db8bd2a0f
-SIZE (xpi/firefox-i18n-37.0.2/sr.xpi) = 472192
-SHA256 (xpi/firefox-i18n-37.0.2/sv-SE.xpi) = 60af5fb2cca17f7d376b58b8330845e8e7105f302639b2bc15b6d3ad8a4980de
-SIZE (xpi/firefox-i18n-37.0.2/sv-SE.xpi) = 445515
-SHA256 (xpi/firefox-i18n-37.0.2/ta.xpi) = 1cbf5ab328fbcd089b36f9c77c63e7a6e3b6bbcfaf4795ee20526be6cfd8a0a4
-SIZE (xpi/firefox-i18n-37.0.2/ta.xpi) = 499306
-SHA256 (xpi/firefox-i18n-37.0.2/te.xpi) = c6074cbed80f0ee45535ef407821878d9ffc23097d38a850437869bca7131ec7
-SIZE (xpi/firefox-i18n-37.0.2/te.xpi) = 517656
-SHA256 (xpi/firefox-i18n-37.0.2/th.xpi) = 0d6726aa8d81af791581071a3704d7ddf0d72e9ac0fea090fc777d218eb23293
-SIZE (xpi/firefox-i18n-37.0.2/th.xpi) = 527248
-SHA256 (xpi/firefox-i18n-37.0.2/tr.xpi) = 9d97f711a64fe520a60f6ca48a034534e6b2ea8158463ca5a4dc27c277158f9c
-SIZE (xpi/firefox-i18n-37.0.2/tr.xpi) = 473884
-SHA256 (xpi/firefox-i18n-37.0.2/uk.xpi) = 4f91170a88077975ded7ac70d713fef9358410dd0ca11768a6c39c432c6bc62d
-SIZE (xpi/firefox-i18n-37.0.2/uk.xpi) = 482542
-SHA256 (xpi/firefox-i18n-37.0.2/vi.xpi) = 6235e75114ca8a245758945a6af822ea4c494e3ad20386aa8842b139f40a8d4b
-SIZE (xpi/firefox-i18n-37.0.2/vi.xpi) = 459108
-SHA256 (xpi/firefox-i18n-37.0.2/xh.xpi) = 93e654e7223ba972e8e999d076a44b0ac289fdd96143766961f38686948bf2cb
-SIZE (xpi/firefox-i18n-37.0.2/xh.xpi) = 440996
-SHA256 (xpi/firefox-i18n-37.0.2/zh-CN.xpi) = a37c83ad62b9ce0c2590df621760ba52508d75bf6f09f3eed52e08f7a907da79
-SIZE (xpi/firefox-i18n-37.0.2/zh-CN.xpi) = 480865
-SHA256 (xpi/firefox-i18n-37.0.2/zh-TW.xpi) = 6a4e2bb0e6f89f0a0202440c9f73c1503babdbc89b33c264e44aeda32767e4d9
-SIZE (xpi/firefox-i18n-37.0.2/zh-TW.xpi) = 460364
+SHA256 (xpi/firefox-i18n-38.0/ach.xpi) = c2584a52af2116e2f308e36b6837e01c693fb1e392174743313380b619e40c4d
+SIZE (xpi/firefox-i18n-38.0/ach.xpi) = 477965
+SHA256 (xpi/firefox-i18n-38.0/af.xpi) = 7d0f973fe12193a2f095fab1d95660da37f9c629a3e71da0003f7c61bbec44ba
+SIZE (xpi/firefox-i18n-38.0/af.xpi) = 483324
+SHA256 (xpi/firefox-i18n-38.0/an.xpi) = 099951104abc740325d90ba11465acb5b7154316024af2905119c336dcdf4fee
+SIZE (xpi/firefox-i18n-38.0/an.xpi) = 461419
+SHA256 (xpi/firefox-i18n-38.0/ar.xpi) = 7cd27d30d3e12f7fde59eb4369796d4da0c61ef64bf2aa8a0e7d8ac9b9a3138d
+SIZE (xpi/firefox-i18n-38.0/ar.xpi) = 516493
+SHA256 (xpi/firefox-i18n-38.0/as.xpi) = 78cd759d3e88493689a61df35539a9be18db82f4206bb5fa5f6cf454ea22df81
+SIZE (xpi/firefox-i18n-38.0/as.xpi) = 509572
+SHA256 (xpi/firefox-i18n-38.0/ast.xpi) = 8b730648b6b646ec3dbc7fa3afd30c12697413772aeb5d7956ced3565458f438
+SIZE (xpi/firefox-i18n-38.0/ast.xpi) = 397199
+SHA256 (xpi/firefox-i18n-38.0/az.xpi) = fda418e0a62147fa4b1b5670d83d247493420f9a707a7472c8b4ccb6e266b1aa
+SIZE (xpi/firefox-i18n-38.0/az.xpi) = 489150
+SHA256 (xpi/firefox-i18n-38.0/be.xpi) = 5e2fd875a84866ddf9ebe5f128294b26cc2e97ee96290860b0427da2a13b63d4
+SIZE (xpi/firefox-i18n-38.0/be.xpi) = 441054
+SHA256 (xpi/firefox-i18n-38.0/bg.xpi) = 6f656995af7febca61a80758edeaa93870948266baa409e1ae13bb7d645a1a5d
+SIZE (xpi/firefox-i18n-38.0/bg.xpi) = 487816
+SHA256 (xpi/firefox-i18n-38.0/bn-BD.xpi) = 50f1c2d0bc0a4854fb790b2daa5d4d294bdf82109e4f1a2f0cf5a95129ffbe9e
+SIZE (xpi/firefox-i18n-38.0/bn-BD.xpi) = 528686
+SHA256 (xpi/firefox-i18n-38.0/bn-IN.xpi) = 6d092b76c28d68ae9f85f72e367e0cb4c2e92de0b3159adc9d9cc1f38c34845f
+SIZE (xpi/firefox-i18n-38.0/bn-IN.xpi) = 527924
+SHA256 (xpi/firefox-i18n-38.0/br.xpi) = 246fa3d8de84f8b29e4a958b9943594288b7f145549718f99ec9472c7f1aaec4
+SIZE (xpi/firefox-i18n-38.0/br.xpi) = 441958
+SHA256 (xpi/firefox-i18n-38.0/bs.xpi) = e8b9f5b026326ed765f0c7399ab611cdb934e65996e1c742be4af0bd6610b8ab
+SIZE (xpi/firefox-i18n-38.0/bs.xpi) = 485303
+SHA256 (xpi/firefox-i18n-38.0/ca.xpi) = da0af8473ac909bf7fc5bd0d627c3ac5dd51573b6e03a6f239cbeca657fded9c
+SIZE (xpi/firefox-i18n-38.0/ca.xpi) = 458088
+SHA256 (xpi/firefox-i18n-38.0/cs.xpi) = f5eecbf7a7d59fd4ac28002f16593eed2b42b12fc5e16f411e04f025764ffcf9
+SIZE (xpi/firefox-i18n-38.0/cs.xpi) = 446721
+SHA256 (xpi/firefox-i18n-38.0/cy.xpi) = 6813975be52276fa16dca616f9765e033fbf4bd959ab3d036237a8860445acaa
+SIZE (xpi/firefox-i18n-38.0/cy.xpi) = 444382

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

From owner-svn-ports-branches@FreeBSD.ORG  Fri May 15 00:48:34 2015
Return-Path: <owner-svn-ports-branches@FreeBSD.ORG>
Delivered-To: svn-ports-branches@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id B4A7A5C3;
 Fri, 15 May 2015 00:48:34 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 955DD1A77;
 Fri, 15 May 2015 00:48:34 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4F0mYDE063999;
 Fri, 15 May 2015 00:48:34 GMT (envelope-from jbeich@FreeBSD.org)
Received: (from jbeich@localhost)
 by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4F0mWAA063990;
 Fri, 15 May 2015 00:48:32 GMT (envelope-from jbeich@FreeBSD.org)
Message-Id: <201505150048.t4F0mWAA063990@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: jbeich set sender to
 jbeich@FreeBSD.org using -f
From: Jan Beich <jbeich@FreeBSD.org>
Date: Fri, 15 May 2015 00:48:32 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r386374 - in branches/2015Q2: mail/linux-thunderbird
 mail/thunderbird-i18n www/firefox-esr www/firefox-esr-i18n www/firefox-i18n
 www/libxul www/linux-firefox www/linux-seamonkey www/sea...
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 15 May 2015 00:48:34 -0000

Author: jbeich
Date: Fri May 15 00:48:31 2015
New Revision: 386374
URL: https://svnweb.freebsd.org/changeset/ports/386374

Log:
  MFH: r386349
  
  Consistently add buildN candidate URL to gecko@ ports
  
  Thunderbird 31.7.0 wasn't actually released yet despite
  THUNDERBIRD_31_7_0_RELEASE tag in comm-esr31 hg repo 1 week old.
  Based on #releng IRC logs it seems there was an issue with automation.
  Hopefully, upstream doesn't abandon 31.7.0 in favor of 38.0.
  
  To avoid in future testing patience (BROKEN vs. PORTEPOCH) due to
  discrepancy with release announcments let's fall back to candidates.
  
  Reported by:	pkg-fallout
  Approved by:	ports-secteam (delphij)

Modified:
  branches/2015Q2/mail/linux-thunderbird/Makefile
  branches/2015Q2/mail/thunderbird-i18n/Makefile
  branches/2015Q2/www/firefox-esr-i18n/Makefile
  branches/2015Q2/www/firefox-esr/Makefile
  branches/2015Q2/www/firefox-i18n/Makefile
  branches/2015Q2/www/libxul/Makefile
  branches/2015Q2/www/linux-firefox/Makefile
  branches/2015Q2/www/linux-seamonkey/Makefile
  branches/2015Q2/www/seamonkey-i18n/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/mail/linux-thunderbird/Makefile
==============================================================================
--- branches/2015Q2/mail/linux-thunderbird/Makefile	Fri May 15 00:45:17 2015	(r386373)
+++ branches/2015Q2/mail/linux-thunderbird/Makefile	Fri May 15 00:48:31 2015	(r386374)
@@ -4,7 +4,8 @@
 PORTNAME=	thunderbird
 DISTVERSION=	31.7.0
 CATEGORIES=	mail news net-im ipv6
-MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US
+MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \
+		https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US/
 
 MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	Mozilla Thunderbird is standalone mail and news that stands above

Modified: branches/2015Q2/mail/thunderbird-i18n/Makefile
==============================================================================
--- branches/2015Q2/mail/thunderbird-i18n/Makefile	Fri May 15 00:45:17 2015	(r386373)
+++ branches/2015Q2/mail/thunderbird-i18n/Makefile	Fri May 15 00:48:31 2015	(r386374)
@@ -4,7 +4,8 @@
 PORTNAME=	thunderbird-i18n
 PORTVERSION=	31.7.0
 CATEGORIES=	mail news net-im
-MASTER_SITES=	MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi
+MASTER_SITES=	MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \
+		https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi/
 PKGNAMEPREFIX=
 DISTFILES=	${THUNDERBIRD_I18N_:S/$/.xpi/}
 DIST_SUBDIR=	xpi/${DISTNAME}

Modified: branches/2015Q2/www/firefox-esr-i18n/Makefile
==============================================================================
--- branches/2015Q2/www/firefox-esr-i18n/Makefile	Fri May 15 00:45:17 2015	(r386373)
+++ branches/2015Q2/www/firefox-esr-i18n/Makefile	Fri May 15 00:48:31 2015	(r386374)
@@ -4,7 +4,8 @@
 PORTNAME=	firefox
 PORTVERSION=	31.7.0
 CATEGORIES=	www
-MASTER_SITES=	MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}esr/linux-i686/xpi
+MASTER_SITES=	MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}esr/linux-i686/xpi \
+		https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build2/linux-i686/xpi/
 PKGNAMEPREFIX=
 PKGNAMESUFFIX=	-esr-i18n
 DISTFILES=	${FIREFOX_I18N_:S/$/.xpi/}

Modified: branches/2015Q2/www/firefox-esr/Makefile
==============================================================================
--- branches/2015Q2/www/firefox-esr/Makefile	Fri May 15 00:45:17 2015	(r386373)
+++ branches/2015Q2/www/firefox-esr/Makefile	Fri May 15 00:48:31 2015	(r386374)
@@ -6,7 +6,8 @@ DISTVERSION=	31.7.0
 DISTVERSIONSUFFIX=esr.source
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
-MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source
+MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \
+		https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build2/source/
 PKGNAMESUFFIX=	-esr
 
 MAINTAINER=	gecko@FreeBSD.org

Modified: branches/2015Q2/www/firefox-i18n/Makefile
==============================================================================
--- branches/2015Q2/www/firefox-i18n/Makefile	Fri May 15 00:45:17 2015	(r386373)
+++ branches/2015Q2/www/firefox-i18n/Makefile	Fri May 15 00:48:31 2015	(r386374)
@@ -4,7 +4,8 @@
 PORTNAME=	firefox-i18n
 PORTVERSION=	38.0
 CATEGORIES=	www
-MASTER_SITES=	MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi
+MASTER_SITES=	MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \
+		https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build3/linux-i686/xpi/
 PKGNAMEPREFIX=
 DISTFILES=	${FIREFOX_I18N_:S/$/.xpi/}
 DIST_SUBDIR=	xpi/${DISTNAME}

Modified: branches/2015Q2/www/libxul/Makefile
==============================================================================
--- branches/2015Q2/www/libxul/Makefile	Fri May 15 00:45:17 2015	(r386373)
+++ branches/2015Q2/www/libxul/Makefile	Fri May 15 00:48:31 2015	(r386374)
@@ -4,7 +4,8 @@
 PORTNAME=	libxul
 DISTVERSION=	31.7.0
 CATEGORIES?=	www devel
-MASTER_SITES=	MOZILLA/firefox/releases/${DISTVERSION}esr/source
+MASTER_SITES=	MOZILLA/firefox/releases/${DISTVERSION}esr/source \
+		https://ftp.mozilla.org/pub/mozilla.org/firefox/candidates/${DISTVERSION}esr-candidates/build2/source/
 DISTNAME=	firefox-${DISTVERSION}esr.source
 
 MAINTAINER?=	gecko@FreeBSD.org

Modified: branches/2015Q2/www/linux-firefox/Makefile
==============================================================================
--- branches/2015Q2/www/linux-firefox/Makefile	Fri May 15 00:45:17 2015	(r386373)
+++ branches/2015Q2/www/linux-firefox/Makefile	Fri May 15 00:48:31 2015	(r386374)
@@ -5,7 +5,8 @@ PORTNAME=	firefox
 DISTVERSION=	38.0
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
-MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US
+MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \
+		https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/linux-i686/en-US/
 
 MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	Web browser based on the browser portion of Mozilla

Modified: branches/2015Q2/www/linux-seamonkey/Makefile
==============================================================================
--- branches/2015Q2/www/linux-seamonkey/Makefile	Fri May 15 00:45:17 2015	(r386373)
+++ branches/2015Q2/www/linux-seamonkey/Makefile	Fri May 15 00:48:31 2015	(r386374)
@@ -4,7 +4,8 @@
 PORTNAME=	seamonkey
 DISTVERSION=	2.33.1
 CATEGORIES=	www mail news editors irc ipv6
-MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US
+MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \
+		https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US/
 
 MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	The open source, standards compliant web browser

Modified: branches/2015Q2/www/seamonkey-i18n/Makefile
==============================================================================
--- branches/2015Q2/www/seamonkey-i18n/Makefile	Fri May 15 00:45:17 2015	(r386373)
+++ branches/2015Q2/www/seamonkey-i18n/Makefile	Fri May 15 00:48:31 2015	(r386374)
@@ -4,7 +4,8 @@
 PORTNAME=	seamonkey-i18n
 PORTVERSION=	2.33.1
 CATEGORIES=	www mail news editors irc
-MASTER_SITES=	MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/langpack
+MASTER_SITES=	MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/langpack \
+		https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/langpack/
 PKGNAMEPREFIX=
 DISTFILES=	${SEAMONKEY_I18N_:S/$/.langpack.xpi/:S/^/seamonkey-${PORTVERSION}./}
 DIST_SUBDIR=	xpi/${DISTNAME}

From owner-svn-ports-branches@FreeBSD.ORG  Fri May 15 01:02:21 2015
Return-Path: <owner-svn-ports-branches@FreeBSD.ORG>
Delivered-To: svn-ports-branches@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 2BBDC83B;
 Fri, 15 May 2015 01:02:21 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 19C111C36;
 Fri, 15 May 2015 01:02:21 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4F12KfS073051;
 Fri, 15 May 2015 01:02:20 GMT (envelope-from jbeich@FreeBSD.org)
Received: (from jbeich@localhost)
 by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4F12KGZ073050;
 Fri, 15 May 2015 01:02:20 GMT (envelope-from jbeich@FreeBSD.org)
Message-Id: <201505150102.t4F12KGZ073050@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: jbeich set sender to
 jbeich@FreeBSD.org using -f
From: Jan Beich <jbeich@FreeBSD.org>
Date: Fri, 15 May 2015 01:02:20 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r386375 - branches/2015Q2/www/seamonkey
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 15 May 2015 01:02:21 -0000

Author: jbeich
Date: Fri May 15 01:02:20 2015
New Revision: 386375
URL: https://svnweb.freebsd.org/changeset/ports/386375

Log:
  www/seamonkey: fix up mismerge of PORTREVISION from MFH r386162
  
  Approved by:	ports-secteam (delphij) as part of r386162

Modified:
  branches/2015Q2/www/seamonkey/Makefile

Modified: branches/2015Q2/www/seamonkey/Makefile
==============================================================================
--- branches/2015Q2/www/seamonkey/Makefile	Fri May 15 00:48:31 2015	(r386374)
+++ branches/2015Q2/www/seamonkey/Makefile	Fri May 15 01:02:20 2015	(r386375)
@@ -3,7 +3,7 @@
 
 PORTNAME=	seamonkey
 DISTVERSION=	2.33.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES?=	www mail news editors irc ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
 		https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/

From owner-svn-ports-branches@FreeBSD.ORG  Fri May 15 06:22:19 2015
Return-Path: <owner-svn-ports-branches@FreeBSD.ORG>
Delivered-To: svn-ports-branches@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id D37E4A73;
 Fri, 15 May 2015 06:22:19 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id BF0211B33;
 Fri, 15 May 2015 06:22:19 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4F6MJT7031932;
 Fri, 15 May 2015 06:22:19 GMT (envelope-from jbeich@FreeBSD.org)
Received: (from jbeich@localhost)
 by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4F6MIIG031921;
 Fri, 15 May 2015 06:22:18 GMT (envelope-from jbeich@FreeBSD.org)
Message-Id: <201505150622.t4F6MIIG031921@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: jbeich set sender to
 jbeich@FreeBSD.org using -f
From: Jan Beich <jbeich@FreeBSD.org>
Date: Fri, 15 May 2015 06:22:18 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r386384 - in branches/2015Q2/www: firefox firefox-i18n
 linux-firefox
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 15 May 2015 06:22:19 -0000

Author: jbeich
Date: Fri May 15 06:22:17 2015
New Revision: 386384
URL: https://svnweb.freebsd.org/changeset/ports/386384

Log:
  MFH: r386378
  
  - Update Firefox to 38.0.1
  
  Changes:	https://www.mozilla.org/en-US/firefox/38.0.1/releasenotes/
  Approved by:	ports-secteam (delphij)

Modified:
  branches/2015Q2/www/firefox-i18n/Makefile
  branches/2015Q2/www/firefox-i18n/distinfo
  branches/2015Q2/www/firefox/Makefile
  branches/2015Q2/www/firefox/distinfo
  branches/2015Q2/www/linux-firefox/Makefile
  branches/2015Q2/www/linux-firefox/distinfo
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/www/firefox-i18n/Makefile
==============================================================================
--- branches/2015Q2/www/firefox-i18n/Makefile	Fri May 15 06:21:04 2015	(r386383)
+++ branches/2015Q2/www/firefox-i18n/Makefile	Fri May 15 06:22:17 2015	(r386384)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	firefox-i18n
-PORTVERSION=	38.0
+PORTVERSION=	38.0.1
 CATEGORIES=	www
 MASTER_SITES=	MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \
-		https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build3/linux-i686/xpi/
+		https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi/
 PKGNAMEPREFIX=
 DISTFILES=	${FIREFOX_I18N_:S/$/.xpi/}
 DIST_SUBDIR=	xpi/${DISTNAME}

Modified: branches/2015Q2/www/firefox-i18n/distinfo
==============================================================================
--- branches/2015Q2/www/firefox-i18n/distinfo	Fri May 15 06:21:04 2015	(r386383)
+++ branches/2015Q2/www/firefox-i18n/distinfo	Fri May 15 06:22:17 2015	(r386384)
@@ -1,176 +1,176 @@
-SHA256 (xpi/firefox-i18n-38.0/ach.xpi) = c2584a52af2116e2f308e36b6837e01c693fb1e392174743313380b619e40c4d
-SIZE (xpi/firefox-i18n-38.0/ach.xpi) = 477965
-SHA256 (xpi/firefox-i18n-38.0/af.xpi) = 7d0f973fe12193a2f095fab1d95660da37f9c629a3e71da0003f7c61bbec44ba
-SIZE (xpi/firefox-i18n-38.0/af.xpi) = 483324
-SHA256 (xpi/firefox-i18n-38.0/an.xpi) = 099951104abc740325d90ba11465acb5b7154316024af2905119c336dcdf4fee
-SIZE (xpi/firefox-i18n-38.0/an.xpi) = 461419
-SHA256 (xpi/firefox-i18n-38.0/ar.xpi) = 7cd27d30d3e12f7fde59eb4369796d4da0c61ef64bf2aa8a0e7d8ac9b9a3138d
-SIZE (xpi/firefox-i18n-38.0/ar.xpi) = 516493
-SHA256 (xpi/firefox-i18n-38.0/as.xpi) = 78cd759d3e88493689a61df35539a9be18db82f4206bb5fa5f6cf454ea22df81
-SIZE (xpi/firefox-i18n-38.0/as.xpi) = 509572
-SHA256 (xpi/firefox-i18n-38.0/ast.xpi) = 8b730648b6b646ec3dbc7fa3afd30c12697413772aeb5d7956ced3565458f438
-SIZE (xpi/firefox-i18n-38.0/ast.xpi) = 397199
-SHA256 (xpi/firefox-i18n-38.0/az.xpi) = fda418e0a62147fa4b1b5670d83d247493420f9a707a7472c8b4ccb6e266b1aa
-SIZE (xpi/firefox-i18n-38.0/az.xpi) = 489150
-SHA256 (xpi/firefox-i18n-38.0/be.xpi) = 5e2fd875a84866ddf9ebe5f128294b26cc2e97ee96290860b0427da2a13b63d4
-SIZE (xpi/firefox-i18n-38.0/be.xpi) = 441054
-SHA256 (xpi/firefox-i18n-38.0/bg.xpi) = 6f656995af7febca61a80758edeaa93870948266baa409e1ae13bb7d645a1a5d
-SIZE (xpi/firefox-i18n-38.0/bg.xpi) = 487816
-SHA256 (xpi/firefox-i18n-38.0/bn-BD.xpi) = 50f1c2d0bc0a4854fb790b2daa5d4d294bdf82109e4f1a2f0cf5a95129ffbe9e
-SIZE (xpi/firefox-i18n-38.0/bn-BD.xpi) = 528686
-SHA256 (xpi/firefox-i18n-38.0/bn-IN.xpi) = 6d092b76c28d68ae9f85f72e367e0cb4c2e92de0b3159adc9d9cc1f38c34845f
-SIZE (xpi/firefox-i18n-38.0/bn-IN.xpi) = 527924
-SHA256 (xpi/firefox-i18n-38.0/br.xpi) = 246fa3d8de84f8b29e4a958b9943594288b7f145549718f99ec9472c7f1aaec4
-SIZE (xpi/firefox-i18n-38.0/br.xpi) = 441958
-SHA256 (xpi/firefox-i18n-38.0/bs.xpi) = e8b9f5b026326ed765f0c7399ab611cdb934e65996e1c742be4af0bd6610b8ab
-SIZE (xpi/firefox-i18n-38.0/bs.xpi) = 485303
-SHA256 (xpi/firefox-i18n-38.0/ca.xpi) = da0af8473ac909bf7fc5bd0d627c3ac5dd51573b6e03a6f239cbeca657fded9c
-SIZE (xpi/firefox-i18n-38.0/ca.xpi) = 458088
-SHA256 (xpi/firefox-i18n-38.0/cs.xpi) = f5eecbf7a7d59fd4ac28002f16593eed2b42b12fc5e16f411e04f025764ffcf9
-SIZE (xpi/firefox-i18n-38.0/cs.xpi) = 446721
-SHA256 (xpi/firefox-i18n-38.0/cy.xpi) = 6813975be52276fa16dca616f9765e033fbf4bd959ab3d036237a8860445acaa
-SIZE (xpi/firefox-i18n-38.0/cy.xpi) = 444382
-SHA256 (xpi/firefox-i18n-38.0/da.xpi) = a79e12e3185a7b12184569fa74bea26197cd2fa569b996215e0df1fb43ea9864
-SIZE (xpi/firefox-i18n-38.0/da.xpi) = 450758
-SHA256 (xpi/firefox-i18n-38.0/de.xpi) = 45830f1ea2db992116391c1c5dee553fb50159bf4e20839fbfcf03b885948a46
-SIZE (xpi/firefox-i18n-38.0/de.xpi) = 451626
-SHA256 (xpi/firefox-i18n-38.0/dsb.xpi) = 92750a6b787080720fbd38a7f1b5685147f8f7cc0642000b81b28242bc55c2ed
-SIZE (xpi/firefox-i18n-38.0/dsb.xpi) = 470919
-SHA256 (xpi/firefox-i18n-38.0/el.xpi) = 7f933136fdb55d5a74849d87d4ab4c8a2c85c208cf2919f4bc0c436dd9fb7976
-SIZE (xpi/firefox-i18n-38.0/el.xpi) = 498367
-SHA256 (xpi/firefox-i18n-38.0/en-GB.xpi) = 23bf41869212e40f6df10d46ae2a580e0cd235b657ae9141acc8b6d41bfe6bb2
-SIZE (xpi/firefox-i18n-38.0/en-GB.xpi) = 437842
-SHA256 (xpi/firefox-i18n-38.0/en-US.xpi) = 228049b58ee4a65da1224654ab36e9bd75c49cb0e8dfb2e4c72559f3c7b9589d
-SIZE (xpi/firefox-i18n-38.0/en-US.xpi) = 469716
-SHA256 (xpi/firefox-i18n-38.0/en-ZA.xpi) = 0beea95ee2d80d2724067b39dd351ff864d862deb3312c796d44246a1db48319
-SIZE (xpi/firefox-i18n-38.0/en-ZA.xpi) = 439923
-SHA256 (xpi/firefox-i18n-38.0/eo.xpi) = f8a06378813d523d5e60c7a09ac9d513aa8c3306db20e1df2241e0998e05c14e
-SIZE (xpi/firefox-i18n-38.0/eo.xpi) = 488367
-SHA256 (xpi/firefox-i18n-38.0/es-AR.xpi) = 7e62fbff31850bbdcf53d4787991b9cd21ef960d784614061bc05d5ae215f702
-SIZE (xpi/firefox-i18n-38.0/es-AR.xpi) = 453980
-SHA256 (xpi/firefox-i18n-38.0/es-CL.xpi) = 0b12f50eaa69687ae81b98fe35ae107ac2184e9a4d71156457a3e2a4adaecb07
-SIZE (xpi/firefox-i18n-38.0/es-CL.xpi) = 384676
-SHA256 (xpi/firefox-i18n-38.0/es-ES.xpi) = b8dfe5e5898748290a26c7f38f7772e99a70cf9703f52e9e14b7d473aeb94994
-SIZE (xpi/firefox-i18n-38.0/es-ES.xpi) = 374070
-SHA256 (xpi/firefox-i18n-38.0/es-MX.xpi) = 540e93b8e615c48804302a08967d58394b86bde88de2c2f770fe12662b4cf91b
-SIZE (xpi/firefox-i18n-38.0/es-MX.xpi) = 457047
-SHA256 (xpi/firefox-i18n-38.0/et.xpi) = 705a6817ab872443d2f79a49aec519be1b48f49d1fde29cb3843f4a990af0687
-SIZE (xpi/firefox-i18n-38.0/et.xpi) = 443225
-SHA256 (xpi/firefox-i18n-38.0/eu.xpi) = 3cd531e1e1fb00e0876b8d3ed95f96f70ce241111769d53f4c159cd512714d80
-SIZE (xpi/firefox-i18n-38.0/eu.xpi) = 466552
-SHA256 (xpi/firefox-i18n-38.0/fa.xpi) = 84eaf9b01b3301e8c94970d705e38c2a739e1044c1301bca8c2b0e66ffa5db99
-SIZE (xpi/firefox-i18n-38.0/fa.xpi) = 518279
-SHA256 (xpi/firefox-i18n-38.0/ff.xpi) = 08e8c4432a9ceb55bf762e30578eb3ae0a894493c93933b639bf96c0c78e72f8
-SIZE (xpi/firefox-i18n-38.0/ff.xpi) = 454584
-SHA256 (xpi/firefox-i18n-38.0/fi.xpi) = b02f3cfbc99c15cdc7e3a8cf0f9f3ec6eeac1394dbe2d7104028cd313c5cf9ca
-SIZE (xpi/firefox-i18n-38.0/fi.xpi) = 444849
-SHA256 (xpi/firefox-i18n-38.0/fr.xpi) = 61b7f05d37579498b53f3135fc441edd42cce6f0079832fd4acb544911c0979e
-SIZE (xpi/firefox-i18n-38.0/fr.xpi) = 461398
-SHA256 (xpi/firefox-i18n-38.0/fy-NL.xpi) = 99f60ed6d39048b4f14bf4380c99f865c839e1ec258557b6ee92f9ed20bec570
-SIZE (xpi/firefox-i18n-38.0/fy-NL.xpi) = 455534
-SHA256 (xpi/firefox-i18n-38.0/ga-IE.xpi) = c5db362839216cc1a259c4267ee7983c38249e0f7b25bf3a7348a2c5b12ba460
-SIZE (xpi/firefox-i18n-38.0/ga-IE.xpi) = 469619
-SHA256 (xpi/firefox-i18n-38.0/gd.xpi) = 1e0da1b3812389958aef4f8dbbb0c0d16d07f3e68fd24f7c4545b63d69183797
-SIZE (xpi/firefox-i18n-38.0/gd.xpi) = 454613
-SHA256 (xpi/firefox-i18n-38.0/gl.xpi) = a7bad8f1c9ddad5a33a551a5c152e2400c2534950f525b66bbb88a6b100db0c1
-SIZE (xpi/firefox-i18n-38.0/gl.xpi) = 448921
-SHA256 (xpi/firefox-i18n-38.0/gu-IN.xpi) = 76976fe013afb75bf9995b4e51c99e10767595b6a5da765751d0d60398488d2c
-SIZE (xpi/firefox-i18n-38.0/gu-IN.xpi) = 477972
-SHA256 (xpi/firefox-i18n-38.0/he.xpi) = 8f264243f2235a6f70e423c7f4fa2ba24e5cb5709445831f14c1f1b8297aeb67
-SIZE (xpi/firefox-i18n-38.0/he.xpi) = 486781
-SHA256 (xpi/firefox-i18n-38.0/hi-IN.xpi) = 867ee3c521b9e92e44e26ac7819c9eeb2c1b69ef15cdc9fe139491bd7eecd212
-SIZE (xpi/firefox-i18n-38.0/hi-IN.xpi) = 508163
-SHA256 (xpi/firefox-i18n-38.0/hr.xpi) = ecacebab78e0cc393032f286e23a832381b7c79bd02341bcbb1302298d800603
-SIZE (xpi/firefox-i18n-38.0/hr.xpi) = 478268
-SHA256 (xpi/firefox-i18n-38.0/hsb.xpi) = 51f098e5659a4671b1560daf72f9f36591ef72ed28e3b05ad09fd4e5045b8436
-SIZE (xpi/firefox-i18n-38.0/hsb.xpi) = 468715
-SHA256 (xpi/firefox-i18n-38.0/hu.xpi) = b827ed3f92854e1a34e144729de08fe3cf8ec21124a769849c37bc799b2c3246
-SIZE (xpi/firefox-i18n-38.0/hu.xpi) = 453551
-SHA256 (xpi/firefox-i18n-38.0/hy-AM.xpi) = 173637cf78074328d9d613bca0b24df68e1188a2b2e5ef2393d6b08c78c62fb5
-SIZE (xpi/firefox-i18n-38.0/hy-AM.xpi) = 534261
-SHA256 (xpi/firefox-i18n-38.0/id.xpi) = 518237999ede8c8ce54b8e98ac9f7c555b8f3321f1d56579fdbe6062df443fe0
-SIZE (xpi/firefox-i18n-38.0/id.xpi) = 431485
-SHA256 (xpi/firefox-i18n-38.0/is.xpi) = e33c43cc989337e4c20f583db50137aea4df03ee996141bc49ccbd341e7d2de1
-SIZE (xpi/firefox-i18n-38.0/is.xpi) = 485125
-SHA256 (xpi/firefox-i18n-38.0/it.xpi) = fa4d320b99581b0422078e58987d7ac15cd7e9ab302411ac546bad538b7f25f1
-SIZE (xpi/firefox-i18n-38.0/it.xpi) = 368407
-SHA256 (xpi/firefox-i18n-38.0/ja.xpi) = c4aed7b09a747dc78896af1a7ab05ffd62bd33b7017999ca85705c4eb2e19970
-SIZE (xpi/firefox-i18n-38.0/ja.xpi) = 479112
-SHA256 (xpi/firefox-i18n-38.0/kk.xpi) = d54dac961f1f9863757ee4dd76356cb99f7d3b2a38b6f2b5365a420f369ef195
-SIZE (xpi/firefox-i18n-38.0/kk.xpi) = 503565
-SHA256 (xpi/firefox-i18n-38.0/km.xpi) = 827f79a9832784ade0557b5156f60c10f2bbde863f67e60fce7017289ea280b8
-SIZE (xpi/firefox-i18n-38.0/km.xpi) = 565670
-SHA256 (xpi/firefox-i18n-38.0/kn.xpi) = 55111a4219607b00351f2aadb9089cf3114ef400b6c789eb576a30695ee50ff2
-SIZE (xpi/firefox-i18n-38.0/kn.xpi) = 533461
-SHA256 (xpi/firefox-i18n-38.0/ko.xpi) = a2e6841738d58310ceec58a223d585fd75ac76085be75ecf1fd082371a3cb407
-SIZE (xpi/firefox-i18n-38.0/ko.xpi) = 460852
-SHA256 (xpi/firefox-i18n-38.0/lij.xpi) = c118c52636be667ad25d23b139b0fa1f4e0162840b0b750cfa5373407f70d774
-SIZE (xpi/firefox-i18n-38.0/lij.xpi) = 444234
-SHA256 (xpi/firefox-i18n-38.0/lt.xpi) = 18bc4937175ceaa89c7f2c0bcca715989582200d67e5308a579901747cc036e8
-SIZE (xpi/firefox-i18n-38.0/lt.xpi) = 486448
-SHA256 (xpi/firefox-i18n-38.0/lv.xpi) = 55cce0ef04004cc9d914b9a483852f9adfd09c529aa043d293b66584aa7587e0
-SIZE (xpi/firefox-i18n-38.0/lv.xpi) = 467195
-SHA256 (xpi/firefox-i18n-38.0/mai.xpi) = a3a57f9fa5153a0cc51222e38d6a0d7275efca7f29f7f41c9f34003770ca9fd3
-SIZE (xpi/firefox-i18n-38.0/mai.xpi) = 514661
-SHA256 (xpi/firefox-i18n-38.0/mk.xpi) = abe7502371653130daf3047972313c03b115b978f90072606a7763582c1f67c7
-SIZE (xpi/firefox-i18n-38.0/mk.xpi) = 529202
-SHA256 (xpi/firefox-i18n-38.0/ml.xpi) = e063af149f5024671747d3eaacddd6c16b2db9590dd853090febce6ed25d2b2b
-SIZE (xpi/firefox-i18n-38.0/ml.xpi) = 528916
-SHA256 (xpi/firefox-i18n-38.0/mr.xpi) = e37ad81af248c447a50acd555ef3631df26164dd5cb4e966300395af3a147789
-SIZE (xpi/firefox-i18n-38.0/mr.xpi) = 505959
-SHA256 (xpi/firefox-i18n-38.0/ms.xpi) = ced3c45188965da071daf2c45850e027f96183c6c72176ef418abbb3f2a29461
-SIZE (xpi/firefox-i18n-38.0/ms.xpi) = 489869
-SHA256 (xpi/firefox-i18n-38.0/nb-NO.xpi) = db64e89fb69dcb78caec4426ba587ba8344b2063b54fd5048fee97c01883ffb2
-SIZE (xpi/firefox-i18n-38.0/nb-NO.xpi) = 444173
-SHA256 (xpi/firefox-i18n-38.0/nl.xpi) = b416b5225e886b6e2cfc19fc73a76a45b6f963bb4bc9b15af2310e70202fb9ea
-SIZE (xpi/firefox-i18n-38.0/nl.xpi) = 443991
-SHA256 (xpi/firefox-i18n-38.0/nn-NO.xpi) = 61e5a8a653acec3e5486db910a8f7ba450b15a8caf867e0f37c43e060c8f52bb
-SIZE (xpi/firefox-i18n-38.0/nn-NO.xpi) = 438448
-SHA256 (xpi/firefox-i18n-38.0/or.xpi) = 526f638e82e87a8da6c14153c2067adfb85048224979e6802d8e91c78360db22
-SIZE (xpi/firefox-i18n-38.0/or.xpi) = 527046
-SHA256 (xpi/firefox-i18n-38.0/pa-IN.xpi) = 733103c9091b341a05b46f26a8c68435d1308c723e39081ea2067106b434e694
-SIZE (xpi/firefox-i18n-38.0/pa-IN.xpi) = 493718
-SHA256 (xpi/firefox-i18n-38.0/pl.xpi) = 3f6114f2ec0f569d4269bfa1ec999a84d1c26a8d844a45d239b29e834af2eade
-SIZE (xpi/firefox-i18n-38.0/pl.xpi) = 406564
-SHA256 (xpi/firefox-i18n-38.0/pt-BR.xpi) = 63a874d2e4545fbe44049c0611667573b90062c5f92cc6875a45df98346f0c48
-SIZE (xpi/firefox-i18n-38.0/pt-BR.xpi) = 459809
-SHA256 (xpi/firefox-i18n-38.0/pt-PT.xpi) = 13d25561c941cc4ff952396128c9aa9b447dfe281220cc182afbb1cf3362ac13
-SIZE (xpi/firefox-i18n-38.0/pt-PT.xpi) = 439971
-SHA256 (xpi/firefox-i18n-38.0/rm.xpi) = 782f20b6c0074dad05b04029898e5cccec4c8c6ffca293dd4a9a2730d2b779d8
-SIZE (xpi/firefox-i18n-38.0/rm.xpi) = 446283
-SHA256 (xpi/firefox-i18n-38.0/ro.xpi) = 780b189c6325fe58c8330fde8bb0a7b401320091b2c58ab978763f043c931bb3
-SIZE (xpi/firefox-i18n-38.0/ro.xpi) = 494076
-SHA256 (xpi/firefox-i18n-38.0/ru.xpi) = eab2da0d83afea550f3b37109f385b4a3241874f2eb7e09323209cfbd6d2a401
-SIZE (xpi/firefox-i18n-38.0/ru.xpi) = 414415
-SHA256 (xpi/firefox-i18n-38.0/si.xpi) = d212603cf50771b3f0b5833e950f3e8aa2687360145391531ede9f2b47cf3f8c
-SIZE (xpi/firefox-i18n-38.0/si.xpi) = 537391
-SHA256 (xpi/firefox-i18n-38.0/sk.xpi) = 38c45bd4c76841bcd9a54c46acc76bb0cf46e30b67b31b33743248b29ff7e1b1
-SIZE (xpi/firefox-i18n-38.0/sk.xpi) = 469433
-SHA256 (xpi/firefox-i18n-38.0/sl.xpi) = 3bfe85ea8074c39584069ac7f02b973f5172f569197888bc86bdd5eab33986ab
-SIZE (xpi/firefox-i18n-38.0/sl.xpi) = 441590
-SHA256 (xpi/firefox-i18n-38.0/son.xpi) = 9a9863bd5d579c5130c8c55efd2ca7ab8044e407a7e6bb63d07160411b392b75
-SIZE (xpi/firefox-i18n-38.0/son.xpi) = 449263
-SHA256 (xpi/firefox-i18n-38.0/sq.xpi) = 49afec4638614268ce019fa731859727885a4d16821b11389158aee90572f19a
-SIZE (xpi/firefox-i18n-38.0/sq.xpi) = 486073
-SHA256 (xpi/firefox-i18n-38.0/sr.xpi) = 33dbffccb1801ef8bf3976f15a290a0a40b55a804da6ae3cc036efe37a18a387
-SIZE (xpi/firefox-i18n-38.0/sr.xpi) = 479416
-SHA256 (xpi/firefox-i18n-38.0/sv-SE.xpi) = 801bd4d2bb7126e32956012ffeb1737c79a79e63890408c19ccac000821545e1
-SIZE (xpi/firefox-i18n-38.0/sv-SE.xpi) = 452627
-SHA256 (xpi/firefox-i18n-38.0/ta.xpi) = fcfeb8ab76d3d13abd5d778ef69943fc1602207d383eced86c1ab9c3314fc5fe
-SIZE (xpi/firefox-i18n-38.0/ta.xpi) = 506603
-SHA256 (xpi/firefox-i18n-38.0/te.xpi) = 65895085c96b33abc5f9ad3316f513bf1faa7399da3994994fe399cbcfc5e28c
-SIZE (xpi/firefox-i18n-38.0/te.xpi) = 526250
-SHA256 (xpi/firefox-i18n-38.0/th.xpi) = 349f84611b9305ff9cbf99e1c315797af9bb55da30f26f4ee233efe5f5159e2a
-SIZE (xpi/firefox-i18n-38.0/th.xpi) = 534266
-SHA256 (xpi/firefox-i18n-38.0/tr.xpi) = 825a42be9aaca57e3edf48d86162d1c589fd16c4199a902c1cb18a020f393ed0
-SIZE (xpi/firefox-i18n-38.0/tr.xpi) = 481073
-SHA256 (xpi/firefox-i18n-38.0/uk.xpi) = 01c126874ce291e65947959a827df2930641bb5dc2166c543d148a70469001d8
-SIZE (xpi/firefox-i18n-38.0/uk.xpi) = 493310
-SHA256 (xpi/firefox-i18n-38.0/vi.xpi) = f7638c760a9d0ae843e8c06bc55ed5de06b0df0b37d4dd35fa9e245bd5552fac
-SIZE (xpi/firefox-i18n-38.0/vi.xpi) = 467502
-SHA256 (xpi/firefox-i18n-38.0/xh.xpi) = 8d38bba0b3d42d70348ed1068719c4e8fea6af5e71efbec5d25ab8f78ad83299
-SIZE (xpi/firefox-i18n-38.0/xh.xpi) = 450240
-SHA256 (xpi/firefox-i18n-38.0/zh-CN.xpi) = 55b0bd8b762e8246e2e4f73ec2a485d1ffccb5295e1b806c76d776484bbbcbd4
-SIZE (xpi/firefox-i18n-38.0/zh-CN.xpi) = 488273
-SHA256 (xpi/firefox-i18n-38.0/zh-TW.xpi) = bcd71e83dba9779ad9ab0054c80a7269c488f8bdb0d3140f1ab86035374d5c62
-SIZE (xpi/firefox-i18n-38.0/zh-TW.xpi) = 467841
+SHA256 (xpi/firefox-i18n-38.0.1/ach.xpi) = 3b29f0da65f691cf1513fc93793d0962abb41b7e63461149142c24658446a1be
+SIZE (xpi/firefox-i18n-38.0.1/ach.xpi) = 477966
+SHA256 (xpi/firefox-i18n-38.0.1/af.xpi) = 89d09d602878f890d8a1507b2d98deb75374a1a9dedca74e007c90a00fb0f51b
+SIZE (xpi/firefox-i18n-38.0.1/af.xpi) = 483325
+SHA256 (xpi/firefox-i18n-38.0.1/an.xpi) = 22b35228e8228b28b4b52df5cf4413c49c60fe9132cf96ebceffc820e9e61781
+SIZE (xpi/firefox-i18n-38.0.1/an.xpi) = 461420
+SHA256 (xpi/firefox-i18n-38.0.1/ar.xpi) = 993660b17ac1d4fc455f8c4cdfa433be2497fb09595f48c1dfc65c6f47566616
+SIZE (xpi/firefox-i18n-38.0.1/ar.xpi) = 516494
+SHA256 (xpi/firefox-i18n-38.0.1/as.xpi) = 54b2d030dd2e4f14c100165a68a32ad547a63bcf75f204a44b8ab0e07e7ea77e
+SIZE (xpi/firefox-i18n-38.0.1/as.xpi) = 509573
+SHA256 (xpi/firefox-i18n-38.0.1/ast.xpi) = 374eb571b161e5825637046c38fb4c75686a314cf180aef0be82668dc474507d
+SIZE (xpi/firefox-i18n-38.0.1/ast.xpi) = 397200
+SHA256 (xpi/firefox-i18n-38.0.1/az.xpi) = 74e76fcae3d5530c745ac9d03cbb11960546d867f107cde4a29367111199e835
+SIZE (xpi/firefox-i18n-38.0.1/az.xpi) = 489151
+SHA256 (xpi/firefox-i18n-38.0.1/be.xpi) = 60f225cba7bb39fbecefee7ebace30f0a089933e4596981f0dd8d3f1bf7bdbfe
+SIZE (xpi/firefox-i18n-38.0.1/be.xpi) = 441055
+SHA256 (xpi/firefox-i18n-38.0.1/bg.xpi) = 4f0e49f503a5f721686c31620b3cc4925d1ec7e75b2cec5cdd1712883e3f411a
+SIZE (xpi/firefox-i18n-38.0.1/bg.xpi) = 487818
+SHA256 (xpi/firefox-i18n-38.0.1/bn-BD.xpi) = 45e2b45d2fcef99b872420f737b6c1af5494a70ee7e48647fddb229f041a6f9e
+SIZE (xpi/firefox-i18n-38.0.1/bn-BD.xpi) = 528687
+SHA256 (xpi/firefox-i18n-38.0.1/bn-IN.xpi) = 33220bdf63ae687c0b1d715803956eb39a9599095027153e9becaf4d8b35dd31
+SIZE (xpi/firefox-i18n-38.0.1/bn-IN.xpi) = 527925
+SHA256 (xpi/firefox-i18n-38.0.1/br.xpi) = 0ee35b24ade934b985f0e3b57b5cf12f202e213542a8f49dece2f2656c68cedf
+SIZE (xpi/firefox-i18n-38.0.1/br.xpi) = 441959
+SHA256 (xpi/firefox-i18n-38.0.1/bs.xpi) = 200c168d9d306ea136b3757e7c2b68558f6cbda6baa6ee42c7d3ead34529c07a
+SIZE (xpi/firefox-i18n-38.0.1/bs.xpi) = 485304
+SHA256 (xpi/firefox-i18n-38.0.1/ca.xpi) = 20b1d579c014b5a139922e89165f4e3751a01b1231cfb86c2208d2b4917ac337
+SIZE (xpi/firefox-i18n-38.0.1/ca.xpi) = 458090
+SHA256 (xpi/firefox-i18n-38.0.1/cs.xpi) = 66e886276d952cd6ed5d5806e8f9ab32f30fef05e9dd604acfdf964d92167608
+SIZE (xpi/firefox-i18n-38.0.1/cs.xpi) = 446723
+SHA256 (xpi/firefox-i18n-38.0.1/cy.xpi) = e40e894729919e00589858fe4b873a49ee528bc015ccf74f3a45be8b7da1b2a7
+SIZE (xpi/firefox-i18n-38.0.1/cy.xpi) = 444384
+SHA256 (xpi/firefox-i18n-38.0.1/da.xpi) = 8961e69d02500dcbe1824d4d4f9b4e2488e87cb4e4116cdea600183ca69fbf29
+SIZE (xpi/firefox-i18n-38.0.1/da.xpi) = 450760
+SHA256 (xpi/firefox-i18n-38.0.1/de.xpi) = 4b73673466a35d2a17fa83ab54a57150495e6c43238a28a636e6a0c8835334ef
+SIZE (xpi/firefox-i18n-38.0.1/de.xpi) = 451627
+SHA256 (xpi/firefox-i18n-38.0.1/dsb.xpi) = 5efbcc729038dfb34a2b7fd7602ff2a9791a4d054bc57f1f5ccfd1001f9fb2a7
+SIZE (xpi/firefox-i18n-38.0.1/dsb.xpi) = 470920
+SHA256 (xpi/firefox-i18n-38.0.1/el.xpi) = c3cc80e799ceab69ee4700f1522bf532b2a0e88eeaa2d812cbbe99822ba85482
+SIZE (xpi/firefox-i18n-38.0.1/el.xpi) = 498368
+SHA256 (xpi/firefox-i18n-38.0.1/en-GB.xpi) = 905dcd02b17e046a54d667b68c864872b5609f78ee40ca59554df4a85dafd8c5
+SIZE (xpi/firefox-i18n-38.0.1/en-GB.xpi) = 437843
+SHA256 (xpi/firefox-i18n-38.0.1/en-US.xpi) = 23d7b1b954d6a0ff675e59b4ea3008cdb3468a9c338eb191e5d07a5db7ad8c38
+SIZE (xpi/firefox-i18n-38.0.1/en-US.xpi) = 469716
+SHA256 (xpi/firefox-i18n-38.0.1/en-ZA.xpi) = 0e142bb9e864860969a8a8547b8502d560fbc7cd9b8503c7b4dd2fa37259bfd2
+SIZE (xpi/firefox-i18n-38.0.1/en-ZA.xpi) = 439924
+SHA256 (xpi/firefox-i18n-38.0.1/eo.xpi) = b060f1462fea6db75d6a586b080483ab45a1c60eb08d744a37e5b602478bfb00
+SIZE (xpi/firefox-i18n-38.0.1/eo.xpi) = 488368
+SHA256 (xpi/firefox-i18n-38.0.1/es-AR.xpi) = c71519e6819fc9082f53c9fd615808aae78e7f4210e743612271f153193c4fc3
+SIZE (xpi/firefox-i18n-38.0.1/es-AR.xpi) = 453982
+SHA256 (xpi/firefox-i18n-38.0.1/es-CL.xpi) = 18723b7c770115d48dedd197adc2c22c18589a409c05efa2f14d8f9bb202fcf5
+SIZE (xpi/firefox-i18n-38.0.1/es-CL.xpi) = 384677
+SHA256 (xpi/firefox-i18n-38.0.1/es-ES.xpi) = f7fb5ec3f9474d4edd38d5b7799f206cb5ae6b66da7a403fa0b1fee274fe45b2
+SIZE (xpi/firefox-i18n-38.0.1/es-ES.xpi) = 374071
+SHA256 (xpi/firefox-i18n-38.0.1/es-MX.xpi) = 02448b3d0fbc35fb5d65b9de4260a4dbc684ce6268e93c12235654b665baea8b
+SIZE (xpi/firefox-i18n-38.0.1/es-MX.xpi) = 457048
+SHA256 (xpi/firefox-i18n-38.0.1/et.xpi) = 091dabc25bbe5260a4fc0014751a948a21c9e4a597ec97c62f3e8fdef26bee62
+SIZE (xpi/firefox-i18n-38.0.1/et.xpi) = 443227
+SHA256 (xpi/firefox-i18n-38.0.1/eu.xpi) = 8612c6cb4f790fed994774ae573bb6fc06c6a8a213a5031584660acb99a60043
+SIZE (xpi/firefox-i18n-38.0.1/eu.xpi) = 466554
+SHA256 (xpi/firefox-i18n-38.0.1/fa.xpi) = 1f5097e3b672f1e7db8b7ae5c7d8635a809fcede1bf98d6c0c8cc17991343317
+SIZE (xpi/firefox-i18n-38.0.1/fa.xpi) = 518280
+SHA256 (xpi/firefox-i18n-38.0.1/ff.xpi) = 2e025debfe7b53feae7f353604dbe251f997d0b5a5ac276737716fb919f8bb9f
+SIZE (xpi/firefox-i18n-38.0.1/ff.xpi) = 454585
+SHA256 (xpi/firefox-i18n-38.0.1/fi.xpi) = e6c2f83d264dbe4f38f01818721f3c7c30dce3787bdd37b02f4a4329f2cf9eb5
+SIZE (xpi/firefox-i18n-38.0.1/fi.xpi) = 444850
+SHA256 (xpi/firefox-i18n-38.0.1/fr.xpi) = 8374d112760be0989f9f78430a83fb0dff3557672396ab28b04296f775f1c694
+SIZE (xpi/firefox-i18n-38.0.1/fr.xpi) = 461399
+SHA256 (xpi/firefox-i18n-38.0.1/fy-NL.xpi) = 1c3844c8621f483d356e55ea9a7468a7f494734d911f510f7713cc3f9924b258
+SIZE (xpi/firefox-i18n-38.0.1/fy-NL.xpi) = 455539
+SHA256 (xpi/firefox-i18n-38.0.1/ga-IE.xpi) = d15ae925ef451822a799d2d5c7ebea851a0fb4fa7d44e98971696aba53d859e0
+SIZE (xpi/firefox-i18n-38.0.1/ga-IE.xpi) = 469621
+SHA256 (xpi/firefox-i18n-38.0.1/gd.xpi) = ce8ccc7f02f5c6202f97cfe57c9b1f83b9529ad76e9210a80772c234c0d5e21b
+SIZE (xpi/firefox-i18n-38.0.1/gd.xpi) = 454614
+SHA256 (xpi/firefox-i18n-38.0.1/gl.xpi) = 80b78d22d0e19894417ead0d919f7e29ea966b3474fff173cac6de54eb96f21e
+SIZE (xpi/firefox-i18n-38.0.1/gl.xpi) = 448922
+SHA256 (xpi/firefox-i18n-38.0.1/gu-IN.xpi) = 9993087f32f9335e86da8584eb0adef087725d854acfe5aa352542d151e25d40
+SIZE (xpi/firefox-i18n-38.0.1/gu-IN.xpi) = 477977
+SHA256 (xpi/firefox-i18n-38.0.1/he.xpi) = ef49a948a6450e28857c58a8d91d3a8487f1cfc85efe7f0237f31f0e5e9aae29
+SIZE (xpi/firefox-i18n-38.0.1/he.xpi) = 486784
+SHA256 (xpi/firefox-i18n-38.0.1/hi-IN.xpi) = e4adf0b4ac07b7b7ceb7c7c96d801504e7a5fb9f6e44b9a0bc737fa6bf8f2ab4
+SIZE (xpi/firefox-i18n-38.0.1/hi-IN.xpi) = 508164
+SHA256 (xpi/firefox-i18n-38.0.1/hr.xpi) = 49642db5e71f6162650f54cd40c0ea3e42299c55c1667e1c6abc776b2e127714
+SIZE (xpi/firefox-i18n-38.0.1/hr.xpi) = 478269
+SHA256 (xpi/firefox-i18n-38.0.1/hsb.xpi) = 59ffe73c13420b89844538407f71d9edcd97a8a1522d4db608685ad316aa0035
+SIZE (xpi/firefox-i18n-38.0.1/hsb.xpi) = 468716
+SHA256 (xpi/firefox-i18n-38.0.1/hu.xpi) = 8c2a4b618954477ad9f500978c1a57eb5e7442b263db5d5d1d176e346740045d
+SIZE (xpi/firefox-i18n-38.0.1/hu.xpi) = 453552
+SHA256 (xpi/firefox-i18n-38.0.1/hy-AM.xpi) = 9eb032cb24be7a9d2ae2976ea94f95a7a098da9ace7912945e0a14f573645edf
+SIZE (xpi/firefox-i18n-38.0.1/hy-AM.xpi) = 534262
+SHA256 (xpi/firefox-i18n-38.0.1/id.xpi) = 05ac6b2648bd8307bfc04e648329e56af33246b0fa9ed9426a6d275e78148376
+SIZE (xpi/firefox-i18n-38.0.1/id.xpi) = 431487
+SHA256 (xpi/firefox-i18n-38.0.1/is.xpi) = 4e4df37f868fe02f431ec0ad3737f3046b3698beea095fc85efe6d6eb33bb89f
+SIZE (xpi/firefox-i18n-38.0.1/is.xpi) = 485131
+SHA256 (xpi/firefox-i18n-38.0.1/it.xpi) = 1e426df56b4d66f22537cb4f9fa77a1b367d5ae8c9ed1a36c0a00de109c92d9c
+SIZE (xpi/firefox-i18n-38.0.1/it.xpi) = 368408
+SHA256 (xpi/firefox-i18n-38.0.1/ja.xpi) = 6e36d406d579f43cbc36fdd9e593aaa9b3a48522a20b9d3425e89ddedb1c64c4
+SIZE (xpi/firefox-i18n-38.0.1/ja.xpi) = 479113
+SHA256 (xpi/firefox-i18n-38.0.1/kk.xpi) = 1c62446ce60ae1f3cfe0c7e98ccf160f5c0a4460cb90c8db4a11de0301d20be1
+SIZE (xpi/firefox-i18n-38.0.1/kk.xpi) = 503567
+SHA256 (xpi/firefox-i18n-38.0.1/km.xpi) = 95ff9d98e3248583260227bd3fd00be061ee1fd2b166c2e9d040061bc1c12b13
+SIZE (xpi/firefox-i18n-38.0.1/km.xpi) = 565672
+SHA256 (xpi/firefox-i18n-38.0.1/kn.xpi) = 9dfdd7182bd69962be35d9ce7b6df8cb5b6c677a25c734e98e3cba5b52ad5430
+SIZE (xpi/firefox-i18n-38.0.1/kn.xpi) = 533463
+SHA256 (xpi/firefox-i18n-38.0.1/ko.xpi) = e26174f554fc2966a775fb219960e80170aa183bcd21fb2f6ab0d893dfe94362
+SIZE (xpi/firefox-i18n-38.0.1/ko.xpi) = 460853
+SHA256 (xpi/firefox-i18n-38.0.1/lij.xpi) = 5cf5726942c317c6c43b38fac7d1e7ff8dd76a14febd7d4432a809fd0df8ad62
+SIZE (xpi/firefox-i18n-38.0.1/lij.xpi) = 444239
+SHA256 (xpi/firefox-i18n-38.0.1/lt.xpi) = 4cf13d234fb77d4abb6481a5aa4b01951b3d762b5e23ac1eab092b8b765480a4
+SIZE (xpi/firefox-i18n-38.0.1/lt.xpi) = 486450
+SHA256 (xpi/firefox-i18n-38.0.1/lv.xpi) = b168b0cef4624930f3f5d153e02992f24e167a65e6917a0f0a753a6d53faac08
+SIZE (xpi/firefox-i18n-38.0.1/lv.xpi) = 467196
+SHA256 (xpi/firefox-i18n-38.0.1/mai.xpi) = 7f348275dc07811ad262e60b91f95dcce995980654059ecc7e510bddf72ef9e3
+SIZE (xpi/firefox-i18n-38.0.1/mai.xpi) = 514663
+SHA256 (xpi/firefox-i18n-38.0.1/mk.xpi) = b7cbe62398100f6cbebf602a38bf30e6f1fdc9a7a21359d7dcbd6d8e9464ad32
+SIZE (xpi/firefox-i18n-38.0.1/mk.xpi) = 529204
+SHA256 (xpi/firefox-i18n-38.0.1/ml.xpi) = fc426cf7da4e22008808f4cbfba9f953de4394e407a40a1384644c9d4ba4aa2a
+SIZE (xpi/firefox-i18n-38.0.1/ml.xpi) = 528918
+SHA256 (xpi/firefox-i18n-38.0.1/mr.xpi) = 3f13a6e3cf881620c8203161232c4cd283d1641d9fdfd8111b0d4ea8421e96a6
+SIZE (xpi/firefox-i18n-38.0.1/mr.xpi) = 505960
+SHA256 (xpi/firefox-i18n-38.0.1/ms.xpi) = 01547f94c34550fdd4998e6ad27997134944170c2152bf810f5430d68af82703
+SIZE (xpi/firefox-i18n-38.0.1/ms.xpi) = 489871
+SHA256 (xpi/firefox-i18n-38.0.1/nb-NO.xpi) = 7dfda2fc0434a840791ec8127a5be8280686baabc021aefb16a16eda71a795df
+SIZE (xpi/firefox-i18n-38.0.1/nb-NO.xpi) = 444174
+SHA256 (xpi/firefox-i18n-38.0.1/nl.xpi) = b2aaddcfb76216565e85c111f38940b30bc728118c9a060d95c8651803da110c
+SIZE (xpi/firefox-i18n-38.0.1/nl.xpi) = 443993
+SHA256 (xpi/firefox-i18n-38.0.1/nn-NO.xpi) = 1cecc9bed2ecd8fc100ba59202b38acaff2e81e58fba99f4d8459b17dc74cb19
+SIZE (xpi/firefox-i18n-38.0.1/nn-NO.xpi) = 438450
+SHA256 (xpi/firefox-i18n-38.0.1/or.xpi) = 918e33c916f401225b2132ff4b9c03fe1dbfdefe7d25cb72d2693e751f46e274
+SIZE (xpi/firefox-i18n-38.0.1/or.xpi) = 527047
+SHA256 (xpi/firefox-i18n-38.0.1/pa-IN.xpi) = 75c3c81acc6140d6274f53b08712d9cc9fd9197dd3bf6964f26d60ee2c88d1db
+SIZE (xpi/firefox-i18n-38.0.1/pa-IN.xpi) = 493720
+SHA256 (xpi/firefox-i18n-38.0.1/pl.xpi) = b5776a2811a276e24c06ade67dc961549b7ca4315fa8b195421205b614c2480d
+SIZE (xpi/firefox-i18n-38.0.1/pl.xpi) = 406565
+SHA256 (xpi/firefox-i18n-38.0.1/pt-BR.xpi) = 05a4638aa2fb999e6e729302f5d097ea9646f4fc96ca7074e8618ef2204c5cf2
+SIZE (xpi/firefox-i18n-38.0.1/pt-BR.xpi) = 459808
+SHA256 (xpi/firefox-i18n-38.0.1/pt-PT.xpi) = 14046159b5b1b979ae07c0d5022ec113bd0502b126a2b8402604c13806988141
+SIZE (xpi/firefox-i18n-38.0.1/pt-PT.xpi) = 439973
+SHA256 (xpi/firefox-i18n-38.0.1/rm.xpi) = 9ba95e951278c6caf08fc3c3be01b029dbb6e8494bc9074862d853fcbd780b6a
+SIZE (xpi/firefox-i18n-38.0.1/rm.xpi) = 446286
+SHA256 (xpi/firefox-i18n-38.0.1/ro.xpi) = 25548460ade2128896cca60ba3ab0573075bbfa8dbec07417da6e29d56b96932
+SIZE (xpi/firefox-i18n-38.0.1/ro.xpi) = 494078
+SHA256 (xpi/firefox-i18n-38.0.1/ru.xpi) = 823d218cf098a5363b55f6441f68f1fed032a2aa840a695ddc192c2346aed5ee
+SIZE (xpi/firefox-i18n-38.0.1/ru.xpi) = 414416
+SHA256 (xpi/firefox-i18n-38.0.1/si.xpi) = c0c495342027343130de87aee515f5ee9f4717de12201f566c3f1d8e2be1f91a
+SIZE (xpi/firefox-i18n-38.0.1/si.xpi) = 537393
+SHA256 (xpi/firefox-i18n-38.0.1/sk.xpi) = e5c6a4f53328c7b369b76c0f89b7a1fec257d8b6520fd333c68a76ef4b1dbe10
+SIZE (xpi/firefox-i18n-38.0.1/sk.xpi) = 469434
+SHA256 (xpi/firefox-i18n-38.0.1/sl.xpi) = 6504132c228e0fd3831d4dc67632f572d5080ea0389e8760b420220db17764ee
+SIZE (xpi/firefox-i18n-38.0.1/sl.xpi) = 441592
+SHA256 (xpi/firefox-i18n-38.0.1/son.xpi) = b8bf1dc6d08d991f9d3cd16a8745ec31bbece415c28e0508ad407b7e2cf95887
+SIZE (xpi/firefox-i18n-38.0.1/son.xpi) = 449265
+SHA256 (xpi/firefox-i18n-38.0.1/sq.xpi) = 34ef967c9c63c667aea4f9d1ae7555e03e617c12e7a219d88ac14fe7452906d9
+SIZE (xpi/firefox-i18n-38.0.1/sq.xpi) = 486074
+SHA256 (xpi/firefox-i18n-38.0.1/sr.xpi) = b9b18fc7980fcfe53f122dcbebb8fc2b16e3cc30f6a83b3a7f68dd44f49f5fcf
+SIZE (xpi/firefox-i18n-38.0.1/sr.xpi) = 479417
+SHA256 (xpi/firefox-i18n-38.0.1/sv-SE.xpi) = 8b234018f11be44dd4b168820c761f577c8872a2c74bcc4a3ea128ad9b2b29f7
+SIZE (xpi/firefox-i18n-38.0.1/sv-SE.xpi) = 452629
+SHA256 (xpi/firefox-i18n-38.0.1/ta.xpi) = bdb4b47c143dd9df70eea755e07a059af1b15e28ac5aa54f8b43d1b575c11694
+SIZE (xpi/firefox-i18n-38.0.1/ta.xpi) = 506606
+SHA256 (xpi/firefox-i18n-38.0.1/te.xpi) = 10f8b794a68253013f06d8d3fac3ac4d93ada6670e33c8bc327cb2a8ad02f06a
+SIZE (xpi/firefox-i18n-38.0.1/te.xpi) = 526249
+SHA256 (xpi/firefox-i18n-38.0.1/th.xpi) = edac8fe6e4de63b2aaccf09b0ca78c96b7cda5e35b9c0b7e1af1f2d7f94a7126
+SIZE (xpi/firefox-i18n-38.0.1/th.xpi) = 534269
+SHA256 (xpi/firefox-i18n-38.0.1/tr.xpi) = d6b9ba17edb4bf964ecc29f2742986dec6c0d9d79295d24ebd84012325ac5241
+SIZE (xpi/firefox-i18n-38.0.1/tr.xpi) = 481074
+SHA256 (xpi/firefox-i18n-38.0.1/uk.xpi) = 9ac2b7fb8dcc723034569da02891ebd9ed403686201e341c28804290e0517f91
+SIZE (xpi/firefox-i18n-38.0.1/uk.xpi) = 493312
+SHA256 (xpi/firefox-i18n-38.0.1/vi.xpi) = 50226284405e74c87ab00d96906c0e6e1472df877fd822fbd99534f29a3831fd
+SIZE (xpi/firefox-i18n-38.0.1/vi.xpi) = 467503
+SHA256 (xpi/firefox-i18n-38.0.1/xh.xpi) = 2d00f85f784661959732d8329f24d425d49094c3985975bf7484ee1a68ac14a0
+SIZE (xpi/firefox-i18n-38.0.1/xh.xpi) = 450241
+SHA256 (xpi/firefox-i18n-38.0.1/zh-CN.xpi) = dbec9cb8993cc202831999b58009019136093d512a2f6cae2054bb7497be8b93
+SIZE (xpi/firefox-i18n-38.0.1/zh-CN.xpi) = 488274
+SHA256 (xpi/firefox-i18n-38.0.1/zh-TW.xpi) = 189e17ab9751c4be007e18d19c458389e8360eab9ba5b783be816331be907fcc
+SIZE (xpi/firefox-i18n-38.0.1/zh-TW.xpi) = 467842

Modified: branches/2015Q2/www/firefox/Makefile
==============================================================================
--- branches/2015Q2/www/firefox/Makefile	Fri May 15 06:21:04 2015	(r386383)
+++ branches/2015Q2/www/firefox/Makefile	Fri May 15 06:22:17 2015	(r386384)
@@ -2,12 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	firefox
-DISTVERSION=	38.0
+DISTVERSION=	38.0.1
 DISTVERSIONSUFFIX=.source
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
-		https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source/
+		https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/
 
 MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	Web browser based on the browser portion of Mozilla

Modified: branches/2015Q2/www/firefox/distinfo
==============================================================================
--- branches/2015Q2/www/firefox/distinfo	Fri May 15 06:21:04 2015	(r386383)
+++ branches/2015Q2/www/firefox/distinfo	Fri May 15 06:22:17 2015	(r386384)
@@ -1,2 +1,2 @@
-SHA256 (firefox-38.0.source.tar.bz2) = 0f2877fe4528a91c19e89249c19b13bac846d7b9f9f6528abb7d8387197c31f3
-SIZE (firefox-38.0.source.tar.bz2) = 179786944
+SHA256 (firefox-38.0.1.source.tar.bz2) = aeccd6ea6eebb3bd0fd259758aeb8831ec1e1c42a707813e77f8642625491a88
+SIZE (firefox-38.0.1.source.tar.bz2) = 179773312

Modified: branches/2015Q2/www/linux-firefox/Makefile
==============================================================================
--- branches/2015Q2/www/linux-firefox/Makefile	Fri May 15 06:21:04 2015	(r386383)
+++ branches/2015Q2/www/linux-firefox/Makefile	Fri May 15 06:22:17 2015	(r386384)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	firefox
-DISTVERSION=	38.0
+DISTVERSION=	38.0.1
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \
-		https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/linux-i686/en-US/
+		https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US/
 
 MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	Web browser based on the browser portion of Mozilla

Modified: branches/2015Q2/www/linux-firefox/distinfo
==============================================================================
--- branches/2015Q2/www/linux-firefox/distinfo	Fri May 15 06:21:04 2015	(r386383)
+++ branches/2015Q2/www/linux-firefox/distinfo	Fri May 15 06:22:17 2015	(r386384)
@@ -1,5 +1,5 @@
-SHA256 (firefox-38.0.tar.bz2) = abeabd0bfd9b866b61f236c81197b5b225b1b57bcc75aef41644a8f27b7af025
-SIZE (firefox-38.0.tar.bz2) = 47070697
+SHA256 (firefox-38.0.1.tar.bz2) = f58745fb03ba99f71d2a2b2cd39e9d1a2a6baad1ebdbb39d4adce3803741adb9
+SIZE (firefox-38.0.1.tar.bz2) = 47067737
 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

From owner-svn-ports-branches@FreeBSD.ORG  Fri May 15 07:26:05 2015
Return-Path: <owner-svn-ports-branches@FreeBSD.ORG>
Delivered-To: svn-ports-branches@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id A9F5FD28;
 Fri, 15 May 2015 07:26:05 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 7E481128F;
 Fri, 15 May 2015 07:26:05 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4F7Q5Nl062803;
 Fri, 15 May 2015 07:26:05 GMT (envelope-from rodrigo@FreeBSD.org)
Received: (from rodrigo@localhost)
 by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4F7Q4up062798;
 Fri, 15 May 2015 07:26:04 GMT (envelope-from rodrigo@FreeBSD.org)
Message-Id: <201505150726.t4F7Q4up062798@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: rodrigo set sender to
 rodrigo@FreeBSD.org using -f
From: Rodrigo Osorio <rodrigo@FreeBSD.org>
Date: Fri, 15 May 2015 07:26:04 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r386389 - in branches/2015Q2/graphics/ufraw: . files
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 15 May 2015 07:26:05 -0000

Author: rodrigo
Date: Fri May 15 07:26:04 2015
New Revision: 386389
URL: https://svnweb.freebsd.org/changeset/ports/386389

Log:
  MFH: r386364
  
  Upgrade ufraw from 0.19.2 to 0.21
   - release bugfixes
   - Support fuji X-Trans filters
  Remove deprecated patches
  Apply bugfix for CVE-2015-3885
  
  PR:		200197
  obtained from:	rawtherapee
  Security:	CVE-2015-3885
  Approved by:	ports-secteam

Deleted:
  branches/2015Q2/graphics/ufraw/files/patch-ufraw.h
Modified:
  branches/2015Q2/graphics/ufraw/Makefile
  branches/2015Q2/graphics/ufraw/distinfo
  branches/2015Q2/graphics/ufraw/files/patch-dcraw.cc
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/graphics/ufraw/Makefile
==============================================================================
--- branches/2015Q2/graphics/ufraw/Makefile	Fri May 15 07:16:37 2015	(r386388)
+++ branches/2015Q2/graphics/ufraw/Makefile	Fri May 15 07:26:04 2015	(r386389)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ufraw
-PORTVERSION=	0.19.2
-PORTREVISION=	6
+PORTVERSION=	0.21
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 

Modified: branches/2015Q2/graphics/ufraw/distinfo
==============================================================================
--- branches/2015Q2/graphics/ufraw/distinfo	Fri May 15 07:16:37 2015	(r386388)
+++ branches/2015Q2/graphics/ufraw/distinfo	Fri May 15 07:26:04 2015	(r386389)
@@ -1,2 +1,2 @@
-SHA256 (ufraw-0.19.2.tar.gz) = 73befe9f16f015a8c0f26cef3bb2e17cac9ae64aef2ade48c29aedb1ee51abd3
-SIZE (ufraw-0.19.2.tar.gz) = 980934
+SHA256 (ufraw-0.21.tar.gz) = 2a6a1bcc633bdc8e15615cf726befcd7f27ab00e7c2a518469a24e1a96964d87
+SIZE (ufraw-0.21.tar.gz) = 1016298

Modified: branches/2015Q2/graphics/ufraw/files/patch-dcraw.cc
==============================================================================
--- branches/2015Q2/graphics/ufraw/files/patch-dcraw.cc	Fri May 15 07:16:37 2015	(r386388)
+++ branches/2015Q2/graphics/ufraw/files/patch-dcraw.cc	Fri May 15 07:26:04 2015	(r386389)
@@ -1,6 +1,16 @@
---- ./dcraw.cc.orig	2013-03-20 03:31:38.000000000 +0100
-+++ ./dcraw.cc	2014-02-05 22:11:28.000000000 +0100
-@@ -9269,7 +9269,7 @@
+--- dcraw.cc.orig	2015-01-30 15:15:16.000000000 +0000
++++ dcraw.cc	2015-05-14 19:29:47.000000000 +0000
+@@ -934,7 +934,8 @@
+ 
+ int CLASS ljpeg_start (struct jhead *jh, int info_only)
+ {
+-  int c, tag, len;
++  int c, tag;
++  ushort len;
+   uchar data[0x10000];
+   const uchar *dp;
+ 
+@@ -9715,7 +9716,7 @@
    strncpy (th->desc, desc, 512);
    strncpy (th->make, make, 64);
    strncpy (th->model, model, 64);

From owner-svn-ports-branches@FreeBSD.ORG  Fri May 15 07:30:09 2015
Return-Path: <owner-svn-ports-branches@FreeBSD.ORG>
Delivered-To: svn-ports-branches@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 820B0E4F;
 Fri, 15 May 2015 07:30:09 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 62CC312C6;
 Fri, 15 May 2015 07:30:09 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4F7U9lP063544;
 Fri, 15 May 2015 07:30:09 GMT (envelope-from riggs@FreeBSD.org)
Received: (from riggs@localhost)
 by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4F7U8Hd063540;
 Fri, 15 May 2015 07:30:08 GMT (envelope-from riggs@FreeBSD.org)
Message-Id: <201505150730.t4F7U8Hd063540@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: riggs set sender to
 riggs@FreeBSD.org using -f
From: Thomas Zander <riggs@FreeBSD.org>
Date: Fri, 15 May 2015 07:30:08 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r386390 - in branches/2015Q2/deskutils/cdcat: . files
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 15 May 2015 07:30:09 -0000

Author: riggs
Date: Fri May 15 07:30:08 2015
New Revision: 386390
URL: https://svnweb.freebsd.org/changeset/ports/386390

Log:
  MFH: r386385
  
  - Un-break build
  - Cleanup Makefile
  - Pet portlint
  
  PR:		199222
  Submitted by:	tkato432@yahoo.com
  Approved by:	portmgr (erwin)

Modified:
  branches/2015Q2/deskutils/cdcat/Makefile
  branches/2015Q2/deskutils/cdcat/distinfo
  branches/2015Q2/deskutils/cdcat/files/patch-src__exportcdcatdb.cpp
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/deskutils/cdcat/Makefile
==============================================================================
--- branches/2015Q2/deskutils/cdcat/Makefile	Fri May 15 07:26:04 2015	(r386389)
+++ branches/2015Q2/deskutils/cdcat/Makefile	Fri May 15 07:30:08 2015	(r386390)
@@ -3,25 +3,17 @@
 
 PORTNAME=	cdcat
 PORTVERSION=	2.3.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	deskutils
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
-		GOOGLE_CODE:lib7zip
-PROJECTHOST=	lib7zip
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
-		${L7Z_DISTFILE}:lib7zip
-EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Qt based tool for offline CD/DVD/disk catalogs
 
-BROKEN=		Fails to build with new p7zip
-
 LICENSE=	GPLv2 MPL
 LICENSE_COMB=	multi
 
-BUILD_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/archivers/p7zip:patch \
-		cryptopp>0:${PORTSDIR}/security/cryptopp
+BUILD_DEPENDS=	cryptopp>0:${PORTSDIR}/security/cryptopp
 LIB_DEPENDS=	libtar.so:${PORTSDIR}/devel/libtar \
 		libexif.so:${PORTSDIR}/graphics/libexif \
 		libmediainfo.so:${PORTSDIR}/multimedia/libmediainfo \
@@ -32,9 +24,7 @@ BUILD_WRKSRC=	${CONFIGURE_WRKSRC}
 
 USES=		libtool qmake:norecursive tar:bzip2
 USE_QT4=	corelib gui xml linguist_build moc_build uic_build
-QMAKE_ARGS=	INCLUDEPATH+="${L7Z_WRKSRC}/Lib7Zip" \
-		LIBS+="${L7Z_WRKSRC}/Lib7Zip/lib7zip.a" \
-		LIBS+="${LOCALBASE}/lib/libcryptopp.a" \
+QMAKE_ARGS=	LIBS+="${LOCALBASE}/lib/libcryptopp.a" \
 		LIBS+="-lz -lbz2 -ltar -lexif -lmediainfo -lzen" \
 		DEFINES+="MEDIAINFO_STATIC" \
 		DEFINES+="MEDIAINFO_UNICODE" \
@@ -57,42 +47,20 @@ DESKTOP_ENTRIES="CdCat" "Hyper's CD Cata
 
 OPTIONS_DEFINE=	DOCS
 
-L7Z_NAME=	lib7zip
-L7Z_VERSION=	1.6.5
-L7Z_DISTFILE=	${L7Z_NAME}-${L7Z_VERSION}.tar.gz
-L7Z_WRKSRC=	${WRKDIR}/${L7Z_NAME}
-
-.include <bsd.port.pre.mk>
-
-P7Z_WRKSRC=	$$(cd ${PORTSDIR}/archivers/p7zip && ${MAKE_CMD} -V WRKSRC)
-
-post-extract:
-	@${GZCAT} ${DISTDIR}/${L7Z_DISTFILE} | (cd ${WRKDIR} && ${TAR} -xf -)
-	@${LN} -sf ${L7Z_NAME}-${L7Z_VERSION} ${L7Z_WRKSRC}
-
 post-patch:
 	@${REINPLACE_CMD} -e \
-		'/LIBS/s|^|#|' ${BUILD_WRKSRC}/${PORTNAME}.pro
+		'/USE_LIB7ZIP/s|^|#| ; \
+		 /LIBS/s|^|#|' ${BUILD_WRKSRC}/${PORTNAME}.pro
 	@${REINPLACE_CMD} -e \
 		's|/dev/sr0|/dev/cd0|' ${BUILD_WRKSRC}/config.cpp
 .for i in newdbdialog.cpp wdbfile.h
 	@${REINPLACE_CMD} -e \
 		's|crypto++/|cryptopp/|' ${BUILD_WRKSRC}/${i}
 .endfor
-	@${REINPLACE_CMD} -e \
-		's|-ldl||' ${L7Z_WRKSRC}/Test7Zip/Makefile.in
 
 pre-configure:
-	@cd ${L7Z_WRKSRC} && ./configure --disable-shared \
-		CC="${CC}" CFLAGS="${CFLAGS}" \
-		CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \
-		P7ZIP_SOURCE_DIR="${P7Z_WRKSRC}"
 	@${LRELEASE} ${BUILD_WRKSRC}/${PORTNAME}.pro
 
-pre-build:
-	@cd ${L7Z_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \
-		${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}
-
 do-install:
 	(cd ${BUILD_WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \
 		${STAGEDIR}${PREFIX}/bin)
@@ -115,4 +83,4 @@ do-install:
 	(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR})
 .endfor
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: branches/2015Q2/deskutils/cdcat/distinfo
==============================================================================
--- branches/2015Q2/deskutils/cdcat/distinfo	Fri May 15 07:26:04 2015	(r386389)
+++ branches/2015Q2/deskutils/cdcat/distinfo	Fri May 15 07:30:08 2015	(r386390)
@@ -1,4 +1,2 @@
 SHA256 (cdcat-2.3.1.tar.bz2) = 7cb1bbd7646faf93359acda5835f510766c82e612bca577282571f13a8d5f01c
 SIZE (cdcat-2.3.1.tar.bz2) = 428708
-SHA256 (lib7zip-1.6.5.tar.gz) = a6fb9118657c71db5b40068cd6ddd35430818aaa21aa2d0af4d6c3309e9f2a38
-SIZE (lib7zip-1.6.5.tar.gz) = 359986

Modified: branches/2015Q2/deskutils/cdcat/files/patch-src__exportcdcatdb.cpp
==============================================================================
--- branches/2015Q2/deskutils/cdcat/files/patch-src__exportcdcatdb.cpp	Fri May 15 07:26:04 2015	(r386389)
+++ branches/2015Q2/deskutils/cdcat/files/patch-src__exportcdcatdb.cpp	Fri May 15 07:30:08 2015	(r386390)
@@ -1,6 +1,6 @@
---- src/exportcdcatdb.cpp.orig
+--- src/exportcdcatdb.cpp.orig	2013-08-29 06:08:32 UTC
 +++ src/exportcdcatdb.cpp
-@@ -30,6 +30,7 @@
+@@ -30,6 +30,7 @@ Copyright : (C) 2003 Christoph Thielecke
  #include <QGridLayout>
  #include <QVBoxLayout>
  #include <iostream>

From owner-svn-ports-branches@FreeBSD.ORG  Fri May 15 14:09:24 2015
Return-Path: <owner-svn-ports-branches@FreeBSD.ORG>
Delivered-To: svn-ports-branches@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 42589C32;
 Fri, 15 May 2015 14:09:24 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 2EB771072;
 Fri, 15 May 2015 14:09:24 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4FE9OcV062878;
 Fri, 15 May 2015 14:09:24 GMT (envelope-from riggs@FreeBSD.org)
Received: (from riggs@localhost)
 by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4FE9MbU062868;
 Fri, 15 May 2015 14:09:22 GMT (envelope-from riggs@FreeBSD.org)
Message-Id: <201505151409.t4FE9MbU062868@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: riggs set sender to
 riggs@FreeBSD.org using -f
From: Thomas Zander <riggs@FreeBSD.org>
Date: Fri, 15 May 2015 14:09:22 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r386407 - in branches/2015Q2/audio/praat: . files
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 15 May 2015 14:09:24 -0000

Author: riggs
Date: Fri May 15 14:09:21 2015
New Revision: 386407
URL: https://svnweb.freebsd.org/changeset/ports/386407

Log:
  MFH: r386406
  
  - Un-break build
  - Update to upstream version 5.4.08
  - General cleanup / pet portlint
  
  PR:		199634
  Submitted by:	jwbacon@tds.net (maintainer)
  Approved by:	portmgr (erwin)

Added:
  branches/2015Q2/audio/praat/files/patch-sys_melder.h
     - copied unchanged from r386406, head/audio/praat/files/patch-sys_melder.h
  branches/2015Q2/audio/praat/files/patch-sys_melder__alloc.cpp
     - copied unchanged from r386406, head/audio/praat/files/patch-sys_melder__alloc.cpp
  branches/2015Q2/audio/praat/files/patch-sys_melder__files.cpp
     - copied unchanged from r386406, head/audio/praat/files/patch-sys_melder__files.cpp
  branches/2015Q2/audio/praat/files/patch-sys_melder__strings.cpp
     - copied unchanged from r386406, head/audio/praat/files/patch-sys_melder__strings.cpp
Deleted:
  branches/2015Q2/audio/praat/files/patch-sys-melder.h
Modified:
  branches/2015Q2/audio/praat/Makefile
  branches/2015Q2/audio/praat/distinfo
  branches/2015Q2/audio/praat/files/makefile.defs.freebsd.alsa
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/audio/praat/Makefile
==============================================================================
--- branches/2015Q2/audio/praat/Makefile	Fri May 15 13:21:56 2015	(r386406)
+++ branches/2015Q2/audio/praat/Makefile	Fri May 15 14:09:21 2015	(r386407)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	praat
-PORTVERSION=	5.3.59
+PORTVERSION=	5.4.08
 CATEGORIES=	audio science
 MASTER_SITES=	http://www.fon.hum.uva.nl/praat/
-DISTNAME=	praat5359_sources
+DISTNAME=	praat5408_sources
 
 MAINTAINER=	jwbacon@tds.net
 COMMENT=	Phonetics by Computer
@@ -15,12 +15,19 @@ LICENSE=	GPLv2
 DOS2UNIX_REGEX=	.*Makefile
 USES=		dos2unix iconv motif pkgconfig
 USE_GNOME=	gtk20
-WRKSRC=		${WRKDIR}/sources_5359
+WRKSRC=		${WRKDIR}/sources_5408
 MAKEFILE=	makefile
 PLIST_FILES=	bin/praat man/man1/praat.1.gz
 
 LIB_DEPENDS+=	libasound.so:${PORTSDIR}/audio/alsa-lib
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 1000000
+# Requires std=g++11
+USE_GCC=	yes
+.endif
+
 post-patch:
 	@${FIND} ${WRKSRC} -name Makefile -exec \
 		${REINPLACE_CMD} -e 's|^CFLAGS =|CFLAGS +=|' "{}" \;
@@ -41,4 +48,4 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/praat ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${FILESDIR}/praat.1 ${STAGEDIR}${PREFIX}/man/man1
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>

Modified: branches/2015Q2/audio/praat/distinfo
==============================================================================
--- branches/2015Q2/audio/praat/distinfo	Fri May 15 13:21:56 2015	(r386406)
+++ branches/2015Q2/audio/praat/distinfo	Fri May 15 14:09:21 2015	(r386407)
@@ -1,2 +1,2 @@
-SHA256 (praat5359_sources.tar.gz) = 0a2f27a0052f8197bd85036fa5c19e11b6854f3130a3fb66ad0055939ef6ed55
-SIZE (praat5359_sources.tar.gz) = 6856136
+SHA256 (praat5408_sources.tar.gz) = 7390668af1b221cdfed14f215e3ef7b27229cef2a9d416c9549e9a15f6bc1315
+SIZE (praat5408_sources.tar.gz) = 7383306

Modified: branches/2015Q2/audio/praat/files/makefile.defs.freebsd.alsa
==============================================================================
--- branches/2015Q2/audio/praat/files/makefile.defs.freebsd.alsa	Fri May 15 13:21:56 2015	(r386406)
+++ branches/2015Q2/audio/praat/files/makefile.defs.freebsd.alsa	Fri May 15 14:09:21 2015	(r386407)
@@ -10,7 +10,7 @@ CXX ?= g++
 
 CFLAGS = -std=gnu99 -DUNIX -Dlinux -DALSA `pkg-config --cflags gtk+-2.0` -Werror=implicit -Wreturn-type -Wunused -Wunused-parameter -Wuninitialized -O1 -g1
 
-CXXFLAGS = -Wshadow -DUNIX -Dlinux -DALSA `pkg-config --cflags gtk+-2.0` -Werror=implicit -Wreturn-type -Wunused -Wunused-parameter -Wuninitialized -O1 -g1 -I%%WRKSRC%%/sys -I%%WRKSRC%%/dwsys -I%%WRKSRC%%/num -I%%WRKSRC%%/stat -I%%WRKSRC%%/kar -I%%WRKSRC%%/dwtools -I%%WRKSRC%%/fon -I%%WRKSRC%%/LPC -I%%WRKSRC%%/EEG -I%%WRKSRC%%/external/espeak -I%%WRKSRC%%/external/flac -I%%WRKSRC%%/external/mp3 -I%%WRKSRC%%/external/gsl -I%%LOCALBASE%%/include
+CXXFLAGS = -std=gnu++11 -Wshadow -DUNIX -Dlinux -DALSA `pkg-config --cflags gtk+-2.0` -Werror=implicit -Wreturn-type -Wunused -Wunused-parameter -Wuninitialized -O1 -g1 -I%%WRKSRC%%/sys -I%%WRKSRC%%/dwsys -I%%WRKSRC%%/num -I%%WRKSRC%%/stat -I%%WRKSRC%%/kar -I%%WRKSRC%%/dwtools -I%%WRKSRC%%/fon -I%%WRKSRC%%/LPC -I%%WRKSRC%%/EEG -I%%WRKSRC%%/external/espeak -I%%WRKSRC%%/external/flac -I%%WRKSRC%%/external/mp3 -I%%WRKSRC%%/external/gsl -I%%LOCALBASE%%/include -I%%LOCALBASE%%/include/unicode
 
 LINK ?= $(CXX)
 

Copied: branches/2015Q2/audio/praat/files/patch-sys_melder.h (from r386406, head/audio/praat/files/patch-sys_melder.h)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2015Q2/audio/praat/files/patch-sys_melder.h	Fri May 15 14:09:21 2015	(r386407, copy of r386406, head/audio/praat/files/patch-sys_melder.h)
@@ -0,0 +1,81 @@
+--- sys/melder.h.orig	2015-03-22 17:29:26 UTC
++++ sys/melder.h
+@@ -51,6 +51,8 @@
+ 	#define INT54_MIN  -9007199254740991LL
+ #endif
+ 
++#include <uchar.h>
++
+ typedef wchar_t wchar;
+ typedef uint8_t  char8_t;
+ typedef char32_t char32;
+@@ -222,7 +224,7 @@ static inline int64_t str16len (const ch
+ 		return (int64_t) wcslen ((const wchar_t *) string);
+ 	} else {
+ 		int64_t result = 0;
+-		while (* string ++ != u'\0') result ++;
++		while (* string ++ != (char16_t)'\0') result ++;
+ 		return result;
+ 	}
+ }
+@@ -230,8 +232,8 @@ static inline void str16cpy (char16_t *t
+ 	if (sizeof (wchar_t) == 2) {
+ 		wcscpy ((wchar_t *) target, (const wchar_t *) source);
+ 	} else {
+-		while (* source != u'\0') * target ++ = * source ++;
+-		* target = u'\0';
++		while (* source != (char16_t)'\0') * target ++ = * source ++;
++		* target = (char16_t)'\0';
+ 	}
+ }
+ static inline int str16cmp (const char16_t *string1, const char16_t *string2) {
+@@ -239,7 +241,7 @@ static inline int str16cmp (const char16
+ 		return wcscmp ((const wchar_t *) string1, (const wchar_t *) string2);
+ 	} else {
+ 		while (*string1 == *string2 ++) {
+-			if (*string1 ++ == u'\0') {
++			if (*string1 ++ == (char16_t)'\0') {
+ 				return 0;
+ 			}
+ 		}
+@@ -251,7 +253,7 @@ static inline int64_t str32len (const ch
+ 		return (int64_t) wcslen ((const wchar_t *) string);
+ 	} else {
+ 		int64_t result = 0;
+-		while (* string ++ != U'\0') result ++;
++		while (* string ++ != (char32_t)'\0') result ++;
+ 		return result;
+ 	}
+ }
+@@ -259,8 +261,8 @@ static inline void str32cpy (char32_t *t
+ 	if (sizeof (wchar_t) == 4) {
+ 		wcscpy ((wchar_t *) target, (const wchar_t *) source);
+ 	} else {
+-		while (* source != U'\0') * target ++ = * source ++;
+-		* target = U'\0';
++		while (* source != (char32_t)'\0') * target ++ = * source ++;
++		* target = (char32_t)'\0';
+ 	}
+ }
+ static inline int str32cmp (const char32_t *string1, const char32_t *string2) {
+@@ -268,7 +270,7 @@ static inline int str32cmp (const char32
+ 		return wcscmp ((const wchar_t *) string1, (const wchar_t *) string2);
+ 	} else {
+ 		while (*string1 == *string2 ++) {
+-			if (*string1 ++ == U'\0') {
++			if (*string1 ++ == (char32_t)'\0') {
+ 				return 0;
+ 			}
+ 		}
+@@ -1171,6 +1173,11 @@ public:
+ 			Melder_fclose (file, tmp);
+ 		}
+ 	}
++	// operator () is not working in Sound_files.cpp:226 for some reason
++	FILE * get_ptr(void)
++	{
++	        return ptr;
++	}
+ };
+ 
+ class autoMelderFile {

Copied: branches/2015Q2/audio/praat/files/patch-sys_melder__alloc.cpp (from r386406, head/audio/praat/files/patch-sys_melder__alloc.cpp)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2015Q2/audio/praat/files/patch-sys_melder__alloc.cpp	Fri May 15 14:09:21 2015	(r386407, copy of r386406, head/audio/praat/files/patch-sys_melder__alloc.cpp)
@@ -0,0 +1,13 @@
+--- sys/melder_alloc.cpp.orig	2015-01-30 17:35:26 UTC
++++ sys/melder_alloc.cpp
+@@ -317,8 +317,8 @@ int Melder_strcmp (const char *string1, 
+ }
+ 
+ int Melder_str32cmp (const char32 *string1, const char32 *string2) {
+-	if (string1 == NULL) string1 = U"";
+-	if (string2 == NULL) string2 = U"";
++	if (string1 == NULL) string1 = (char32 *)"";
++	if (string2 == NULL) string2 = (char32 *)"";
+ 	return str32cmp (string1, string2);
+ }
+ 

Copied: branches/2015Q2/audio/praat/files/patch-sys_melder__files.cpp (from r386406, head/audio/praat/files/patch-sys_melder__files.cpp)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2015Q2/audio/praat/files/patch-sys_melder__files.cpp	Fri May 15 14:09:21 2015	(r386407, copy of r386406, head/audio/praat/files/patch-sys_melder__files.cpp)
@@ -0,0 +1,11 @@
+--- sys/melder_files.cpp.orig	2015-03-24 09:58:31 UTC
++++ sys/melder_files.cpp
+@@ -301,7 +301,7 @@ void MelderFile_setToNull (MelderFile fi
+ }
+ 
+ bool MelderFile_isNull (MelderFile file) {
+-	return file == nullptr || file -> path [0] == '\0';
++	return file == NULL || file -> path [0] == '\0';
+ }
+ 
+ void MelderDir_setToNull (MelderDir dir) {

Copied: branches/2015Q2/audio/praat/files/patch-sys_melder__strings.cpp (from r386406, head/audio/praat/files/patch-sys_melder__strings.cpp)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2015Q2/audio/praat/files/patch-sys_melder__strings.cpp	Fri May 15 14:09:21 2015	(r386407, copy of r386406, head/audio/praat/files/patch-sys_melder__strings.cpp)
@@ -0,0 +1,11 @@
+--- sys/melder_strings.cpp.orig	2015-02-01 16:38:59 UTC
++++ sys/melder_strings.cpp
+@@ -386,7 +386,7 @@ void MelderString32_appendCharacter (Mel
+ 	expandIfNecessary (char32)
+ 	my string [my length] = character;
+ 	my length ++;
+-	my string [my length] = U'\0';
++	my string [my length] = (char32)'\0';
+ }
+ 
+ void MelderString_get (MelderString *me, wchar_t *destination) {

From owner-svn-ports-branches@FreeBSD.ORG  Sat May 16 12:05:40 2015
Return-Path: <owner-svn-ports-branches@FreeBSD.ORG>
Delivered-To: svn-ports-branches@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id A89A91F1;
 Sat, 16 May 2015 12:05:40 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 97D211E3C;
 Sat, 16 May 2015 12:05:40 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4GC5eOT029944;
 Sat, 16 May 2015 12:05:40 GMT (envelope-from makc@FreeBSD.org)
Received: (from makc@localhost)
 by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4GC5e6p029942;
 Sat, 16 May 2015 12:05:40 GMT (envelope-from makc@FreeBSD.org)
Message-Id: <201505161205.t4GC5e6p029942@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: makc set sender to makc@FreeBSD.org
 using -f
From: Max Brazhnikov <makc@FreeBSD.org>
Date: Sat, 16 May 2015 12:05:40 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r386523 - branches/2015Q2/irc/quassel
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 16 May 2015 12:05:40 -0000

Author: makc
Date: Sat May 16 12:05:39 2015
New Revision: 386523
URL: https://svnweb.freebsd.org/changeset/ports/386523

Log:
  MFH: r386509
  
  irc/quassel:
  - Update to 0.11.1, which addresses CVE-2015-3427
  
  Approved by:	portmgr (erwin)

Modified:
  branches/2015Q2/irc/quassel/Makefile
  branches/2015Q2/irc/quassel/distinfo
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/irc/quassel/Makefile
==============================================================================
--- branches/2015Q2/irc/quassel/Makefile	Sat May 16 12:03:17 2015	(r386522)
+++ branches/2015Q2/irc/quassel/Makefile	Sat May 16 12:05:39 2015	(r386523)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	quassel
-PORTVERSION=	0.11.0
-PORTREVISION=	1
+PORTVERSION=	0.11.1
 CATEGORIES=	irc
 MASTER_SITES=	http://www.quassel-irc.org/pub/
 

Modified: branches/2015Q2/irc/quassel/distinfo
==============================================================================
--- branches/2015Q2/irc/quassel/distinfo	Sat May 16 12:03:17 2015	(r386522)
+++ branches/2015Q2/irc/quassel/distinfo	Sat May 16 12:05:39 2015	(r386523)
@@ -1,2 +1,2 @@
-SHA256 (quassel-0.11.0.tar.bz2) = 99a191b8bc2a410f7020b890ec57e0be49313f539da9f4843675bb108b0f4504
-SIZE (quassel-0.11.0.tar.bz2) = 2875387
+SHA256 (quassel-0.11.1.tar.bz2) = ad60aeb937e2cb5dc2b510daf46940e0bcf27efb4a20b80c776174109aa7566e
+SIZE (quassel-0.11.1.tar.bz2) = 2877325

From owner-svn-ports-branches@FreeBSD.ORG  Sat May 16 16:33:31 2015
Return-Path: <owner-svn-ports-branches@FreeBSD.ORG>
Delivered-To: svn-ports-branches@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 08DA2F09;
 Sat, 16 May 2015 16:33:31 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id E9C0B18D4;
 Sat, 16 May 2015 16:33:30 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4GGXUJK065070;
 Sat, 16 May 2015 16:33:30 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4GGXULX065068;
 Sat, 16 May 2015 16:33:30 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201505161633.t4GGXULX065068@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Date: Sat, 16 May 2015 16:33:30 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r386555 - branches/2015Q2/japanese/wordpress
X-SVN-Group: ports-branches
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 16 May 2015 16:33:31 -0000

Author: sunpoet
Date: Sat May 16 16:33:29 2015
New Revision: 386555
URL: https://svnweb.freebsd.org/changeset/ports/386555

Log:
  MFH: r386454
  
  - Update to 4.2.2
  - While I'm here, use DISTVERSIONSUFFIX instead of DISTNAME
  
  Changes:	https://ja.wordpress.org/2015/05/07/wordpress-4-2-2/
  PR:		200189
  Submitted by:	Yoshisato Yanagisawa <osho@pcc-software.org>
  Approved by:	Joe Horn <joehorn@gmail.com> (maintainer)
  
  Approved by:	ports-secteam (delphij)

Modified:
  branches/2015Q2/japanese/wordpress/Makefile
  branches/2015Q2/japanese/wordpress/distinfo
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/japanese/wordpress/Makefile
==============================================================================
--- branches/2015Q2/japanese/wordpress/Makefile	Sat May 16 16:28:39 2015	(r386554)
+++ branches/2015Q2/japanese/wordpress/Makefile	Sat May 16 16:33:29 2015	(r386555)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	wordpress
-PORTVERSION=	4.1
+PORTVERSION=	4.2.2
+DISTVERSIONSUFFIX=	-ja
 CATEGORIES=	japanese www
 MASTER_SITES=	http://ja.wordpress.org/
-DISTNAME=	${PORTNAME}-${PORTVERSION}-ja
 
 MAINTAINER=	joehorn@gmail.com
 COMMENT=	State-of-the-art semantic personal publishing platform

Modified: branches/2015Q2/japanese/wordpress/distinfo
==============================================================================
--- branches/2015Q2/japanese/wordpress/distinfo	Sat May 16 16:28:39 2015	(r386554)
+++ branches/2015Q2/japanese/wordpress/distinfo	Sat May 16 16:33:29 2015	(r386555)
@@ -1,2 +1,2 @@
-SHA256 (wordpress-4.1-ja.tar.gz) = 07e89c373e102f55fb451f80b2dff384a6ad2a506b6fd021e9ea0d5bcea0a655
-SIZE (wordpress-4.1-ja.tar.gz) = 6620693
+SHA256 (wordpress-4.2.2-ja.tar.gz) = 7e34ba580aed16c4fd769f033b0e7fa79b7c5813ba52e4496f14da0ac4451373
+SIZE (wordpress-4.2.2-ja.tar.gz) = 6773205