From owner-freebsd-gecko@FreeBSD.ORG Sun Aug 24 05:47:11 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 548C8D37 for ; Sun, 24 Aug 2014 05:47:11 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C41F38C8 for ; Sun, 24 Aug 2014 05:47:11 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7O5lBAF049850 for ; Sun, 24 Aug 2014 05:47:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 192773] [PATCH] Add ARM support for devel/nspr Date: Sun, 24 Aug 2014 05:47:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: Patch Ready X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 05:47:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192773 --- Comment #5 from Jan Beich --- landed upstream - https://hg.mozilla.org/projects/nspr/rev/1fb699490ea7 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Sun Aug 24 06:17:48 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DDFFCFC3 for ; Sun, 24 Aug 2014 06:17:47 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 685013B08 for ; Sun, 24 Aug 2014 06:17:46 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s7O6HhdG074262 for ; Sun, 24 Aug 2014 06:17:43 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s7O6HcFB073532 for freebsd-gecko@freebsd.org; Sun, 24 Aug 2014 06:17:38 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 24 Aug 2014 06:17:38 GMT Message-Id: <201408240617.s7O6HcFB073532@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1665 - in trunk/devel/nspr: . files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 06:17:48 -0000 Author: jbeich Date: Sun Aug 24 06:17:38 2014 New Revision: 1665 Log: Add ARM support for devel/nspr PR: ports/192773 Submitted by: sbruno Modified: trunk/devel/nspr/Makefile trunk/devel/nspr/files/patch-bug782113 Modified: trunk/devel/nspr/Makefile ============================================================================== --- trunk/devel/nspr/Makefile Sat Aug 23 19:24:44 2014 (r1664) +++ trunk/devel/nspr/Makefile Sun Aug 24 06:17:38 2014 (r1665) @@ -25,10 +25,6 @@ .include -.if ${ARCH} == "arm" -BROKEN= Does not compile on arm -.endif - .if !defined(WITH_DEBUG) CONFIGURE_ARGS+=--disable-debug .endif Modified: trunk/devel/nspr/files/patch-bug782113 ============================================================================== --- trunk/devel/nspr/files/patch-bug782113 Sat Aug 23 19:24:44 2014 (r1664) +++ trunk/devel/nspr/files/patch-bug782113 Sun Aug 24 06:17:38 2014 (r1665) @@ -1,6 +1,6 @@ --- ../pr/include/md/_freebsd.cfg +++ ../pr/include/md/_freebsd.cfg -@@ -251,6 +251,97 @@ +@@ -251,6 +251,147 @@ #define PR_ALIGN_OF_POINTER 8 #define PR_ALIGN_OF_WORD 8 @@ -95,12 +95,62 @@ +#define PR_BYTES_PER_WORD_LOG2 2 +#define PR_BYTES_PER_DWORD_LOG2 3 + ++#elif defined(__arm__) ++ ++#if defined(__ARMEB__) || defined(__ARM_BIG_ENDIAN__) ++#undef IS_LITTLE_ENDIAN ++#define IS_BIG_ENDIAN 1 ++#else ++#undef IS_BIG_ENDIAN ++#define IS_LITTLE_ENDIAN 1 ++#endif ++ ++#define PR_BYTES_PER_BYTE 1 ++#define PR_BYTES_PER_SHORT 2 ++#define PR_BYTES_PER_INT 4 ++#define PR_BYTES_PER_INT64 8 ++#define PR_BYTES_PER_LONG 4 ++#define PR_BYTES_PER_FLOAT 4 ++#define PR_BYTES_PER_DOUBLE 8 ++#define PR_BYTES_PER_WORD 4 ++#define PR_BYTES_PER_DWORD 8 ++ ++#define PR_BITS_PER_BYTE 8 ++#define PR_BITS_PER_SHORT 16 ++#define PR_BITS_PER_INT 32 ++#define PR_BITS_PER_INT64 64 ++#define PR_BITS_PER_LONG 32 ++#define PR_BITS_PER_FLOAT 32 ++#define PR_BITS_PER_DOUBLE 64 ++#define PR_BITS_PER_WORD 32 ++ ++#define PR_BITS_PER_BYTE_LOG2 3 ++#define PR_BITS_PER_SHORT_LOG2 4 ++#define PR_BITS_PER_INT_LOG2 5 ++#define PR_BITS_PER_INT64_LOG2 6 ++#define PR_BITS_PER_LONG_LOG2 5 ++#define PR_BITS_PER_FLOAT_LOG2 5 ++#define PR_BITS_PER_DOUBLE_LOG2 6 ++#define PR_BITS_PER_WORD_LOG2 5 ++ ++#define PR_ALIGN_OF_SHORT 2 ++#define PR_ALIGN_OF_INT 4 ++#define PR_ALIGN_OF_LONG 4 ++#define PR_ALIGN_OF_INT64 8 ++#define PR_ALIGN_OF_FLOAT 4 ++#define PR_ALIGN_OF_DOUBLE 8 ++#define PR_ALIGN_OF_POINTER 4 ++#define PR_ALIGN_OF_WORD 4 ++ ++#define PR_BYTES_PER_WORD_LOG2 2 ++#define PR_BYTES_PER_DWORD_LOG2 3 ++ #else #error "Unknown CPU architecture" --- ../pr/include/md/_freebsd.h +++ ../pr/include/md/_freebsd.h -@@ -25,6 +25,10 @@ +@@ -25,6 +25,12 @@ #define _PR_SI_ARCHITECTURE "ia64" #elif defined(__amd64__) #define _PR_SI_ARCHITECTURE "amd64" @@ -108,6 +158,8 @@ +#define _PR_SI_ARCHITECTURE "powerpc64" +#elif defined(__powerpc__) +#define _PR_SI_ARCHITECTURE "powerpc" ++#elif defined(__arm__) ++#define _PR_SI_ARCHITECTURE "arm" #else #error "Unknown CPU architecture" #endif From owner-freebsd-gecko@FreeBSD.ORG Sun Aug 24 06:17:59 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B00A8FCE for ; Sun, 24 Aug 2014 06:17:59 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4431B3B09 for ; Sun, 24 Aug 2014 06:17:59 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s7O6Hvxw075839 for ; Sun, 24 Aug 2014 06:17:57 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s7O6Hqsd075292 for freebsd-gecko@freebsd.org; Sun, 24 Aug 2014 06:17:52 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 24 Aug 2014 06:17:52 GMT Message-Id: <201408240617.s7O6Hqsd075292@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1666 - in trunk: devel/nspr security/nss MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 06:17:59 -0000 Author: jbeich Date: Sun Aug 24 06:17:52 2014 New Revision: 1666 Log: convert DEBUG to an option in NSPR/NSS Modified: trunk/devel/nspr/Makefile trunk/security/nss/Makefile Modified: trunk/devel/nspr/Makefile ============================================================================== --- trunk/devel/nspr/Makefile Sun Aug 24 06:17:38 2014 (r1665) +++ trunk/devel/nspr/Makefile Sun Aug 24 06:17:52 2014 (r1666) @@ -23,11 +23,9 @@ LIBRARIES= libnspr4.so.1 libplc4.so.1 libplds4.so.1 -.include +OPTIONS_DEFINE= DEBUG -.if !defined(WITH_DEBUG) -CONFIGURE_ARGS+=--disable-debug -.endif +DEBUG_CONFIGURE_ENABLE=debug do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/nspr @@ -79,4 +77,4 @@ # #.endif -.include +.include Modified: trunk/security/nss/Makefile ============================================================================== --- trunk/security/nss/Makefile Sun Aug 24 06:17:38 2014 (r1665) +++ trunk/security/nss/Makefile Sun Aug 24 06:17:52 2014 (r1666) @@ -41,15 +41,17 @@ p7verify pk12util rsaperf shlibsign signtool signver \ ssltap strsclnt symkeyutil vfychain vfyserv -.if !defined(WITH_DEBUG) +OPTIONS_DEFINE= DEBUG + +.include + +.if ! ${PORT_OPTIONS:MDEBUG} MAKE_ENV+= BUILD_OPT=1 BINS= ${DIST}/${OPSYS}${OSREL}_OPT.OBJ .else BINS= ${DIST}/${OPSYS}${OSREL}_DBG.OBJ .endif -.include - .if ${ARCH} == amd64 USE_BINUTILS= # intel-gcm.s CFLAGS+= -B${LOCALBASE}/bin @@ -95,4 +97,4 @@ ${INSTALL_SCRIPT} ${WRKDIR}/nss-config ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKDIR}/nss.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig -.include +.include From owner-freebsd-gecko@FreeBSD.ORG Sun Aug 24 06:18:13 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 84CFFFDF for ; Sun, 24 Aug 2014 06:18:13 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF7FF3B0D for ; Sun, 24 Aug 2014 06:18:12 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s7O6IBCB077745 for ; Sun, 24 Aug 2014 06:18:11 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s7O6I6xL076899 for freebsd-gecko@freebsd.org; Sun, 24 Aug 2014 06:18:06 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 24 Aug 2014 06:18:06 GMT Message-Id: <201408240618.s7O6I6xL076899@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1667 - in trunk: mail/thunderbird/files www/seamonkey/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 06:18:13 -0000 Author: jbeich Date: Sun Aug 24 06:18:05 2014 New Revision: 1667 Log: remove unused patch Deleted: trunk/mail/thunderbird/files/extra-patch-security_manager_Makefile.in trunk/www/seamonkey/files/extra-patch-security_manager_Makefile.in Deleted: trunk/mail/thunderbird/files/extra-patch-security_manager_Makefile.in ============================================================================== --- trunk/mail/thunderbird/files/extra-patch-security_manager_Makefile.in Sun Aug 24 06:18:05 2014 (r1666) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- security/manager/Makefile.in.orig.patched Thu May 25 10:19:22 2006 -+++ security/manager/Makefile.in Thu May 25 10:19:22 2006 -@@ -159,8 +159,6 @@ - $(MAKE) -C $(topsrcdir)/security/coreconf $(DEFAULT_GMAKE_FLAGS) - ifeq ($(OS_ARCH),WINNT) - cd $(DIST)/lib; cp -f $(LIB_PREFIX)dbm$(MOZ_BITS).$(LIB_SUFFIX) $(LIB_PREFIX)dbm.$(LIB_SUFFIX) --else -- cd $(DIST)/lib; cp -f $(LIB_PREFIX)mozdbm_s.$(LIB_SUFFIX) $(LIB_PREFIX)dbm.$(LIB_SUFFIX); $(RANLIB) $(LIB_PREFIX)dbm.$(LIB_SUFFIX) - endif - # $(MAKE) -C $(topsrcdir)/security/nss/lib $(DEFAULT_GMAKE_FLAGS) - ifndef SKIP_CHK Deleted: trunk/www/seamonkey/files/extra-patch-security_manager_Makefile.in ============================================================================== --- trunk/www/seamonkey/files/extra-patch-security_manager_Makefile.in Sun Aug 24 06:18:05 2014 (r1666) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- security/manager/Makefile.in.orig.patched Thu May 25 10:19:22 2006 -+++ security/manager/Makefile.in Thu May 25 10:19:22 2006 -@@ -159,8 +159,6 @@ - $(MAKE) -C $(topsrcdir)/security/coreconf $(DEFAULT_GMAKE_FLAGS) - ifeq ($(OS_ARCH),WINNT) - cd $(DIST)/lib; cp -f $(LIB_PREFIX)dbm$(MOZ_BITS).$(LIB_SUFFIX) $(LIB_PREFIX)dbm.$(LIB_SUFFIX) --else -- cd $(DIST)/lib; cp -f $(LIB_PREFIX)mozdbm_s.$(LIB_SUFFIX) $(LIB_PREFIX)dbm.$(LIB_SUFFIX); $(RANLIB) $(LIB_PREFIX)dbm.$(LIB_SUFFIX) - endif - # $(MAKE) -C $(topsrcdir)/security/nss/lib $(DEFAULT_GMAKE_FLAGS) - ifndef SKIP_CHK From owner-freebsd-gecko@FreeBSD.ORG Sun Aug 24 07:00:52 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C268529F for ; Sun, 24 Aug 2014 07:00:52 +0000 (UTC) Received: from o4.email.wpengine.com (o4.email.wpengine.com [167.89.4.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A08D3E6F for ; Sun, 24 Aug 2014 07:00:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=email.wpengine.com; h=to:subject:from:reply-to:mime-version:content-transfer-encoding:content-type; s=smtpapi; bh=YaQWtQMGYxgVoZekapcc1/vKCOU=; b=dvksmrXZr3GlYD9XmQ KDV/s/Zb36n0jmU/W+fe+z9gvxRHpaCNxj5L3jxlTGM/HLd9xp8whRIY949z4wUe 4tECEaDY4quvzopC1TGJpPdCm1DufHFkYOb1LsCFD/zXmWgdYMO3MYzUD+Kia/js htf6WQiAKvKf+jmrgnBHhbaL8= Received: by mf179.sendgrid.net with SMTP id mf179.26684.53F98D9B13 2014-08-24 07:00:43.469679876 +0000 UTC Received: from pod-2745 (li170-216.members.linode.com [173.230.130.216]) by ismtpd-010.iad1.sendgrid.net (SG) with ESMTP id 14806d126c0.4086.18eb18 for ; Sun, 24 Aug 2014 07:00:43 +0000 (GMT) X-SendGrid-User: wpengine-pod-2745 Received: by pod-2745 (Postfix, from userid 33) id 2BE135503B; Sun, 24 Aug 2014 07:00:43 +0000 (UTC) To: freebsd-gecko@freebsd.org Subject: =?UTF-8?Q?Account_Blocked?= X-PHP-Originating-Script: 33:index.php Date: Sun, 24 Aug 2014 07:00:43 +0000 From: =?UTF-8?Q?Support?= Message-ID: <2bd959e77d88cc69d22ec6aedfa52e47@souhail.wpengine.com> X-Priority: 1 X-Mailer: PHPMailer (phpmailer.sourceforge.net) [version ] X-SG-EID: EByl35pyUVFHRbT7NoYM/8MlCwCFq//Gp+r3XmffZ3MGoQHmRwMrYFbYxC+sUAVZ+wReSI9tfuUIOJ+1lX7hZWsl1mMeIKYxkxvS6HHUhHzf3COH/QndB1gDdOiBRX3SyNeocYFQ3tzxFIJRGi6zN86FPaoXuka6kuQFuS5A/Kc= MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 07:00:53 -0000 Dear costumer, You have received this email because our system has noticed some suspicious activities with Ale ID. All what you need to keep enjoying all the benefits of your id is to confirm your identity , follow the link below to start this process . [1]Confirm Now > Wondering why you got this email? Some massive failed login attempts were been made from unknown location that didnt match with your usual one , as a result we decided to suspend your account temporarily in order to protect it . This is an automated message. Please do not reply to this email. Thanks, Customer. TM and copyright © 2014 Inc. 1 Infinite Loop, MS 96-DM, Cupertino, CA 95014. All Rights Reserved / Keep Informed / Privacy Policy / My ID References 1. http://goo.gl/IsbNDo From owner-freebsd-gecko@FreeBSD.ORG Sun Aug 24 10:20:50 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12F62F6B for ; Sun, 24 Aug 2014 10:20:50 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C21F3DA1 for ; Sun, 24 Aug 2014 10:20:49 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s7OAKkmK076298 for ; Sun, 24 Aug 2014 10:20:46 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s7OAKf1W075831 for freebsd-gecko@freebsd.org; Sun, 24 Aug 2014 10:20:41 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 24 Aug 2014 10:20:41 GMT Message-Id: <201408241020.s7OAKf1W075831@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1668 - trunk/devel/nspr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 10:20:50 -0000 Author: jbeich Date: Sun Aug 24 10:20:41 2014 New Revision: 1668 Log: drop exec bit from dynamic libs Modified: trunk/devel/nspr/Makefile Modified: trunk/devel/nspr/Makefile ============================================================================== --- trunk/devel/nspr/Makefile Sun Aug 24 06:18:05 2014 (r1667) +++ trunk/devel/nspr/Makefile Sun Aug 24 10:20:41 2014 (r1668) @@ -44,7 +44,7 @@ .if defined(STRIP) && ${STRIP} != "" ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${lib} .endif - ${CHMOD} ${BINMODE} ${STAGEDIR}${PREFIX}/lib/${lib} + ${CHMOD} ${LIBMODE} ${STAGEDIR}${PREFIX}/lib/${lib} ${LN} -sf ${lib} ${STAGEDIR}${PREFIX}/lib/${lib:R} .endfor From owner-freebsd-gecko@FreeBSD.ORG Sun Aug 24 10:21:08 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B419F7A for ; Sun, 24 Aug 2014 10:21:08 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA8AA3DA5 for ; Sun, 24 Aug 2014 10:21:07 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s7OAL6FS077919 for ; Sun, 24 Aug 2014 10:21:06 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s7OAL10n077199 for freebsd-gecko@freebsd.org; Sun, 24 Aug 2014 10:21:01 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 24 Aug 2014 10:21:01 GMT Message-Id: <201408241021.s7OAL10n077199@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1669 - in trunk: devel/nspr mail/thunderbird www/seamonkey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 10:21:08 -0000 Author: jbeich Date: Sun Aug 24 10:21:00 2014 New Revision: 1669 Log: better pass environment for MAKE_CMD Modified: trunk/devel/nspr/Makefile trunk/mail/thunderbird/Makefile trunk/www/seamonkey/Makefile Modified: trunk/devel/nspr/Makefile ============================================================================== --- trunk/devel/nspr/Makefile Sun Aug 24 10:20:41 2014 (r1668) +++ trunk/devel/nspr/Makefile Sun Aug 24 10:21:00 2014 (r1669) @@ -49,12 +49,12 @@ .endfor prtests: - ${MAKE_CMD} -C ${WRKSRC}/pr/tests + ${DO_MAKE_BUILD} -C ${WRKSRC}/pr/tests ${LN} -sf libmy.so.1 ${WRKSRC}/pr/tests/dll/libmy.so cd ${WRKSRC}/pr/tests && ../../../pr/tests/runtests.sh libtests: - ${MAKE_CMD} -C ${WRKSRC}/lib/tests + ${DO_MAKE_BUILD} -C ${WRKSRC}/lib/tests ${WRKSRC}/lib/tests/string ${WRKSRC}/lib/tests/base64t # The test below is commented out, because arena requires Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Sun Aug 24 10:20:41 2014 (r1668) +++ trunk/mail/thunderbird/Makefile Sun Aug 24 10:21:00 2014 (r1669) @@ -166,7 +166,7 @@ ${SETENV} ${MAKE_ENV} ./configure post-build: - ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -j${MAKE_JOBS_NUMBER} all xpi \ + ${DO_MAKE_BUILD:S/${MAKEFILE}/Makefile/} all xpi \ -C ${WRKSRC}/mailnews/extensions/enigmail .endif Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Sun Aug 24 10:20:41 2014 (r1668) +++ trunk/www/seamonkey/Makefile Sun Aug 24 10:21:00 2014 (r1669) @@ -191,7 +191,7 @@ .if ${PORT_OPTIONS:MMAILNEWS} && ${PORT_OPTIONS:MENIGMAIL} post-build: - ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -j${MAKE_JOBS_NUMBER} all xpi \ + ${DO_MAKE_BUILD:S/${MAKEFILE}/Makefile/} all xpi \ -C ${WRKSRC}/mailnews/extensions/enigmail .endif From owner-freebsd-gecko@FreeBSD.ORG Tue Aug 26 13:06:20 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01BD38D8 for ; Tue, 26 Aug 2014 13:06:19 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6EDAA3497 for ; Tue, 26 Aug 2014 13:06:19 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s7QD6BtB007565 for ; Tue, 26 Aug 2014 13:06:11 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s7QD65vV004497 for freebsd-gecko@freebsd.org; Tue, 26 Aug 2014 13:06:05 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 26 Aug 2014 13:06:05 GMT Message-Id: <201408261306.s7QD65vV004497@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1670 - in trunk/www: firefox firefox-esr firefox-esr-i18n firefox-i18n firefox-nightly linux-firefox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2014 13:06:20 -0000 Author: jbeich Date: Tue Aug 26 13:06:05 2014 New Revision: 1670 Log: update Modified: trunk/www/firefox-esr-i18n/Makefile trunk/www/firefox-esr-i18n/distinfo trunk/www/firefox-esr/Makefile trunk/www/firefox-esr/distinfo trunk/www/firefox-i18n/Makefile trunk/www/firefox-i18n/distinfo trunk/www/firefox-nightly/Makefile trunk/www/firefox-nightly/Makefile.hgrev trunk/www/firefox-nightly/distinfo trunk/www/firefox/Makefile trunk/www/firefox/distinfo trunk/www/linux-firefox/Makefile trunk/www/linux-firefox/distinfo Modified: trunk/www/firefox-esr-i18n/Makefile ============================================================================== --- trunk/www/firefox-esr-i18n/Makefile Sun Aug 24 10:21:00 2014 (r1669) +++ trunk/www/firefox-esr-i18n/Makefile Tue Aug 26 13:06:05 2014 (r1670) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox-esr-i18n/Makefile 357413 2014-06-11 03:42:55Z beat $ PORTNAME= firefox -PORTVERSION= 31.0 +PORTVERSION= 31.1.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}esr/linux-i686/xpi PKGNAMEPREFIX= Modified: trunk/www/firefox-esr-i18n/distinfo ============================================================================== --- trunk/www/firefox-esr-i18n/distinfo Sun Aug 24 10:21:00 2014 (r1669) +++ trunk/www/firefox-esr-i18n/distinfo Tue Aug 26 13:06:05 2014 (r1670) @@ -1,178 +1,178 @@ -SHA256 (xpi/firefox-31.0/ach.xpi) = 5aba8014cd3ab81c09f23edbcad27e5efedf0eb14db0259d21ec4872897bd34d -SIZE (xpi/firefox-31.0/ach.xpi) = 445520 -SHA256 (xpi/firefox-31.0/af.xpi) = 351508c0c90862bfc5defc61ec8416cdcf54047b2c6e2e2218af855c796e9717 -SIZE (xpi/firefox-31.0/af.xpi) = 431284 -SHA256 (xpi/firefox-31.0/an.xpi) = f3652d2c5f523efb30a836165579174bae301120f5b592f738e57eb155b270c9 -SIZE (xpi/firefox-31.0/an.xpi) = 407345 -SHA256 (xpi/firefox-31.0/ar.xpi) = 92c363f97e06879a0d57162906d1a8bf0ab5a24e558821cc8dd92f31b4cf5ae2 -SIZE (xpi/firefox-31.0/ar.xpi) = 460018 -SHA256 (xpi/firefox-31.0/as.xpi) = a4cc697eeb7d48947cf615c9e562b80fcf1e0b62a3a47fc1be995903e3993e68 -SIZE (xpi/firefox-31.0/as.xpi) = 448763 -SHA256 (xpi/firefox-31.0/ast.xpi) = b1a780546c83eb0a709cd2c68d76462bdfcacf0047944ff6b15f5b6de8280c33 -SIZE (xpi/firefox-31.0/ast.xpi) = 352535 -SHA256 (xpi/firefox-31.0/be.xpi) = 84252d19fbe9cd452d4949327f545afa28b086a6b2287128a291e8678dd6e69b -SIZE (xpi/firefox-31.0/be.xpi) = 378862 -SHA256 (xpi/firefox-31.0/bg.xpi) = 3d1affea47ad554dd9716189e852b970315c78dbd55ade868f8bd3c87666a7c0 -SIZE (xpi/firefox-31.0/bg.xpi) = 438255 -SHA256 (xpi/firefox-31.0/bn-BD.xpi) = 6fbb156c1c1d1b6594207fade808bb6ec23431ee3e3fc430958727b5e48e7219 -SIZE (xpi/firefox-31.0/bn-BD.xpi) = 472820 -SHA256 (xpi/firefox-31.0/bn-IN.xpi) = d6bff04e5c03cd04acbce3c67e0489d9bde1d552c5d868309957b3fe6c8da88e -SIZE (xpi/firefox-31.0/bn-IN.xpi) = 462787 -SHA256 (xpi/firefox-31.0/br.xpi) = c09916e84b6e6073306e88dc8063b2653d0dabf0e55f7d336ad57097eefcfe4e -SIZE (xpi/firefox-31.0/br.xpi) = 389899 -SHA256 (xpi/firefox-31.0/bs.xpi) = becf0d1bb1d9390ba47db94313c31d7343d86c3c51e86bf15297c3da16d9e5a1 -SIZE (xpi/firefox-31.0/bs.xpi) = 429209 -SHA256 (xpi/firefox-31.0/ca.xpi) = 4a283320bce6ae5e9462a4187ba5850824d2e5ce4823212eda22d651145ded9a -SIZE (xpi/firefox-31.0/ca.xpi) = 403770 -SHA256 (xpi/firefox-31.0/cs.xpi) = 83b34871f20b68de7862ef0441a91373a2c30f28c33014554a8390d0b9f37759 -SIZE (xpi/firefox-31.0/cs.xpi) = 391173 -SHA256 (xpi/firefox-31.0/csb.xpi) = 3db0cee12eddeafb02da1f023de6729f8aa1081151b40821fe20e4017fa717e6 -SIZE (xpi/firefox-31.0/csb.xpi) = 383889 -SHA256 (xpi/firefox-31.0/cy.xpi) = 7f06f6251d511a3e403f27746605823dccb6a9114aef14707945b0c1e61825ce -SIZE (xpi/firefox-31.0/cy.xpi) = 390921 -SHA256 (xpi/firefox-31.0/da.xpi) = 83aaa6fcaf733523389ec5f11323808a2bc1570f51be2097086b690217744c9b -SIZE (xpi/firefox-31.0/da.xpi) = 397942 -SHA256 (xpi/firefox-31.0/de.xpi) = 440d043cf8a98219a60798c2a60ee2f3cfbb45791d17c7f290f58b0cab2d8715 -SIZE (xpi/firefox-31.0/de.xpi) = 395359 -SHA256 (xpi/firefox-31.0/el.xpi) = 6be5ef03e3f27fb1ad3d9ea034503f440b1150733e9629efc8609c598d677bcb -SIZE (xpi/firefox-31.0/el.xpi) = 443176 -SHA256 (xpi/firefox-31.0/en-GB.xpi) = 45bf05e365d438da4836964f60d768366596e3816ad1af31e1f4f8efcdc8d41c -SIZE (xpi/firefox-31.0/en-GB.xpi) = 390313 -SHA256 (xpi/firefox-31.0/en-US.xpi) = 0e08ab0e14adfa99b98394d7bd6487886ff4d4b022295f5058c688ba0efb0602 -SIZE (xpi/firefox-31.0/en-US.xpi) = 422982 -SHA256 (xpi/firefox-31.0/en-ZA.xpi) = 47b01c5860dfceaa1f53337f7818b8005575674d0a70d668e6751f46ba30809e -SIZE (xpi/firefox-31.0/en-ZA.xpi) = 388723 -SHA256 (xpi/firefox-31.0/eo.xpi) = 75f7fe1f0820d064c780b89b450072594dfefc4c29bf7b11b45615b48102f345 -SIZE (xpi/firefox-31.0/eo.xpi) = 432025 -SHA256 (xpi/firefox-31.0/es-AR.xpi) = e72316a1dd0c27ee04d793784aeb8b02dde1afc8c966628c516df6c4fc9a2813 -SIZE (xpi/firefox-31.0/es-AR.xpi) = 400131 -SHA256 (xpi/firefox-31.0/es-CL.xpi) = 31ecab6bd77ab0113e7fe87e7b4d23e681534971d88bedd34f509cf0e334a679 -SIZE (xpi/firefox-31.0/es-CL.xpi) = 343002 -SHA256 (xpi/firefox-31.0/es-ES.xpi) = eedeca58dc5fe6de06956716a94148306366fcd79c7100a9871534746e6308a5 -SIZE (xpi/firefox-31.0/es-ES.xpi) = 336075 -SHA256 (xpi/firefox-31.0/es-MX.xpi) = 7175bd0047bfb4bb2cae06f33e3f9d5209f642791e3b130ea0703dffd17c538c -SIZE (xpi/firefox-31.0/es-MX.xpi) = 402866 -SHA256 (xpi/firefox-31.0/et.xpi) = 61bb88e303429fdcb8a32a6eb148232357669715f980d57994b4d4a23ef4323c -SIZE (xpi/firefox-31.0/et.xpi) = 390555 -SHA256 (xpi/firefox-31.0/eu.xpi) = cfd23bce58be795c44709b8965001c6755f4904a721c853ca4ec93b6e09a2d3d -SIZE (xpi/firefox-31.0/eu.xpi) = 413193 -SHA256 (xpi/firefox-31.0/fa.xpi) = d55b2f897798ed1c71a26eb8c6505dc1160e73ae0681cccce61231da91ffc50b -SIZE (xpi/firefox-31.0/fa.xpi) = 461051 -SHA256 (xpi/firefox-31.0/ff.xpi) = 6d3b0da28cac104f30ee5409a4002e1cd1e760f70bdc6bb2c27a22364bda1eec -SIZE (xpi/firefox-31.0/ff.xpi) = 400337 -SHA256 (xpi/firefox-31.0/fi.xpi) = 3b70490ee0b8312929d862d6f8fa1939be646e9e812948e388c0de67355b63aa -SIZE (xpi/firefox-31.0/fi.xpi) = 392934 -SHA256 (xpi/firefox-31.0/fr.xpi) = efdd2bbdabb561c00bf22c74c3562999bf7d2b981b5562e22b9e1afc1e59a7f2 -SIZE (xpi/firefox-31.0/fr.xpi) = 406656 -SHA256 (xpi/firefox-31.0/fy-NL.xpi) = fad14035338f4bb8b18b1248f07c671f947fde856ebbfcb26a9dfb25d8431dbb -SIZE (xpi/firefox-31.0/fy-NL.xpi) = 402124 -SHA256 (xpi/firefox-31.0/ga-IE.xpi) = 619885374f3af33b2449a8537efa982d95103c4899a2931dc01656e4c128252d -SIZE (xpi/firefox-31.0/ga-IE.xpi) = 410271 -SHA256 (xpi/firefox-31.0/gd.xpi) = 36acc5e1f3390626748e997b0535bb51eb7e7145908714b9747d7a7327503581 -SIZE (xpi/firefox-31.0/gd.xpi) = 403208 -SHA256 (xpi/firefox-31.0/gl.xpi) = 604fc5cdab3f4fbefb9f589f6b90627d3ef003184f1e97931e8e8f5d1f19c5b9 -SIZE (xpi/firefox-31.0/gl.xpi) = 390793 -SHA256 (xpi/firefox-31.0/gu-IN.xpi) = 3524ed12f09b2f3924272ae1ec015b1ae4aa161122cb1d3e463024557cf8b531 -SIZE (xpi/firefox-31.0/gu-IN.xpi) = 423695 -SHA256 (xpi/firefox-31.0/he.xpi) = f7d5bfcfcf6b16f0075bb66260dbe99528d2bfb7478b675044b60d794c35ed58 -SIZE (xpi/firefox-31.0/he.xpi) = 427823 -SHA256 (xpi/firefox-31.0/hi-IN.xpi) = 628ea804c1f5b5e5931905aefe3c5971844a07781575c0ca5830d326cdd2318d -SIZE (xpi/firefox-31.0/hi-IN.xpi) = 441596 -SHA256 (xpi/firefox-31.0/hr.xpi) = e6b96cd41b4e23a4dd1b5b8b361547578318578b6221b55f7af7d02179940c0b -SIZE (xpi/firefox-31.0/hr.xpi) = 424565 -SHA256 (xpi/firefox-31.0/hsb.xpi) = c20645177a55583b93d817b647239db0c9b0e0b95bc48e8d6009c87ec584bcfe -SIZE (xpi/firefox-31.0/hsb.xpi) = 413270 -SHA256 (xpi/firefox-31.0/hu.xpi) = 8cc561ba338fab121989b343cd842e0cad69490c37ce9d60e4f2e19f0502d8f3 -SIZE (xpi/firefox-31.0/hu.xpi) = 398839 -SHA256 (xpi/firefox-31.0/hy-AM.xpi) = d706af06f97837638da031a8cf08977b1802c639096246ec786d97c8062ec9a9 -SIZE (xpi/firefox-31.0/hy-AM.xpi) = 478938 -SHA256 (xpi/firefox-31.0/id.xpi) = 629c87f838c854739367352b235d357e526d81803347ba3d959959d506671e92 -SIZE (xpi/firefox-31.0/id.xpi) = 378495 -SHA256 (xpi/firefox-31.0/is.xpi) = ea7effd57bf781e9c83b1565fc635e0393a33fb525d423ddbb7be0511aa9a07c -SIZE (xpi/firefox-31.0/is.xpi) = 427522 -SHA256 (xpi/firefox-31.0/it.xpi) = b881aa0f119daa2759d6b370e94666257d381c9a1064e7e1991a04ab6cd404ac -SIZE (xpi/firefox-31.0/it.xpi) = 331100 -SHA256 (xpi/firefox-31.0/ja.xpi) = 0235fafee328d7235559b7c0094e1e01deca0d4d0bb63020453fb5564bd05e8b -SIZE (xpi/firefox-31.0/ja.xpi) = 421662 -SHA256 (xpi/firefox-31.0/kk.xpi) = fdde9acfbfc9f8a3defe17ee63bb3e2d648363d131c8a6717dc5bdd60cfdcd5b -SIZE (xpi/firefox-31.0/kk.xpi) = 439311 -SHA256 (xpi/firefox-31.0/km.xpi) = 9c502bb9776d1dcb319703ddfd77b68fe7ab91c36ef3212259c338e71cba0ea6 -SIZE (xpi/firefox-31.0/km.xpi) = 506671 -SHA256 (xpi/firefox-31.0/kn.xpi) = 63dd3f1711dbf8a11bcf25c32a0008f8a79b86d49c6dcac528d4f751061d1ad4 -SIZE (xpi/firefox-31.0/kn.xpi) = 459085 -SHA256 (xpi/firefox-31.0/ko.xpi) = e95e9960d9f6889d6ac01a03bb05468545d6869e653a7055928540b6a2e94dfa -SIZE (xpi/firefox-31.0/ko.xpi) = 403009 -SHA256 (xpi/firefox-31.0/ku.xpi) = e7b5e940bcbf5ab3a8c6ede6fea8dcfdaf7026d53788486e4dc5a95b65f979e1 -SIZE (xpi/firefox-31.0/ku.xpi) = 420257 -SHA256 (xpi/firefox-31.0/lij.xpi) = b1f80742a3d4d0ecb57cbca6320b972f68bcea76300a8296ccdefc67aa3357bf -SIZE (xpi/firefox-31.0/lij.xpi) = 386059 -SHA256 (xpi/firefox-31.0/lt.xpi) = 815903f2bed457f0cd7dd472bd2107a8d806606983f30acf6e2ef87f5a781dd0 -SIZE (xpi/firefox-31.0/lt.xpi) = 435626 -SHA256 (xpi/firefox-31.0/lv.xpi) = 43a4e13119434fd4e586e1dcfa43f9ad7f04ad9e960d1c7263c8caa302cf48fe -SIZE (xpi/firefox-31.0/lv.xpi) = 398771 -SHA256 (xpi/firefox-31.0/mai.xpi) = 68b895b1309b00d1b66d071bdb2dd621be043745e563be59872817092fb18be4 -SIZE (xpi/firefox-31.0/mai.xpi) = 445080 -SHA256 (xpi/firefox-31.0/mk.xpi) = 912794d8a6a88ae953b796ba2bc51f9def339ed095049de59b34bb116e34f14d -SIZE (xpi/firefox-31.0/mk.xpi) = 475678 -SHA256 (xpi/firefox-31.0/ml.xpi) = c71fab34e710d4c5a3dade77466e2be6b5438c0764b9da6ed791f60cebbdcb00 -SIZE (xpi/firefox-31.0/ml.xpi) = 466448 -SHA256 (xpi/firefox-31.0/mr.xpi) = 05be257419ca4b7f45f2f0c92bf24b1032f84fbc7d2d603abc583f9e055c22cf -SIZE (xpi/firefox-31.0/mr.xpi) = 451486 -SHA256 (xpi/firefox-31.0/ms.xpi) = 1b1d3b5bed538eb6b5cd4514084bcf7ddfd411aface29ee2963139ed1e1b017a -SIZE (xpi/firefox-31.0/ms.xpi) = 436425 -SHA256 (xpi/firefox-31.0/nb-NO.xpi) = 913bf6222db09948e711adec3f7a9adc4178cc1ffc1a2e1803c2c4f28e87e6b9 -SIZE (xpi/firefox-31.0/nb-NO.xpi) = 392200 -SHA256 (xpi/firefox-31.0/nl.xpi) = d61541e299db6f30d68c574553530976435c820b0323bcc641c902c1655ba740 -SIZE (xpi/firefox-31.0/nl.xpi) = 391079 -SHA256 (xpi/firefox-31.0/nn-NO.xpi) = a44be3041548c25c1b7b752a2464c39939756b8132effaa75e33b4a153feab1f -SIZE (xpi/firefox-31.0/nn-NO.xpi) = 386476 -SHA256 (xpi/firefox-31.0/or.xpi) = 9e447cd567903c98e14e76dcb3f435fdae389eeabb7c1c2052fe55052b797829 -SIZE (xpi/firefox-31.0/or.xpi) = 464944 -SHA256 (xpi/firefox-31.0/pa-IN.xpi) = 6a873e88f88dbdfeb6cf39c6f508be5ce35b6430265ca1ee264c5dae91a30360 -SIZE (xpi/firefox-31.0/pa-IN.xpi) = 439521 -SHA256 (xpi/firefox-31.0/pl.xpi) = 7426e7964df795d3472019a0cf04687a9c2e4c5e0c750c750eb2ef78e411205e -SIZE (xpi/firefox-31.0/pl.xpi) = 374941 -SHA256 (xpi/firefox-31.0/pt-BR.xpi) = d48bcdade3bfd4b6ff55183cb6cc183daedc58ab0c575a55987647f68366d3f8 -SIZE (xpi/firefox-31.0/pt-BR.xpi) = 405759 -SHA256 (xpi/firefox-31.0/pt-PT.xpi) = 5a5cfde15a417537883d89115cec0abc3ecdcf7767534bfc95dcac429cdd2a3c -SIZE (xpi/firefox-31.0/pt-PT.xpi) = 386538 -SHA256 (xpi/firefox-31.0/rm.xpi) = f61fb530cbb9fc2971d49ba62098b4329505fb74145cba1b59c8a615ae967cd9 -SIZE (xpi/firefox-31.0/rm.xpi) = 399479 -SHA256 (xpi/firefox-31.0/ro.xpi) = 0cf00640033201aab7d6be2da7068954c528c90a30e15d5d788e27bc8092dedb -SIZE (xpi/firefox-31.0/ro.xpi) = 439582 -SHA256 (xpi/firefox-31.0/ru.xpi) = b5f1602946ff34fd854d891aeb81d1be2175de69fd8c78e595878ac996137b83 -SIZE (xpi/firefox-31.0/ru.xpi) = 368092 -SHA256 (xpi/firefox-31.0/si.xpi) = 279eb65ffe7953b7d2a893a7bc94eef7ec856bb66c2c0556f25f0f2e0548c62b -SIZE (xpi/firefox-31.0/si.xpi) = 463418 -SHA256 (xpi/firefox-31.0/sk.xpi) = 6fef9288f05b8643d852104a9ca836b519a84cbd9cd0f6727e04bee1bf8b2e6a -SIZE (xpi/firefox-31.0/sk.xpi) = 413996 -SHA256 (xpi/firefox-31.0/sl.xpi) = ac8bfe529e42137bb615e0d7839540195a1a7e069bd2fef342c4e75fc8d399d3 -SIZE (xpi/firefox-31.0/sl.xpi) = 387328 -SHA256 (xpi/firefox-31.0/son.xpi) = d5de7ce71a97d040b5e9b9dfd3f3f4b41beab5bfa6d87ade4432af4fe2eed7a3 -SIZE (xpi/firefox-31.0/son.xpi) = 395338 -SHA256 (xpi/firefox-31.0/sq.xpi) = 6cef70604abf909a1a74330d9a65b223b7456ab5a350cc356a7e4494df493727 -SIZE (xpi/firefox-31.0/sq.xpi) = 431331 -SHA256 (xpi/firefox-31.0/sr.xpi) = 67b1eb409a2a61abd9f05adba3db67f65403416e1ac55e2499e47414b132a0db -SIZE (xpi/firefox-31.0/sr.xpi) = 426096 -SHA256 (xpi/firefox-31.0/sv-SE.xpi) = fe44baa14d1970d65c75fa5fa26ea18f0ad40e83f4cb17e626f3d25d84b29e75 -SIZE (xpi/firefox-31.0/sv-SE.xpi) = 399220 -SHA256 (xpi/firefox-31.0/ta.xpi) = 5d641fe9c99afffd058c94213db5690628480530c000e84672198396127a92e3 -SIZE (xpi/firefox-31.0/ta.xpi) = 447879 -SHA256 (xpi/firefox-31.0/te.xpi) = 6142042473d15bb8d4254ee257d656f9767cd6fab5c2a4db6f77e2ba2a8a09f2 -SIZE (xpi/firefox-31.0/te.xpi) = 462785 -SHA256 (xpi/firefox-31.0/th.xpi) = 55810336aaf874584711040046ad8c197a369f3eb944b2f79762f19e32f9c8ea -SIZE (xpi/firefox-31.0/th.xpi) = 478321 -SHA256 (xpi/firefox-31.0/tr.xpi) = 1a4526ac657b0b8ec60067ef5b98c0d10baf60cc8126867bff11faad3229f15b -SIZE (xpi/firefox-31.0/tr.xpi) = 417565 -SHA256 (xpi/firefox-31.0/uk.xpi) = 9575b911f00cea80385274413692d956e76fdd58e9a95e6614ef96ff6e4d0bce -SIZE (xpi/firefox-31.0/uk.xpi) = 428197 -SHA256 (xpi/firefox-31.0/vi.xpi) = 833a1c55008af0b1a15178b2a666a1925355922ab27581e20fa53774624cca55 -SIZE (xpi/firefox-31.0/vi.xpi) = 413569 -SHA256 (xpi/firefox-31.0/xh.xpi) = 7e1ec9e09aeb98f7096b579a922fd4f6b7aefef3e98f864a404cc877dd05f8b3 -SIZE (xpi/firefox-31.0/xh.xpi) = 398070 -SHA256 (xpi/firefox-31.0/zh-CN.xpi) = c8d30cb9dbbbc9e723ecef24ce06a87dc9417f9c4579898cdf69c07a1a3da0e0 -SIZE (xpi/firefox-31.0/zh-CN.xpi) = 419824 -SHA256 (xpi/firefox-31.0/zh-TW.xpi) = 1e68b44dc89851918d2c1cbd2578a1d17bff5790f2866ebd62dd579e956c97be -SIZE (xpi/firefox-31.0/zh-TW.xpi) = 412715 -SHA256 (xpi/firefox-31.0/zu.xpi) = 2a253467402785cb863684d1a02a260873a34ccbcd13eb0b664b0386475bf8da -SIZE (xpi/firefox-31.0/zu.xpi) = 433410 +SHA256 (xpi/firefox-31.1.0/ach.xpi) = 1691dd1ff4bcfc51b9e5e67ca70562bd0d9b78744a4735cfbc47f672d50c2467 +SIZE (xpi/firefox-31.1.0/ach.xpi) = 445522 +SHA256 (xpi/firefox-31.1.0/af.xpi) = a420bd02b8f0a355945b16dd23a0b373548a3b36e1ffe525dc0fd0c77d6d23db +SIZE (xpi/firefox-31.1.0/af.xpi) = 431285 +SHA256 (xpi/firefox-31.1.0/an.xpi) = dadd87404b11c860bc49ddeb890c367cb97c6592c116b19f040084c88cb8f6ba +SIZE (xpi/firefox-31.1.0/an.xpi) = 407347 +SHA256 (xpi/firefox-31.1.0/ar.xpi) = 5eb9f1bac0d58ac0be637c23271c76abbeee57ed674bcd84826a66b4aefdd37a +SIZE (xpi/firefox-31.1.0/ar.xpi) = 460020 +SHA256 (xpi/firefox-31.1.0/as.xpi) = 63769ee4d825976599cb8296f9f7a484557ff55c0d587bb1558ed4398390145e +SIZE (xpi/firefox-31.1.0/as.xpi) = 448765 +SHA256 (xpi/firefox-31.1.0/ast.xpi) = 5fd4607ca582f4c7e98e923c8a7180660c91faf3962faaacae75cabcf19ab288 +SIZE (xpi/firefox-31.1.0/ast.xpi) = 352537 +SHA256 (xpi/firefox-31.1.0/be.xpi) = dd8bd0f1602ccec1b32b4ac9cf4d65f8c743c2155343c024e215dda165afc8ec +SIZE (xpi/firefox-31.1.0/be.xpi) = 378864 +SHA256 (xpi/firefox-31.1.0/bg.xpi) = 36c23ae838e6c30bd1baafa475227f1018380fc8a6c52770e58db35a5c01f0d9 +SIZE (xpi/firefox-31.1.0/bg.xpi) = 438257 +SHA256 (xpi/firefox-31.1.0/bn-BD.xpi) = 18cd34211aaada761e3236e7ac56c8e11ce74508ec4d46e3ed0259ed6bd0ba7a +SIZE (xpi/firefox-31.1.0/bn-BD.xpi) = 472822 +SHA256 (xpi/firefox-31.1.0/bn-IN.xpi) = 50ca770b533b840b46e5a20540c7bf22b5feeff45a55cb2bd16a6c6944e04bab +SIZE (xpi/firefox-31.1.0/bn-IN.xpi) = 462789 +SHA256 (xpi/firefox-31.1.0/br.xpi) = ce94b546e60c7d04623276b2f0a8f429e78b1ab2b01333dc1dea0cbe91aa04ef +SIZE (xpi/firefox-31.1.0/br.xpi) = 389900 +SHA256 (xpi/firefox-31.1.0/bs.xpi) = 937a1b78bb6092b7ed29b6f6b802833a20fa78918947524b1c8052ae9ffc89c2 +SIZE (xpi/firefox-31.1.0/bs.xpi) = 429211 +SHA256 (xpi/firefox-31.1.0/ca.xpi) = fd24974924843065612374365bddbd1573c66db534b647fa28fc71986e6e795b +SIZE (xpi/firefox-31.1.0/ca.xpi) = 403772 +SHA256 (xpi/firefox-31.1.0/cs.xpi) = 63d5f0f008fa94aade84c4a63b1fc1dc4a7dfce6d01e573bc58dc54ce0aad2b8 +SIZE (xpi/firefox-31.1.0/cs.xpi) = 391174 +SHA256 (xpi/firefox-31.1.0/csb.xpi) = e8623948febd8b45cbe9e385e8bf88eff2e651258b97953fc5c233e919986c69 +SIZE (xpi/firefox-31.1.0/csb.xpi) = 383891 +SHA256 (xpi/firefox-31.1.0/cy.xpi) = 261dad5097b136fc997af9fe0a6e40183a8371b17e9c04dab607921e802c7448 +SIZE (xpi/firefox-31.1.0/cy.xpi) = 390923 +SHA256 (xpi/firefox-31.1.0/da.xpi) = f5b82c15e675d826a8d67b42d335b2e1f88a8ca8c8dcbd52e3d01e254d2d810b +SIZE (xpi/firefox-31.1.0/da.xpi) = 397943 +SHA256 (xpi/firefox-31.1.0/de.xpi) = abebedeb1edad6f9bb02bb53bf8ed6dbf233cdbc353325331c88b7de184bc917 +SIZE (xpi/firefox-31.1.0/de.xpi) = 395360 +SHA256 (xpi/firefox-31.1.0/el.xpi) = cf1fb70531b54a56b3687eee25bf772ae76fda3bbfeab499b54f5a4a985c8290 +SIZE (xpi/firefox-31.1.0/el.xpi) = 443178 +SHA256 (xpi/firefox-31.1.0/en-GB.xpi) = 3f9d02719afbd3a4d25d2e452a0c98f6c098288ec46cec4fc5bfedd4ef019542 +SIZE (xpi/firefox-31.1.0/en-GB.xpi) = 390315 +SHA256 (xpi/firefox-31.1.0/en-US.xpi) = a7ed24f21f5dbb81a38113f45718479a2192e31a49ffa81f543686f2d2296bc0 +SIZE (xpi/firefox-31.1.0/en-US.xpi) = 422984 +SHA256 (xpi/firefox-31.1.0/en-ZA.xpi) = eb9ef4990c5a1919cd13602b46809bfd4923072ede4c593b9bac08533ef870b8 +SIZE (xpi/firefox-31.1.0/en-ZA.xpi) = 388724 +SHA256 (xpi/firefox-31.1.0/eo.xpi) = 4dc7098f0fd2b437db77689fde1d6c7f6c71b57e789b960b797558416c4acb06 +SIZE (xpi/firefox-31.1.0/eo.xpi) = 432027 +SHA256 (xpi/firefox-31.1.0/es-AR.xpi) = e1ce737df331172db3e7522027bb74d72e40ba3ac05d9c85ce6838894a9feb62 +SIZE (xpi/firefox-31.1.0/es-AR.xpi) = 400133 +SHA256 (xpi/firefox-31.1.0/es-CL.xpi) = 818a8c57b79d085336be0b570d5435585647b86e0c2aa8a98f0450f98ac581b3 +SIZE (xpi/firefox-31.1.0/es-CL.xpi) = 343004 +SHA256 (xpi/firefox-31.1.0/es-ES.xpi) = 974dec19fe1c95ad90e3d4e1d5d204ace7689f6234f266915c068500976423a7 +SIZE (xpi/firefox-31.1.0/es-ES.xpi) = 336076 +SHA256 (xpi/firefox-31.1.0/es-MX.xpi) = 85ba666a4c9dad0064530223267b1669a3c43e231ca5567cc14b349fa0d9bdf8 +SIZE (xpi/firefox-31.1.0/es-MX.xpi) = 402868 +SHA256 (xpi/firefox-31.1.0/et.xpi) = ade792f809a3b1ee686bf437f2befdfb7e65ad9a91bb40698685819ed18c5e8b +SIZE (xpi/firefox-31.1.0/et.xpi) = 390557 +SHA256 (xpi/firefox-31.1.0/eu.xpi) = 53e13ebab713373b93f00a0e4a487e933397c89cfc6f206a6d07fd14d28bda29 +SIZE (xpi/firefox-31.1.0/eu.xpi) = 413195 +SHA256 (xpi/firefox-31.1.0/fa.xpi) = 4b2072c33e83e13a2e0cd7a6d9886dfb82e893712219a723602700fb81bd7d6a +SIZE (xpi/firefox-31.1.0/fa.xpi) = 461053 +SHA256 (xpi/firefox-31.1.0/ff.xpi) = b095563401e8f78437225af75beda157dd1609f4f0be7e62049db7a5083bd903 +SIZE (xpi/firefox-31.1.0/ff.xpi) = 400339 +SHA256 (xpi/firefox-31.1.0/fi.xpi) = c036c1bfc0b9d89073b5fa6adfbdc9208bcae2a27a83c3f90a4a167f9e2635d8 +SIZE (xpi/firefox-31.1.0/fi.xpi) = 392936 +SHA256 (xpi/firefox-31.1.0/fr.xpi) = 58b56fa3ceec8683b49cf44f2824ef13f2d2d0a76a5e8d60a5a0ffffed26df43 +SIZE (xpi/firefox-31.1.0/fr.xpi) = 406658 +SHA256 (xpi/firefox-31.1.0/fy-NL.xpi) = 74829aaa4c360c4f819387bca1a04446f5a4bef53e392c96450dd81457394558 +SIZE (xpi/firefox-31.1.0/fy-NL.xpi) = 402126 +SHA256 (xpi/firefox-31.1.0/ga-IE.xpi) = 6fbe9255a9235881dd055eb3b3122d99481c5c011ab12f1e3a4dae885c472910 +SIZE (xpi/firefox-31.1.0/ga-IE.xpi) = 410273 +SHA256 (xpi/firefox-31.1.0/gd.xpi) = b8dd15a353aa2e3848a62499bf57048031d80371ef0babc73096018190367ddc +SIZE (xpi/firefox-31.1.0/gd.xpi) = 403210 +SHA256 (xpi/firefox-31.1.0/gl.xpi) = cb06e5af30eeec11bd8936f0cdee6f5a0aa26a78716f6b358d735e3959acf0f4 +SIZE (xpi/firefox-31.1.0/gl.xpi) = 390795 +SHA256 (xpi/firefox-31.1.0/gu-IN.xpi) = d8964011feff1de17842e340773956797c7adc6aa936c95061fbe36c7e97fc3b +SIZE (xpi/firefox-31.1.0/gu-IN.xpi) = 423699 +SHA256 (xpi/firefox-31.1.0/he.xpi) = e168004da7f838ce3cc34fdef40c12127bbdd6cdbd051e42151352b6f084a49f +SIZE (xpi/firefox-31.1.0/he.xpi) = 427825 +SHA256 (xpi/firefox-31.1.0/hi-IN.xpi) = de772a0053dcee686fd27051509e30eb788f8cbc092bf7b34edcb3aa5119edc1 +SIZE (xpi/firefox-31.1.0/hi-IN.xpi) = 441598 +SHA256 (xpi/firefox-31.1.0/hr.xpi) = fb2e49e2887099646c30654be777281c79c1aac80176681c6d0dc0a0e2646d15 +SIZE (xpi/firefox-31.1.0/hr.xpi) = 424567 +SHA256 (xpi/firefox-31.1.0/hsb.xpi) = 2bded9383bae355da4bc2175f0af843d2077e0a5fd51779ffa567894aca8f9e7 +SIZE (xpi/firefox-31.1.0/hsb.xpi) = 413272 +SHA256 (xpi/firefox-31.1.0/hu.xpi) = b80f9a08c119a250a307651aa0e0a322c7c0e62cd4cad37cddc8123312f92e11 +SIZE (xpi/firefox-31.1.0/hu.xpi) = 398840 +SHA256 (xpi/firefox-31.1.0/hy-AM.xpi) = 211617d00244d71dff9324b548f5acec7224e754b8337640014727bca4699f15 +SIZE (xpi/firefox-31.1.0/hy-AM.xpi) = 478939 +SHA256 (xpi/firefox-31.1.0/id.xpi) = c52d16ac835539f10c511a505746337c33b90366eba1ba16b3b338eaf2c1f491 +SIZE (xpi/firefox-31.1.0/id.xpi) = 378497 +SHA256 (xpi/firefox-31.1.0/is.xpi) = 8ef1e8a9edffe2c3184815b80b631d855cdbf152ca573b78a9fc6f9ffcd957f1 +SIZE (xpi/firefox-31.1.0/is.xpi) = 427523 +SHA256 (xpi/firefox-31.1.0/it.xpi) = 4e8746af3f1f406346cedf296ae247952b9389f6ca1a157b4bf17dc30925670e +SIZE (xpi/firefox-31.1.0/it.xpi) = 331102 +SHA256 (xpi/firefox-31.1.0/ja.xpi) = 0939a14082523c72369e96b77a9355c430e92c4b6d982e40216685b978de964b +SIZE (xpi/firefox-31.1.0/ja.xpi) = 421664 +SHA256 (xpi/firefox-31.1.0/kk.xpi) = 3ca817eda7ddc640e8ae7fa1b8fd76bcd23778c1cc545e6c548cffc1372cf189 +SIZE (xpi/firefox-31.1.0/kk.xpi) = 439312 +SHA256 (xpi/firefox-31.1.0/km.xpi) = fa6e6c97d9f278726bf0325825b3578ea9da4c6b37fa3bc4ef5162ce78d1acd4 +SIZE (xpi/firefox-31.1.0/km.xpi) = 506672 +SHA256 (xpi/firefox-31.1.0/kn.xpi) = 17c8150951a77a306419d693b696ea3b8f12969e9f3168e7003ce449100152e2 +SIZE (xpi/firefox-31.1.0/kn.xpi) = 459087 +SHA256 (xpi/firefox-31.1.0/ko.xpi) = 568f7865a4358dc40d54d248f558e66d1ede204d8525033fbafe02446538a31a +SIZE (xpi/firefox-31.1.0/ko.xpi) = 403011 +SHA256 (xpi/firefox-31.1.0/ku.xpi) = 6c24db090c42714d28afb6a28862a2be03db92248452a3f35e47439dde09f895 +SIZE (xpi/firefox-31.1.0/ku.xpi) = 420262 +SHA256 (xpi/firefox-31.1.0/lij.xpi) = a1aa34b0c7482273b8e61b4d4acee6d00fa99ff9e09790277b479736c95c44bf +SIZE (xpi/firefox-31.1.0/lij.xpi) = 386060 +SHA256 (xpi/firefox-31.1.0/lt.xpi) = aa9832cbbeb5bcfd0fc50749aed59b17a61d917b7c0e7ec2534a394351732f16 +SIZE (xpi/firefox-31.1.0/lt.xpi) = 435627 +SHA256 (xpi/firefox-31.1.0/lv.xpi) = b6d00e547b6d64dee1d0a81c9ed70e499f84d5673bf3cacb3cefc74d45b7d78d +SIZE (xpi/firefox-31.1.0/lv.xpi) = 398772 +SHA256 (xpi/firefox-31.1.0/mai.xpi) = 171e896ec959cf800d515250da137007da54b8c3cad0c788f6cd03575c66a4bf +SIZE (xpi/firefox-31.1.0/mai.xpi) = 445081 +SHA256 (xpi/firefox-31.1.0/mk.xpi) = 2a47b2a121b9b709047bdf40319050cc9a1d29203ea366bf13daa77f44de53ae +SIZE (xpi/firefox-31.1.0/mk.xpi) = 475679 +SHA256 (xpi/firefox-31.1.0/ml.xpi) = fdd966a7a76f1ad4b9adabe524596c83cd186191101e0c25b7af00047553b3e6 +SIZE (xpi/firefox-31.1.0/ml.xpi) = 466451 +SHA256 (xpi/firefox-31.1.0/mr.xpi) = c0ebdbae790e44a00d7d44d9f96cd2b3af0f98d90c03cbd5a8ea320ed1c9015f +SIZE (xpi/firefox-31.1.0/mr.xpi) = 451488 +SHA256 (xpi/firefox-31.1.0/ms.xpi) = 6c09d65b63d690f8db251a37e50061f467affc15d657f21195dbca1160a925d8 +SIZE (xpi/firefox-31.1.0/ms.xpi) = 436427 +SHA256 (xpi/firefox-31.1.0/nb-NO.xpi) = 0be3a0d6d7aad8070321a85dc951de61d44171a1f9ae6882994378d840152ed5 +SIZE (xpi/firefox-31.1.0/nb-NO.xpi) = 392202 +SHA256 (xpi/firefox-31.1.0/nl.xpi) = 085b3e8286c878687c649f46a114d31fc3bab80a7ce023d7a4bfeb3f6416d03a +SIZE (xpi/firefox-31.1.0/nl.xpi) = 391081 +SHA256 (xpi/firefox-31.1.0/nn-NO.xpi) = 6f66348dfb4bc7ae26a7896eda394aa3ea789c02c581582f4cbd18eaba7ee68d +SIZE (xpi/firefox-31.1.0/nn-NO.xpi) = 386478 +SHA256 (xpi/firefox-31.1.0/or.xpi) = ac08cf99ed7072af121cbddf3cabd97aa69a3a57fd72f0b00468b3e1737a147f +SIZE (xpi/firefox-31.1.0/or.xpi) = 464945 +SHA256 (xpi/firefox-31.1.0/pa-IN.xpi) = 2553060fd2d2300a8a3ef4dc0be305f5d635a7bae67d6ad2a83788b0ad455b87 +SIZE (xpi/firefox-31.1.0/pa-IN.xpi) = 439523 +SHA256 (xpi/firefox-31.1.0/pl.xpi) = c8d92ddfb7788d6062330edea64d19a8b2786bb54a81ae9282828c8a3e06fe5f +SIZE (xpi/firefox-31.1.0/pl.xpi) = 374943 +SHA256 (xpi/firefox-31.1.0/pt-BR.xpi) = 6c17d3df7b92aceeaeecaeb4ed36c579a15ccd0bd1651d27b6c9b2873110736a +SIZE (xpi/firefox-31.1.0/pt-BR.xpi) = 405761 +SHA256 (xpi/firefox-31.1.0/pt-PT.xpi) = 4729d757ef94ea7e0714d3c4f8bad065f04056a1ee9e8ba667b1f4dd16175e40 +SIZE (xpi/firefox-31.1.0/pt-PT.xpi) = 386540 +SHA256 (xpi/firefox-31.1.0/rm.xpi) = 63b8a224f3bf0d0de091e65a055e395918370d868d1918116a90e75b6a8b342d +SIZE (xpi/firefox-31.1.0/rm.xpi) = 399481 +SHA256 (xpi/firefox-31.1.0/ro.xpi) = 772482c0a2e59f6aad3c4e1928b892472a8c4fb75c0376708953c2c895f56f01 +SIZE (xpi/firefox-31.1.0/ro.xpi) = 439584 +SHA256 (xpi/firefox-31.1.0/ru.xpi) = 480443679119ede20dc8798a1e2d67e2f1b636ccfeae3d1cba40a01e957d72fb +SIZE (xpi/firefox-31.1.0/ru.xpi) = 368094 +SHA256 (xpi/firefox-31.1.0/si.xpi) = 9289ff40ad886e0fa9697076fa92af779a69f1878e53f0f6284607b4763611b0 +SIZE (xpi/firefox-31.1.0/si.xpi) = 463420 +SHA256 (xpi/firefox-31.1.0/sk.xpi) = 5dc10006aaa5db88784f1324b1b17f1bcbb909926e2fd4fe1ca8c8e56b5d1975 +SIZE (xpi/firefox-31.1.0/sk.xpi) = 413998 +SHA256 (xpi/firefox-31.1.0/sl.xpi) = ca48c6a9baba6c73e2b245212b0a5813d1891beab76601ec635f0ab70ecdfd29 +SIZE (xpi/firefox-31.1.0/sl.xpi) = 387330 +SHA256 (xpi/firefox-31.1.0/son.xpi) = a6e7198da1f03a6860c75171f5da2a1fe9edb3e3da9b656ac8ac6e45bd7aa1c2 +SIZE (xpi/firefox-31.1.0/son.xpi) = 395339 +SHA256 (xpi/firefox-31.1.0/sq.xpi) = 167963949e564a4229c093f8d753fc96138031907b02da838ba26a9305f0e889 +SIZE (xpi/firefox-31.1.0/sq.xpi) = 431332 +SHA256 (xpi/firefox-31.1.0/sr.xpi) = 0d2d0b8cb485b733f154709cd2c98dfded23b3cdab8ba4c46cff3c9b208282d7 +SIZE (xpi/firefox-31.1.0/sr.xpi) = 426098 +SHA256 (xpi/firefox-31.1.0/sv-SE.xpi) = 45769f32ba897c6dc6b4120571d37150dfb9cc4b92e7f9e1f9e206de5611c30d +SIZE (xpi/firefox-31.1.0/sv-SE.xpi) = 399222 +SHA256 (xpi/firefox-31.1.0/ta.xpi) = 256937991c1cfb0fb3a68fb6f6a945eaa8fe9efb17c97a1d2d7f9fddc1949365 +SIZE (xpi/firefox-31.1.0/ta.xpi) = 447882 +SHA256 (xpi/firefox-31.1.0/te.xpi) = 932c90edc1d1d5e727c6d1f76daba8981a3c9b8d2973dc190de578ada91e92ba +SIZE (xpi/firefox-31.1.0/te.xpi) = 462787 +SHA256 (xpi/firefox-31.1.0/th.xpi) = c8f3a9356f9dcf775905d18cfadaeedc8c7438d936d6355b9372a36008ad4cec +SIZE (xpi/firefox-31.1.0/th.xpi) = 478322 +SHA256 (xpi/firefox-31.1.0/tr.xpi) = 65d8f20053a01a4fecf4ee0ab4702d6117595ab55cd85372ea82411778e76416 +SIZE (xpi/firefox-31.1.0/tr.xpi) = 417566 +SHA256 (xpi/firefox-31.1.0/uk.xpi) = 87974b8599b679aafd5d5df535579bdd6eb3084662b460eb72b1599aae9ef0c8 +SIZE (xpi/firefox-31.1.0/uk.xpi) = 428199 +SHA256 (xpi/firefox-31.1.0/vi.xpi) = e9b7eb60d61e1564597d2fa1e498fbb4c2e9a701d9ad5f22e636a31751c8fb85 +SIZE (xpi/firefox-31.1.0/vi.xpi) = 413570 +SHA256 (xpi/firefox-31.1.0/xh.xpi) = 5b667901df2f46c1d2532921844cddeed8a42e6c15bdd7e4e4e26d5832c01ee7 +SIZE (xpi/firefox-31.1.0/xh.xpi) = 398073 +SHA256 (xpi/firefox-31.1.0/zh-CN.xpi) = c6ea449ec7b810e024611f7f0a5cf53a8b4e2b2c1c0a7cf9c86477feee5e78a2 +SIZE (xpi/firefox-31.1.0/zh-CN.xpi) = 419826 +SHA256 (xpi/firefox-31.1.0/zh-TW.xpi) = b67ac2b60e0ced2f297b8c3c50a869995b1b730a1f517cec64504fa15fe5b70f +SIZE (xpi/firefox-31.1.0/zh-TW.xpi) = 412717 +SHA256 (xpi/firefox-31.1.0/zu.xpi) = 1f17c41280a3554c984349293673ec91f2fbf22d9d852e83f4cf6fc5b32d5358 +SIZE (xpi/firefox-31.1.0/zu.xpi) = 433412 Modified: trunk/www/firefox-esr/Makefile ============================================================================== --- trunk/www/firefox-esr/Makefile Sun Aug 24 10:21:00 2014 (r1669) +++ trunk/www/firefox-esr/Makefile Tue Aug 26 13:06:05 2014 (r1670) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox-esr/Makefile 362796 2014-07-24 13:32:58Z bapt $ PORTNAME= firefox -DISTVERSION= 31.0 +DISTVERSION= 31.1.0 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source Modified: trunk/www/firefox-esr/distinfo ============================================================================== --- trunk/www/firefox-esr/distinfo Sun Aug 24 10:21:00 2014 (r1669) +++ trunk/www/firefox-esr/distinfo Tue Aug 26 13:06:05 2014 (r1670) @@ -1,2 +1,2 @@ -SHA256 (firefox-31.0esr.source.tar.bz2) = 527bf0da6577c8029a05b120afbd06d4d79dca527ffde108752b396ace7d8ea8 -SIZE (firefox-31.0esr.source.tar.bz2) = 147849853 +SHA256 (firefox-31.1.0esr.source.tar.bz2) = 209c2666757c8ffeb9b8139f24a5bfda65fd52c78ce61e300e3547624bc42a7e +SIZE (firefox-31.1.0esr.source.tar.bz2) = 147741041 Modified: trunk/www/firefox-i18n/Makefile ============================================================================== --- trunk/www/firefox-i18n/Makefile Sun Aug 24 10:21:00 2014 (r1669) +++ trunk/www/firefox-i18n/Makefile Tue Aug 26 13:06:05 2014 (r1670) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox-i18n/Makefile 357413 2014-06-11 03:42:55Z beat $ PORTNAME= firefox-i18n -PORTVERSION= 32.0b8 +PORTVERSION= 32.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= Modified: trunk/www/firefox-i18n/distinfo ============================================================================== --- trunk/www/firefox-i18n/distinfo Sun Aug 24 10:21:00 2014 (r1669) +++ trunk/www/firefox-i18n/distinfo Tue Aug 26 13:06:05 2014 (r1670) @@ -1,178 +1,178 @@ -SHA256 (xpi/firefox-i18n-32.0b8/ach.xpi) = d60b55c14e835efe12437a5c2969b28998aeccc2d53a7ab5709709b48446f522 -SIZE (xpi/firefox-i18n-32.0b8/ach.xpi) = 431475 -SHA256 (xpi/firefox-i18n-32.0b8/af.xpi) = 04f1736e9847ad4f4b1342dcabf438c55af35e0e9d74f7410812039022b38490 -SIZE (xpi/firefox-i18n-32.0b8/af.xpi) = 434843 -SHA256 (xpi/firefox-i18n-32.0b8/an.xpi) = cd939a4f9bb413f7e5871f8ab94eb6d40b106f07690fc2de811e5a3a392da5f8 -SIZE (xpi/firefox-i18n-32.0b8/an.xpi) = 409800 -SHA256 (xpi/firefox-i18n-32.0b8/ar.xpi) = be734cb85556bf548efb65dbba444db6b02d9bfe08be4d650d40cf26f74f2793 -SIZE (xpi/firefox-i18n-32.0b8/ar.xpi) = 462441 -SHA256 (xpi/firefox-i18n-32.0b8/as.xpi) = 7edd80eb45c2d13545c02ab8d5d19ffd1e8a3675df920ac6641671804589b88f -SIZE (xpi/firefox-i18n-32.0b8/as.xpi) = 451615 -SHA256 (xpi/firefox-i18n-32.0b8/ast.xpi) = 651b6d807d43793c1014941b637208cc69882c9b9e2c17107de29d5265aefe76 -SIZE (xpi/firefox-i18n-32.0b8/ast.xpi) = 348240 -SHA256 (xpi/firefox-i18n-32.0b8/be.xpi) = 8e20bf909e043422e7a7b879b39f2de6f3f07374ad6d5809e56b3069f24d7db9 -SIZE (xpi/firefox-i18n-32.0b8/be.xpi) = 384000 -SHA256 (xpi/firefox-i18n-32.0b8/bg.xpi) = 9df27815302165ebd43705f4816c306b09019289307719c11e085147fe41f7e1 -SIZE (xpi/firefox-i18n-32.0b8/bg.xpi) = 441211 -SHA256 (xpi/firefox-i18n-32.0b8/bn-BD.xpi) = 326c015d535144c936b8c1cc95a0e20b6db80f33729d736b9783fb4092c525a8 -SIZE (xpi/firefox-i18n-32.0b8/bn-BD.xpi) = 476242 -SHA256 (xpi/firefox-i18n-32.0b8/bn-IN.xpi) = 4ec92a9a8b67930865c2cb590ae07b3184251f7c0b02b7689e401a31c9ff6255 -SIZE (xpi/firefox-i18n-32.0b8/bn-IN.xpi) = 465501 -SHA256 (xpi/firefox-i18n-32.0b8/br.xpi) = d89ee1254367ec0945e695305764d20fdf89f0ed2895e089af3e5c8209d648b2 -SIZE (xpi/firefox-i18n-32.0b8/br.xpi) = 392153 -SHA256 (xpi/firefox-i18n-32.0b8/bs.xpi) = 441cba9844ba5850971904744ab288ce31401d00fff86478705a299698e9aa90 -SIZE (xpi/firefox-i18n-32.0b8/bs.xpi) = 432989 -SHA256 (xpi/firefox-i18n-32.0b8/ca.xpi) = 5c40b92bde87f402c4a45a5c584cf526457c6cec90f93cfde9c0c96577274759 -SIZE (xpi/firefox-i18n-32.0b8/ca.xpi) = 406290 -SHA256 (xpi/firefox-i18n-32.0b8/cs.xpi) = 57e9bf8f145800e8c77369dfefccdeb13f116a24a37e2d66cf2c96aa771240d5 -SIZE (xpi/firefox-i18n-32.0b8/cs.xpi) = 393846 -SHA256 (xpi/firefox-i18n-32.0b8/csb.xpi) = d898da22caf0f90ac9dd589029cdbce76a71087d9ff5c6bd314d5eea047bd291 -SIZE (xpi/firefox-i18n-32.0b8/csb.xpi) = 387647 -SHA256 (xpi/firefox-i18n-32.0b8/cy.xpi) = a1f629cab78ec1c1cee9b03d6db7cb8f5709cb1863e956deb305820bc541bdb5 -SIZE (xpi/firefox-i18n-32.0b8/cy.xpi) = 393350 -SHA256 (xpi/firefox-i18n-32.0b8/da.xpi) = 6a033f69ae3132f880b1c1dc916e9d02343e98c56224b47ee4d2543566e58d9d -SIZE (xpi/firefox-i18n-32.0b8/da.xpi) = 400449 -SHA256 (xpi/firefox-i18n-32.0b8/de.xpi) = 0283f9aef2cbfc3650e14c5e96542498de7a64848c0a99ad714ca2dc4fba87f9 -SIZE (xpi/firefox-i18n-32.0b8/de.xpi) = 398216 -SHA256 (xpi/firefox-i18n-32.0b8/el.xpi) = 1af5006cd1cc764c7416f1e4c77cc46895564e1605c4495a725925cda4dae458 -SIZE (xpi/firefox-i18n-32.0b8/el.xpi) = 446651 -SHA256 (xpi/firefox-i18n-32.0b8/en-GB.xpi) = 7802bfaa090cbea4bd7e469a22315f266a050b6e9197b5347b35f0cf9161dbd3 -SIZE (xpi/firefox-i18n-32.0b8/en-GB.xpi) = 393089 -SHA256 (xpi/firefox-i18n-32.0b8/en-US.xpi) = 32ff41b6cf334e68de801066031c25e9091d43dadda1ad62a158b847ded9a283 -SIZE (xpi/firefox-i18n-32.0b8/en-US.xpi) = 425318 -SHA256 (xpi/firefox-i18n-32.0b8/en-ZA.xpi) = f74d97a8a16f8050b52b598544af476c455c6faf8e24a190245e85886a4fcf95 -SIZE (xpi/firefox-i18n-32.0b8/en-ZA.xpi) = 392548 -SHA256 (xpi/firefox-i18n-32.0b8/eo.xpi) = 62b3d023ead402d77fa71012754217e1fcc5ef5ad21d969b5d8572bbd53d37f0 -SIZE (xpi/firefox-i18n-32.0b8/eo.xpi) = 434544 -SHA256 (xpi/firefox-i18n-32.0b8/es-AR.xpi) = edc6e5858f2f021a944bd8c53365856ef376ad741cc61867638653036209deaa -SIZE (xpi/firefox-i18n-32.0b8/es-AR.xpi) = 402545 -SHA256 (xpi/firefox-i18n-32.0b8/es-CL.xpi) = d7d21377bf04fbb28265e19bcd30d9a7070e4a18446aa30e418d5b1773a3452a -SIZE (xpi/firefox-i18n-32.0b8/es-CL.xpi) = 343843 -SHA256 (xpi/firefox-i18n-32.0b8/es-ES.xpi) = 381d6323b4375119e9773adb91b7b96dd6b6c8554ef4cae579b1c99b418ad6e1 -SIZE (xpi/firefox-i18n-32.0b8/es-ES.xpi) = 336666 -SHA256 (xpi/firefox-i18n-32.0b8/es-MX.xpi) = 875bb356d575d1f4fd86c0bce6489a4445399352c33214bbcb5f31ff6640ce0c -SIZE (xpi/firefox-i18n-32.0b8/es-MX.xpi) = 405047 -SHA256 (xpi/firefox-i18n-32.0b8/et.xpi) = 56012a552650122617dfd86ecee1d2af6fd5498a43c66cc8019db7d4df09551e -SIZE (xpi/firefox-i18n-32.0b8/et.xpi) = 393089 -SHA256 (xpi/firefox-i18n-32.0b8/eu.xpi) = 944505006ebb41542c713fad8b4a7073449459f9ee20c8c8424ca8cefad29292 -SIZE (xpi/firefox-i18n-32.0b8/eu.xpi) = 415535 -SHA256 (xpi/firefox-i18n-32.0b8/fa.xpi) = 85474f2e535194b073a10a23e6b3885e3e1cc8cc15e956653bba1314670b8f2e -SIZE (xpi/firefox-i18n-32.0b8/fa.xpi) = 464227 -SHA256 (xpi/firefox-i18n-32.0b8/ff.xpi) = c7aaf79778b7c1374d11b42e88b7f28fb94054988c25650ecb55e55a08a867be -SIZE (xpi/firefox-i18n-32.0b8/ff.xpi) = 402693 -SHA256 (xpi/firefox-i18n-32.0b8/fi.xpi) = eba5febe7bea3e97aed450df5fbd0204ee08d0f6a665188ac1ed5077ad6de028 -SIZE (xpi/firefox-i18n-32.0b8/fi.xpi) = 395217 -SHA256 (xpi/firefox-i18n-32.0b8/fr.xpi) = a3e8cb8d0c2c2cb1c79ac6e0a25c53ff1a72e16281202af963def14730f5a9ad -SIZE (xpi/firefox-i18n-32.0b8/fr.xpi) = 409449 -SHA256 (xpi/firefox-i18n-32.0b8/fy-NL.xpi) = 6eee1d5da941db5f55bf59da92d5655fe8b51bef7df4cd1d69dc7957ec37f24d -SIZE (xpi/firefox-i18n-32.0b8/fy-NL.xpi) = 404329 -SHA256 (xpi/firefox-i18n-32.0b8/ga-IE.xpi) = 14a48fc537795fbca66b656646929d4daa1c3886ee2c94f8e9eb76c32f5ecf96 -SIZE (xpi/firefox-i18n-32.0b8/ga-IE.xpi) = 414420 -SHA256 (xpi/firefox-i18n-32.0b8/gd.xpi) = eb231871b1fd75867634f658a821349852e43aa2598e39a6856d2cfaa29ee6d4 -SIZE (xpi/firefox-i18n-32.0b8/gd.xpi) = 405360 -SHA256 (xpi/firefox-i18n-32.0b8/gl.xpi) = c76fe8b80fb11674ed0020f0be7a954074550c3288791f923ca9ec2abcae7665 -SIZE (xpi/firefox-i18n-32.0b8/gl.xpi) = 394209 -SHA256 (xpi/firefox-i18n-32.0b8/gu-IN.xpi) = 82c6b29abe79123f44ee266704b8a2d1c45e940a7eb2137ea3f4a6108064a0ac -SIZE (xpi/firefox-i18n-32.0b8/gu-IN.xpi) = 428757 -SHA256 (xpi/firefox-i18n-32.0b8/he.xpi) = f4d734f82bbeee493bcfc4107f18a1a1ec76b16e39391fe57fe21f8d48e2481d -SIZE (xpi/firefox-i18n-32.0b8/he.xpi) = 431065 -SHA256 (xpi/firefox-i18n-32.0b8/hi-IN.xpi) = 91f6ab517bc40b2171ba66191b0d81a9ff254c75ba690ef5d1614ad0e68d8a9e -SIZE (xpi/firefox-i18n-32.0b8/hi-IN.xpi) = 444736 -SHA256 (xpi/firefox-i18n-32.0b8/hr.xpi) = a4cd3fdf511ef7f27736970f27202060eb466d18142742dbca7b2b4e1ed5bf6d -SIZE (xpi/firefox-i18n-32.0b8/hr.xpi) = 428932 -SHA256 (xpi/firefox-i18n-32.0b8/hsb.xpi) = 92f5bc37caf6feca32a86d4c543e50d29d4fd0c0f763f00897432e4c6916d712 -SIZE (xpi/firefox-i18n-32.0b8/hsb.xpi) = 415891 -SHA256 (xpi/firefox-i18n-32.0b8/hu.xpi) = 60b535e0b86032c8dae82e42ed24a50b9ba8c1a90eb629ef4966642d98b15a98 -SIZE (xpi/firefox-i18n-32.0b8/hu.xpi) = 401286 -SHA256 (xpi/firefox-i18n-32.0b8/hy-AM.xpi) = c11e1babeee5838ba5683f743b6fc63d733e2b7b51f21f51a0c37d81d7f96591 -SIZE (xpi/firefox-i18n-32.0b8/hy-AM.xpi) = 481699 -SHA256 (xpi/firefox-i18n-32.0b8/id.xpi) = d2897cb5c4ea6c802cdbfaab870cff3c9dc6e4757662236f3eaa85e601b82407 -SIZE (xpi/firefox-i18n-32.0b8/id.xpi) = 380799 -SHA256 (xpi/firefox-i18n-32.0b8/is.xpi) = 7b5675a86d2296b915e39a231e307ded2ed4d440a3b2507c64dd9b767fbc4501 -SIZE (xpi/firefox-i18n-32.0b8/is.xpi) = 429953 -SHA256 (xpi/firefox-i18n-32.0b8/it.xpi) = 07a18ec953629046beee9ceba50cbb147b397a6f6318cde90bbdf9d897998049 -SIZE (xpi/firefox-i18n-32.0b8/it.xpi) = 331766 -SHA256 (xpi/firefox-i18n-32.0b8/ja.xpi) = 0304bb8b94083cd3b295d112fc47aadbf1fbbf2701dcc9592a76d1beae76a1d7 -SIZE (xpi/firefox-i18n-32.0b8/ja.xpi) = 424371 -SHA256 (xpi/firefox-i18n-32.0b8/kk.xpi) = b2721d162a628bceec9e7dfe8a32f130309eef64af6e5d1698818bc24037b6ef -SIZE (xpi/firefox-i18n-32.0b8/kk.xpi) = 441960 -SHA256 (xpi/firefox-i18n-32.0b8/km.xpi) = dae8af2414ebeb2bc78490d349038e4405b3868cb8e2a4082dcedbe15f37258c -SIZE (xpi/firefox-i18n-32.0b8/km.xpi) = 509428 -SHA256 (xpi/firefox-i18n-32.0b8/kn.xpi) = 07bbce6afd9c9b3a295e8de9bb28e91d6006f80135c41b2f26a57950692dce99 -SIZE (xpi/firefox-i18n-32.0b8/kn.xpi) = 462123 -SHA256 (xpi/firefox-i18n-32.0b8/ko.xpi) = af829a1e15eb587ddb8fa60f61afcfbbcc4ba457e82d135470bfe607ebdf53f9 -SIZE (xpi/firefox-i18n-32.0b8/ko.xpi) = 405910 -SHA256 (xpi/firefox-i18n-32.0b8/ku.xpi) = 73a96b5ab0ccad917d39f978f1a775cca26c0607c3d78cc916356fb05a76ba5d -SIZE (xpi/firefox-i18n-32.0b8/ku.xpi) = 423735 -SHA256 (xpi/firefox-i18n-32.0b8/lij.xpi) = 35f7c259c5d32fe1a357f450ab5f131927694506bc66018526159bd1d069b820 -SIZE (xpi/firefox-i18n-32.0b8/lij.xpi) = 389875 -SHA256 (xpi/firefox-i18n-32.0b8/lt.xpi) = 2f99dbbe94fa8723a7643a46bc440d469f0d528f59e0eb7a871d6ce36e150662 -SIZE (xpi/firefox-i18n-32.0b8/lt.xpi) = 437862 -SHA256 (xpi/firefox-i18n-32.0b8/lv.xpi) = cec3ab8ebcb31a776e12462a344e78185034c1ecbcc60db5275301ee40fb1911 -SIZE (xpi/firefox-i18n-32.0b8/lv.xpi) = 400547 -SHA256 (xpi/firefox-i18n-32.0b8/mai.xpi) = 0a4c8feeb0ec40c4d2236b2787dccf2dbfc213d4d5b8b3505155a295e61cdb65 -SIZE (xpi/firefox-i18n-32.0b8/mai.xpi) = 448014 -SHA256 (xpi/firefox-i18n-32.0b8/mk.xpi) = 42e4df86ff3ae7b327d12dfacd7ea94333f161361783c821452759281ce45803 -SIZE (xpi/firefox-i18n-32.0b8/mk.xpi) = 478851 -SHA256 (xpi/firefox-i18n-32.0b8/ml.xpi) = 5fd056a270e12fc18ec687b38673db06d9d4134e55bb9c4e7e0cf20aa8c4cd8d -SIZE (xpi/firefox-i18n-32.0b8/ml.xpi) = 469500 -SHA256 (xpi/firefox-i18n-32.0b8/mr.xpi) = 5ceb00ebec89297dec20fa793540a2ba84328f5e1c6a68762f7a9ed8207466fe -SIZE (xpi/firefox-i18n-32.0b8/mr.xpi) = 455574 -SHA256 (xpi/firefox-i18n-32.0b8/ms.xpi) = 0088f0fedcc26f7d0c63b75fc1961c9043d4c39046c782b94da107bb2c368e04 -SIZE (xpi/firefox-i18n-32.0b8/ms.xpi) = 440610 -SHA256 (xpi/firefox-i18n-32.0b8/nb-NO.xpi) = 217093d9a3b657b8c23f30e871ece53f9d7a44a3c4703e165f0e7161b9971ab4 -SIZE (xpi/firefox-i18n-32.0b8/nb-NO.xpi) = 394451 -SHA256 (xpi/firefox-i18n-32.0b8/nl.xpi) = 89dd05e97c824f4f2f6709dc8824418cd38571ea4978477f381501b61fa3ede6 -SIZE (xpi/firefox-i18n-32.0b8/nl.xpi) = 393389 -SHA256 (xpi/firefox-i18n-32.0b8/nn-NO.xpi) = 9e943a71b09400c3d5f90816545e4b60e489c40db9391fa590727e706db0db87 -SIZE (xpi/firefox-i18n-32.0b8/nn-NO.xpi) = 390707 -SHA256 (xpi/firefox-i18n-32.0b8/or.xpi) = 42f9ae500162c3faa9014546801522b7b752188ebab4613d5442ee55cffbde1a -SIZE (xpi/firefox-i18n-32.0b8/or.xpi) = 467022 -SHA256 (xpi/firefox-i18n-32.0b8/pa-IN.xpi) = 1c5f5978fabc4466f95210759af925c91d453cedef46e41bb0618470909357b7 -SIZE (xpi/firefox-i18n-32.0b8/pa-IN.xpi) = 440991 -SHA256 (xpi/firefox-i18n-32.0b8/pl.xpi) = 4832eb9dfddc3adcb500c9acaf1076bde4bac604012d51d76d21d807ca02ad68 -SIZE (xpi/firefox-i18n-32.0b8/pl.xpi) = 374514 -SHA256 (xpi/firefox-i18n-32.0b8/pt-BR.xpi) = 54d973bc66e8ebbd6677c6a5a1b74c257b0c2bd1d4922f54d381dff87bb23c8b -SIZE (xpi/firefox-i18n-32.0b8/pt-BR.xpi) = 408159 -SHA256 (xpi/firefox-i18n-32.0b8/pt-PT.xpi) = cbb51aea4090583cf331e4f99930ace436d28a2fb91e06b4b12a62f8154a1c82 -SIZE (xpi/firefox-i18n-32.0b8/pt-PT.xpi) = 388395 -SHA256 (xpi/firefox-i18n-32.0b8/rm.xpi) = 58490c4b0cd37deff35679ef1cf06e2b7e9408c094481ac6875136dd4cb412e3 -SIZE (xpi/firefox-i18n-32.0b8/rm.xpi) = 402947 -SHA256 (xpi/firefox-i18n-32.0b8/ro.xpi) = 41c67671407468d2f6552c2c9e5eb097fb9fb9d96006d534bba66da97fb25bbe -SIZE (xpi/firefox-i18n-32.0b8/ro.xpi) = 443785 -SHA256 (xpi/firefox-i18n-32.0b8/ru.xpi) = d98d0b29bacb8cb1458cddefc8c225e789c5f160bc343714db7e210579bef179 -SIZE (xpi/firefox-i18n-32.0b8/ru.xpi) = 368831 -SHA256 (xpi/firefox-i18n-32.0b8/si.xpi) = 90c30957371ddd327e4856338f9d5bb5eed9458a4dabdaa4dd54ec339c31f451 -SIZE (xpi/firefox-i18n-32.0b8/si.xpi) = 464953 -SHA256 (xpi/firefox-i18n-32.0b8/sk.xpi) = 27a4842b496804c215279942b74b96b05676bb9b9e20a639ac4af43b55dc609b -SIZE (xpi/firefox-i18n-32.0b8/sk.xpi) = 416662 -SHA256 (xpi/firefox-i18n-32.0b8/sl.xpi) = 7f9294efa41621cc7462a91e68e9bcbdcab479103591f0c668d0644b28fe0f8b -SIZE (xpi/firefox-i18n-32.0b8/sl.xpi) = 390287 -SHA256 (xpi/firefox-i18n-32.0b8/son.xpi) = 188fc358484cc3d7368c95e5a57feec39dc722f03928d71447496d37c5923feb -SIZE (xpi/firefox-i18n-32.0b8/son.xpi) = 397412 -SHA256 (xpi/firefox-i18n-32.0b8/sq.xpi) = 2d5ba65e5cabdd397d40d6f512875c3f8e994686ada9db60cd0df8437ef174e7 -SIZE (xpi/firefox-i18n-32.0b8/sq.xpi) = 433980 -SHA256 (xpi/firefox-i18n-32.0b8/sr.xpi) = 22a8c7bfc560b7a1ccf33c3753f749a4ab776d9fa5bf94283ad69cc4aa7af448 -SIZE (xpi/firefox-i18n-32.0b8/sr.xpi) = 428050 -SHA256 (xpi/firefox-i18n-32.0b8/sv-SE.xpi) = 42cffa650158332516742444ef48aa33ae83d364654822498df8f1c246c3c239 -SIZE (xpi/firefox-i18n-32.0b8/sv-SE.xpi) = 401273 -SHA256 (xpi/firefox-i18n-32.0b8/ta.xpi) = 8579d0e9be54182e87aee723f99c2a8e04f986a64e6699ff77e3b729b7aef3f5 -SIZE (xpi/firefox-i18n-32.0b8/ta.xpi) = 450603 -SHA256 (xpi/firefox-i18n-32.0b8/te.xpi) = fbd4a63b113b50f8f72623fa7fb7be22b17cf2096d75c525e480da674b709999 -SIZE (xpi/firefox-i18n-32.0b8/te.xpi) = 466259 -SHA256 (xpi/firefox-i18n-32.0b8/th.xpi) = eb045f1144d959bada49bcbffe6efaa6ddaea224b3870f8abf43b1173fbce9db -SIZE (xpi/firefox-i18n-32.0b8/th.xpi) = 481720 -SHA256 (xpi/firefox-i18n-32.0b8/tr.xpi) = dc686226f75efa66db677d5b744ce494593899ebca3760dd93f3da5f90ded130 -SIZE (xpi/firefox-i18n-32.0b8/tr.xpi) = 420127 -SHA256 (xpi/firefox-i18n-32.0b8/uk.xpi) = 57eb22c2887c26a1d696761a6674b9646b0e23db7e851a36ca8a80d42b2942c1 -SIZE (xpi/firefox-i18n-32.0b8/uk.xpi) = 432602 -SHA256 (xpi/firefox-i18n-32.0b8/vi.xpi) = 28e63157f7ee4d3279d9c6399c6c767025b138be1f79f22092a7ca71241e0f91 -SIZE (xpi/firefox-i18n-32.0b8/vi.xpi) = 415404 -SHA256 (xpi/firefox-i18n-32.0b8/xh.xpi) = cbf7d96b85b4bb45e35c8282ae1ac69929a2817c55b8bf2bb97eb6569cab60dd -SIZE (xpi/firefox-i18n-32.0b8/xh.xpi) = 401584 -SHA256 (xpi/firefox-i18n-32.0b8/zh-CN.xpi) = d942d28a02a6a101cc02e0ef0dedb5c0f4afe55eee4f8b46b3c5aa32af4bda25 -SIZE (xpi/firefox-i18n-32.0b8/zh-CN.xpi) = 422373 -SHA256 (xpi/firefox-i18n-32.0b8/zh-TW.xpi) = 4d6425ba14e66f449d727187131ed9acf274fa3df4b21d8ca8e0dad3442b4e44 -SIZE (xpi/firefox-i18n-32.0b8/zh-TW.xpi) = 415189 -SHA256 (xpi/firefox-i18n-32.0b8/zu.xpi) = 803c880475c9a0f08c33b8d30447e4ffac5f4c1238e3fc7388400a992a7f39de -SIZE (xpi/firefox-i18n-32.0b8/zu.xpi) = 436626 +SHA256 (xpi/firefox-i18n-32.0/ach.xpi) = 5023a9317648b013f8db0675094bb8cb7ba903ebe2d2065e23f267254601f4eb +SIZE (xpi/firefox-i18n-32.0/ach.xpi) = 431470 +SHA256 (xpi/firefox-i18n-32.0/af.xpi) = 827f1e46416dac95fdd76bbe2202f26d809628f520fced8d4dcc468600fb5123 +SIZE (xpi/firefox-i18n-32.0/af.xpi) = 434840 +SHA256 (xpi/firefox-i18n-32.0/an.xpi) = 1585f1ecf8748c32fee1fdfe258df412ba44541b62837929e330a1eeacf60fd4 +SIZE (xpi/firefox-i18n-32.0/an.xpi) = 409797 +SHA256 (xpi/firefox-i18n-32.0/ar.xpi) = 7e4cf7eb27b7c3797e8a07727648768caaa262cc5b6d59ef6d24692a3d40dbd5 +SIZE (xpi/firefox-i18n-32.0/ar.xpi) = 462438 +SHA256 (xpi/firefox-i18n-32.0/as.xpi) = 40c7f19610a076e89416aafb2c1ffabb7f47feafa270068404b240d51671d650 +SIZE (xpi/firefox-i18n-32.0/as.xpi) = 451612 +SHA256 (xpi/firefox-i18n-32.0/ast.xpi) = 023a67f4e995904d0f470feb7de005bfe9863117f382d9aabd7132a68c3b1a45 +SIZE (xpi/firefox-i18n-32.0/ast.xpi) = 348236 +SHA256 (xpi/firefox-i18n-32.0/be.xpi) = 12f34b45de295e58fbc87e4e8198000561aaffebb79932f59a9a6384e4230d93 +SIZE (xpi/firefox-i18n-32.0/be.xpi) = 383997 +SHA256 (xpi/firefox-i18n-32.0/bg.xpi) = 7b165251bacdfa180aa9dcbdc9beb9cfeda398521a9760696548dd53ac32d229 +SIZE (xpi/firefox-i18n-32.0/bg.xpi) = 441208 +SHA256 (xpi/firefox-i18n-32.0/bn-BD.xpi) = d9024f6a3be568481e8d3add6aa8f2cf821eb2285092143f1c82bf543c004ad1 +SIZE (xpi/firefox-i18n-32.0/bn-BD.xpi) = 476238 +SHA256 (xpi/firefox-i18n-32.0/bn-IN.xpi) = ed113ac17d8cd6f07b02d32d228e076594c0ad32f4ecc2d7ef67745896705162 +SIZE (xpi/firefox-i18n-32.0/bn-IN.xpi) = 465497 +SHA256 (xpi/firefox-i18n-32.0/br.xpi) = 87eb269a5f24f071dc84f3333c72edc3b9053d6442c8640f2eef40e1a7b9efab +SIZE (xpi/firefox-i18n-32.0/br.xpi) = 392149 +SHA256 (xpi/firefox-i18n-32.0/bs.xpi) = e1ccd5986817546ec39cc53bd0eb8b2b97fda201c9f2bc595e9fe20e8d1faadc +SIZE (xpi/firefox-i18n-32.0/bs.xpi) = 432986 +SHA256 (xpi/firefox-i18n-32.0/ca.xpi) = f99ec499f0e8b5a3deb6d75c1fc38ce6ff26e84ca4114c5bc761fbec635e8500 +SIZE (xpi/firefox-i18n-32.0/ca.xpi) = 406287 +SHA256 (xpi/firefox-i18n-32.0/cs.xpi) = b4ec9bf7bd8a0cae05c0b4a163278bdd7aa316700b163bfc86543a0c49c82939 +SIZE (xpi/firefox-i18n-32.0/cs.xpi) = 393842 +SHA256 (xpi/firefox-i18n-32.0/csb.xpi) = 51a3058a7c83fa4bee93799d484d3496e302876c0e8fc81d9a4e6eb2afb4f6ff +SIZE (xpi/firefox-i18n-32.0/csb.xpi) = 387642 +SHA256 (xpi/firefox-i18n-32.0/cy.xpi) = 2396a7289885763c377a780b5eab5a80b38726b9fd4f72723305a23431f39677 +SIZE (xpi/firefox-i18n-32.0/cy.xpi) = 393347 +SHA256 (xpi/firefox-i18n-32.0/da.xpi) = c4f789c5c3a7faacaa01ca500df38da3cdd3f42c326e343f8e5118a78837a147 +SIZE (xpi/firefox-i18n-32.0/da.xpi) = 400445 +SHA256 (xpi/firefox-i18n-32.0/de.xpi) = 95b7902c94d0622a1b57b9c90d60e5b36b4c93ab72c4cd773c63929f932a7443 +SIZE (xpi/firefox-i18n-32.0/de.xpi) = 398212 +SHA256 (xpi/firefox-i18n-32.0/el.xpi) = 5ef7977daa93e6861b9f83472d36a088001e7dc9d31db3d86d6e75dc7dd1da5b +SIZE (xpi/firefox-i18n-32.0/el.xpi) = 446648 +SHA256 (xpi/firefox-i18n-32.0/en-GB.xpi) = c60b108ad4e20c0a67d29b082b814281b8fb8156917b4d3becd7a3faa40223b2 +SIZE (xpi/firefox-i18n-32.0/en-GB.xpi) = 393085 +SHA256 (xpi/firefox-i18n-32.0/en-US.xpi) = a9391c779503cc2d39e727381dd391f63395e504bda4a2a883a2f887f798e0f7 +SIZE (xpi/firefox-i18n-32.0/en-US.xpi) = 425315 +SHA256 (xpi/firefox-i18n-32.0/en-ZA.xpi) = 061512c507e611d874b79eb5803a79c51eb5b6c4243d57eeda10fe61bdf88e35 +SIZE (xpi/firefox-i18n-32.0/en-ZA.xpi) = 392544 +SHA256 (xpi/firefox-i18n-32.0/eo.xpi) = 65d3c5d843f22d7ad48146502eee2602338d6a866a6d81f366f06f9278e399f1 +SIZE (xpi/firefox-i18n-32.0/eo.xpi) = 434541 +SHA256 (xpi/firefox-i18n-32.0/es-AR.xpi) = 5ca694681b550b9fbd36a6911f0601a3875b26efb7834e54bf5ec66778ebf699 +SIZE (xpi/firefox-i18n-32.0/es-AR.xpi) = 402542 +SHA256 (xpi/firefox-i18n-32.0/es-CL.xpi) = 75a8c54c713407974f4692e61bdd664e45995a40d9e8a0512b56ee8835dcbf18 +SIZE (xpi/firefox-i18n-32.0/es-CL.xpi) = 343840 +SHA256 (xpi/firefox-i18n-32.0/es-ES.xpi) = daab53616eb4a347aa4de4578e5c12103e47e94911f8e328b969ca79b704a15f +SIZE (xpi/firefox-i18n-32.0/es-ES.xpi) = 336662 +SHA256 (xpi/firefox-i18n-32.0/es-MX.xpi) = 58ff17e7269fa9ddf224f3d052b8fb0219cdb3db5254e139f5e4f35c888ce181 +SIZE (xpi/firefox-i18n-32.0/es-MX.xpi) = 405043 +SHA256 (xpi/firefox-i18n-32.0/et.xpi) = 70f7e9c358ac706b8b5fd0289ac43695dc8e64f1411db44658d52fa80368ecab +SIZE (xpi/firefox-i18n-32.0/et.xpi) = 393086 +SHA256 (xpi/firefox-i18n-32.0/eu.xpi) = d5ee620fd6b99dc6874186cd89cbae89fe4017740f2322381912c83a9750de35 +SIZE (xpi/firefox-i18n-32.0/eu.xpi) = 415532 +SHA256 (xpi/firefox-i18n-32.0/fa.xpi) = 07ef9e66c33e235aeb36012caa0b4fd012fa792db5f030ab235b755701c4f0c0 +SIZE (xpi/firefox-i18n-32.0/fa.xpi) = 464224 +SHA256 (xpi/firefox-i18n-32.0/ff.xpi) = 93d2a97de6946358bc93db75d5bbc5459414bf897ad10be8c1e68110f30169f0 +SIZE (xpi/firefox-i18n-32.0/ff.xpi) = 402690 +SHA256 (xpi/firefox-i18n-32.0/fi.xpi) = c6d47e247bcea2f0279115271d688cbfbcc55b2278614db998c7f146721f91c2 +SIZE (xpi/firefox-i18n-32.0/fi.xpi) = 395213 +SHA256 (xpi/firefox-i18n-32.0/fr.xpi) = fc9e07f2bb208bea356796d2522a765646ec3b8daedd199b33838bfb9c4f3a0b +SIZE (xpi/firefox-i18n-32.0/fr.xpi) = 409445 +SHA256 (xpi/firefox-i18n-32.0/fy-NL.xpi) = f9c768594b5a02797f01811624aec00328b3ed444cde1d281ff6a23c0adfd74a +SIZE (xpi/firefox-i18n-32.0/fy-NL.xpi) = 404325 +SHA256 (xpi/firefox-i18n-32.0/ga-IE.xpi) = d1da097a0cdbdd82f21a65f77d15f1c800820fcb741d7f3c66863cec053df9d8 +SIZE (xpi/firefox-i18n-32.0/ga-IE.xpi) = 414416 +SHA256 (xpi/firefox-i18n-32.0/gd.xpi) = 0fe57cea3843e7a6edf011fdd20ca334ed5a9f95dddbc4c4e777d75dacfbf415 +SIZE (xpi/firefox-i18n-32.0/gd.xpi) = 405357 +SHA256 (xpi/firefox-i18n-32.0/gl.xpi) = 00fdd9500d0457ab5e17ca0716be435d593cd03e1e741f11b98d0dd305eb466d +SIZE (xpi/firefox-i18n-32.0/gl.xpi) = 394205 +SHA256 (xpi/firefox-i18n-32.0/gu-IN.xpi) = 8024afa89e06efcfb24e8eb489f0ff929fbebc1612517100ffcbd3d8d03327cd +SIZE (xpi/firefox-i18n-32.0/gu-IN.xpi) = 428753 +SHA256 (xpi/firefox-i18n-32.0/he.xpi) = 74cdcf6b1c686e2415fc97799da174979c05f836ddae9989080793b00e404a28 +SIZE (xpi/firefox-i18n-32.0/he.xpi) = 431062 +SHA256 (xpi/firefox-i18n-32.0/hi-IN.xpi) = 4af382b2efb31e38b09ad4733d94d93260d681fd5da897e25cfe3f12ab119b3b +SIZE (xpi/firefox-i18n-32.0/hi-IN.xpi) = 444732 +SHA256 (xpi/firefox-i18n-32.0/hr.xpi) = 6c2d7cebc08277a422d68abb9c4a9b4d6c29b1ab46a537dc4ae9cd8066b8d5de +SIZE (xpi/firefox-i18n-32.0/hr.xpi) = 428929 +SHA256 (xpi/firefox-i18n-32.0/hsb.xpi) = 326c687c9db31c38040709e991eb7cc1965f22d5ea666ecb8c8d5278d89fecfa +SIZE (xpi/firefox-i18n-32.0/hsb.xpi) = 415886 +SHA256 (xpi/firefox-i18n-32.0/hu.xpi) = cfcaeab5b0ee42939954a2e776180f53cd683922a7d9bc1474c22332f3a30ad9 +SIZE (xpi/firefox-i18n-32.0/hu.xpi) = 401283 +SHA256 (xpi/firefox-i18n-32.0/hy-AM.xpi) = b55d7193430e084fdb563bfaaa9a516f9cbb2af00dac00535fedb44ab7d2055f +SIZE (xpi/firefox-i18n-32.0/hy-AM.xpi) = 481695 +SHA256 (xpi/firefox-i18n-32.0/id.xpi) = 9c9ed40f4d26739cb77cd3c617829ff362f4c49bd1c12890b1deedcdfe37fff4 +SIZE (xpi/firefox-i18n-32.0/id.xpi) = 380796 +SHA256 (xpi/firefox-i18n-32.0/is.xpi) = b4ab4b1e2dc911d82b2ca29295d605b90e471fae95a99df3ab794a9db186bb8b +SIZE (xpi/firefox-i18n-32.0/is.xpi) = 429949 +SHA256 (xpi/firefox-i18n-32.0/it.xpi) = 17d3bf11d97cc4434bd5df967e93e2a78dfd12642d6fcd235cb148c28cd91aac +SIZE (xpi/firefox-i18n-32.0/it.xpi) = 331763 +SHA256 (xpi/firefox-i18n-32.0/ja.xpi) = 0f2f80b72167bd17bf3bcf40c661115941516019010fa847f85fd50c04c02ad1 +SIZE (xpi/firefox-i18n-32.0/ja.xpi) = 424369 +SHA256 (xpi/firefox-i18n-32.0/kk.xpi) = dc723b2478ada1471518d8b1434b6c95a07a943ee80d915da8ef1c52e8dadc61 +SIZE (xpi/firefox-i18n-32.0/kk.xpi) = 441957 +SHA256 (xpi/firefox-i18n-32.0/km.xpi) = 29b89a357e5351a5473d22a88fed066eb26ec1eec14ca0e78c19a03d924953f8 +SIZE (xpi/firefox-i18n-32.0/km.xpi) = 509425 +SHA256 (xpi/firefox-i18n-32.0/kn.xpi) = 6090decc94ac3b06e5dd94f8c8a2d6c6091506bfee7c9876930c4a2233502fc6 +SIZE (xpi/firefox-i18n-32.0/kn.xpi) = 462120 +SHA256 (xpi/firefox-i18n-32.0/ko.xpi) = d912b96e5550d447c097d08188349e6eeafd9205c0a9ffd2873fe77c96fa302a +SIZE (xpi/firefox-i18n-32.0/ko.xpi) = 405907 +SHA256 (xpi/firefox-i18n-32.0/ku.xpi) = fb6254fe57e4af30ab217c92b1f1fbd4910469fa447c7e22e2451b90576d3913 +SIZE (xpi/firefox-i18n-32.0/ku.xpi) = 423733 +SHA256 (xpi/firefox-i18n-32.0/lij.xpi) = 4be3aa8a8447f5037e931d89c3a199fc59015ff9f3ef482720d70cdbc52eba78 +SIZE (xpi/firefox-i18n-32.0/lij.xpi) = 389871 +SHA256 (xpi/firefox-i18n-32.0/lt.xpi) = 5a74057461ee53c00845b7c8882bac6f3b7efc6856af5e468c11c876b02a75f3 +SIZE (xpi/firefox-i18n-32.0/lt.xpi) = 437859 +SHA256 (xpi/firefox-i18n-32.0/lv.xpi) = cf2202b78403506a9e255542d00838fcb928a4fbba2aee3d4662ddbc85441cb8 +SIZE (xpi/firefox-i18n-32.0/lv.xpi) = 400544 +SHA256 (xpi/firefox-i18n-32.0/mai.xpi) = 5776e62eab86e5088ff31eb4280b9d074deb164b2941202ffa71977798ac3af8 +SIZE (xpi/firefox-i18n-32.0/mai.xpi) = 448009 +SHA256 (xpi/firefox-i18n-32.0/mk.xpi) = 8923ce408dee9367201d6836186f2fcd02e9d7de6dc0fceecd51615b924c9933 +SIZE (xpi/firefox-i18n-32.0/mk.xpi) = 478848 +SHA256 (xpi/firefox-i18n-32.0/ml.xpi) = 4406bc3c132cbf1c2d25c0a8518e25bfca59c4ebf6e63d72692c92b06564f0e4 +SIZE (xpi/firefox-i18n-32.0/ml.xpi) = 469497 +SHA256 (xpi/firefox-i18n-32.0/mr.xpi) = 52bbd9392d6aa76312c39a4735c268268c77fa0a05a14c44bcada0db766869c7 +SIZE (xpi/firefox-i18n-32.0/mr.xpi) = 455571 +SHA256 (xpi/firefox-i18n-32.0/ms.xpi) = fb6ed7c8ca7d3b0176aa5acc81db9f07d351e358d8ba737dfe405972f3f37e9b +SIZE (xpi/firefox-i18n-32.0/ms.xpi) = 440607 +SHA256 (xpi/firefox-i18n-32.0/nb-NO.xpi) = 7a3b2ba5220a2cfd178bf4b89fd5fc0a71836c3f0882ae82a18a7167a49ba98d +SIZE (xpi/firefox-i18n-32.0/nb-NO.xpi) = 394447 +SHA256 (xpi/firefox-i18n-32.0/nl.xpi) = dc33a36e0a49abd3e8740c4d95a963e79c475f6d7bf970744526a949cb7de76a +SIZE (xpi/firefox-i18n-32.0/nl.xpi) = 393385 +SHA256 (xpi/firefox-i18n-32.0/nn-NO.xpi) = ca341fea5603a0872b13bed1414e84797a573f9cdf16b394c3964f5df7993e67 +SIZE (xpi/firefox-i18n-32.0/nn-NO.xpi) = 390703 +SHA256 (xpi/firefox-i18n-32.0/or.xpi) = 7888e7ed7f4988d039bbbbc87008faa7da4c58f95f0f846b20e13a24cff61840 +SIZE (xpi/firefox-i18n-32.0/or.xpi) = 467018 +SHA256 (xpi/firefox-i18n-32.0/pa-IN.xpi) = 0e14d2e22d1304ba7c46632c616f287d2bef20652eb0fe5950b8ba39f9f002ae +SIZE (xpi/firefox-i18n-32.0/pa-IN.xpi) = 440987 +SHA256 (xpi/firefox-i18n-32.0/pl.xpi) = 66b7700ea3827faef79170a6d45d9e2e37a7c8298e1a88d601cd0f0f6039a984 +SIZE (xpi/firefox-i18n-32.0/pl.xpi) = 374510 +SHA256 (xpi/firefox-i18n-32.0/pt-BR.xpi) = 550294eeb34fbd2408279892e42e2888ff67f1fb2264c42cfdd5d949b4a01d5f +SIZE (xpi/firefox-i18n-32.0/pt-BR.xpi) = 408156 +SHA256 (xpi/firefox-i18n-32.0/pt-PT.xpi) = 778a955dc2765d56b971e7ce2796ffaac034db73f81ac48acde8849be33ea1df +SIZE (xpi/firefox-i18n-32.0/pt-PT.xpi) = 388391 +SHA256 (xpi/firefox-i18n-32.0/rm.xpi) = decf7b326e579ccce5d40967758d9afe49d257a18da8101fca111331a1466ee3 +SIZE (xpi/firefox-i18n-32.0/rm.xpi) = 402944 +SHA256 (xpi/firefox-i18n-32.0/ro.xpi) = 090200ece781f000a52de7fe868cc5143c82a6015b424858ee3305ede8eae3dd +SIZE (xpi/firefox-i18n-32.0/ro.xpi) = 443781 +SHA256 (xpi/firefox-i18n-32.0/ru.xpi) = 629ef2f1568fa014799f75f1d9c8e6ad92c08216a9e92c77b9cd41d67ff9ed8d +SIZE (xpi/firefox-i18n-32.0/ru.xpi) = 368827 +SHA256 (xpi/firefox-i18n-32.0/si.xpi) = 8c4ffa4ecea95d7014b27d33a161e7b477118ea90789c316fd4386dc3c1026de +SIZE (xpi/firefox-i18n-32.0/si.xpi) = 464950 +SHA256 (xpi/firefox-i18n-32.0/sk.xpi) = 8f78241e328e99807103383694171ba4210a58589eeb8bb77a073d26d9c53a1d +SIZE (xpi/firefox-i18n-32.0/sk.xpi) = 416659 +SHA256 (xpi/firefox-i18n-32.0/sl.xpi) = 1f60c33a684db5dd437a40f9fba4d28fac38341e6f67fa309ac303dfca210bc2 +SIZE (xpi/firefox-i18n-32.0/sl.xpi) = 390283 +SHA256 (xpi/firefox-i18n-32.0/son.xpi) = 94a0b0813286160f12c680a5cef8c2219ed0f469a81b127699b19e532cc954d6 +SIZE (xpi/firefox-i18n-32.0/son.xpi) = 397407 +SHA256 (xpi/firefox-i18n-32.0/sq.xpi) = 185e3ccfdbc50d40b22e61d7f1b29f959ad85a32f2254218f8c64053ca7e1a36 +SIZE (xpi/firefox-i18n-32.0/sq.xpi) = 433977 +SHA256 (xpi/firefox-i18n-32.0/sr.xpi) = 227858f37d16c1f2df2007fb7a718b86a7d2bc7d7501812b792d626d9e19bf31 +SIZE (xpi/firefox-i18n-32.0/sr.xpi) = 428046 +SHA256 (xpi/firefox-i18n-32.0/sv-SE.xpi) = 2d8ad1763060a992e096174282f4b1d7ef9229d19f3707bc456ecdfe5786de1e +SIZE (xpi/firefox-i18n-32.0/sv-SE.xpi) = 401268 +SHA256 (xpi/firefox-i18n-32.0/ta.xpi) = 53895da8dcb8f35f814661968c81e3eb4fbad61165304e86c29ec5f97675e639 +SIZE (xpi/firefox-i18n-32.0/ta.xpi) = 450600 +SHA256 (xpi/firefox-i18n-32.0/te.xpi) = 54dfdd3a37aa7a1153909435a885da08066b13fd6c64eec7ae30652016ed0e6a +SIZE (xpi/firefox-i18n-32.0/te.xpi) = 466256 +SHA256 (xpi/firefox-i18n-32.0/th.xpi) = 8979f4c4bb4a1daee1b1b3ab8e473dfc41cd8ad9e0bca812073666b91fcaec8e +SIZE (xpi/firefox-i18n-32.0/th.xpi) = 481717 +SHA256 (xpi/firefox-i18n-32.0/tr.xpi) = df1532460c493fbe42154c9359294aaf614d61e28d30dfb9c37a56e3ea738916 +SIZE (xpi/firefox-i18n-32.0/tr.xpi) = 420124 +SHA256 (xpi/firefox-i18n-32.0/uk.xpi) = 9ea6d0fa6b2b73f69be73e10161beb6d26cb0f63c4d8bfe0f0f1c2c2d53fb11e +SIZE (xpi/firefox-i18n-32.0/uk.xpi) = 432599 +SHA256 (xpi/firefox-i18n-32.0/vi.xpi) = 2b255f7653581a980d7ab8d6218512ce320cedbaf23fea9ac0020c15f612a932 +SIZE (xpi/firefox-i18n-32.0/vi.xpi) = 415400 +SHA256 (xpi/firefox-i18n-32.0/xh.xpi) = 9347d28803f99f3c7eefca86bcafb4c086d20ffd1b4d5da566ee1b6d06012648 +SIZE (xpi/firefox-i18n-32.0/xh.xpi) = 401581 +SHA256 (xpi/firefox-i18n-32.0/zh-CN.xpi) = dbdb7dda426a1cb779a9c8993a970cc6df03568a8a7c288dfee5ecbc20b454d2 +SIZE (xpi/firefox-i18n-32.0/zh-CN.xpi) = 422369 +SHA256 (xpi/firefox-i18n-32.0/zh-TW.xpi) = 8c9b4791502ba851f2ffdff15ab02fd749f2b9b4031d8b3724968155f18d2d25 +SIZE (xpi/firefox-i18n-32.0/zh-TW.xpi) = 415185 +SHA256 (xpi/firefox-i18n-32.0/zu.xpi) = 30848eba0bf38c963c79ea1571e2854727b7636e92eaf5ab69e95174bf483082 +SIZE (xpi/firefox-i18n-32.0/zu.xpi) = 436623 Modified: trunk/www/firefox-nightly/Makefile ============================================================================== --- trunk/www/firefox-nightly/Makefile Sun Aug 24 10:21:00 2014 (r1669) +++ trunk/www/firefox-nightly/Makefile Tue Aug 26 13:06:05 2014 (r1670) @@ -16,7 +16,7 @@ FETCH_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ - sqlite3>=3.8.5:${PORTSDIR}/databases/sqlite3 \ + sqlite3>=3.8.6:${PORTSDIR}/databases/sqlite3 \ nss>=3.17:${PORTSDIR}/security/nss \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ Modified: trunk/www/firefox-nightly/Makefile.hgrev ============================================================================== --- trunk/www/firefox-nightly/Makefile.hgrev Sun Aug 24 10:21:00 2014 (r1669) +++ trunk/www/firefox-nightly/Makefile.hgrev Tue Aug 26 13:06:05 2014 (r1670) @@ -1 +1 @@ -HGREV= 201221:c0c9b96b43d6 +HGREV= 201565:b8a962a66a80 Modified: trunk/www/firefox-nightly/distinfo ============================================================================== --- trunk/www/firefox-nightly/distinfo Sun Aug 24 10:21:00 2014 (r1669) +++ trunk/www/firefox-nightly/distinfo Tue Aug 26 13:06:05 2014 (r1670) @@ -1,2 +1,2 @@ -SHA256 (firefox-nightly/c0c9b96b43d6.tar.bz2) = fabd2b652219277a14c24385fd20e52d8513ed1ffdb155374fdc1c90083278cd -SIZE (firefox-nightly/c0c9b96b43d6.tar.bz2) = 156073499 +SHA256 (firefox-nightly/b8a962a66a80.tar.bz2) = 6751ddb3be0c71dbc2df0015931c2c6d295c159aa59b8dab6b5d879bf55eaf90 +SIZE (firefox-nightly/b8a962a66a80.tar.bz2) = 155744880 Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Sun Aug 24 10:21:00 2014 (r1669) +++ trunk/www/firefox/Makefile Tue Aug 26 13:06:05 2014 (r1670) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox/Makefile 362796 2014-07-24 13:32:58Z bapt $ PORTNAME= firefox -DISTVERSION= 32.0b8 +DISTVERSION= 32.0 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ @@ -57,7 +57,7 @@ .include "${.CURDIR}/../../www/firefox/Makefile.options" .include -WRKSRC:= ${WRKDIR}/mozilla-beta +WRKSRC:= ${WRKDIR}/mozilla-release # avoid clang 3.2/3.3 crash in js/src/jsgc.cpp on refillFreeList<(js::AllowGC)1> # http://svnweb.freebsd.org/changeset/base/255804 Modified: trunk/www/firefox/distinfo ============================================================================== --- trunk/www/firefox/distinfo Sun Aug 24 10:21:00 2014 (r1669) +++ trunk/www/firefox/distinfo Tue Aug 26 13:06:05 2014 (r1670) @@ -1,2 +1,2 @@ -SHA256 (firefox-32.0b8.source.tar.bz2) = fb839a246e3dbf6ccf1187261a71a8a564ccc679fd1752f2c4c28ecc88b1c855 -SIZE (firefox-32.0b8.source.tar.bz2) = 150223260 +SHA256 (firefox-32.0.source.tar.bz2) = 3265971e15809ab904403b474fa9eccf15f34697deb16fc400c5c3684afd50eb +SIZE (firefox-32.0.source.tar.bz2) = 149914070 Modified: trunk/www/linux-firefox/Makefile ============================================================================== --- trunk/www/linux-firefox/Makefile Sun Aug 24 10:21:00 2014 (r1669) +++ trunk/www/linux-firefox/Makefile Tue Aug 26 13:06:05 2014 (r1670) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/linux-firefox/Makefile 357413 2014-06-11 03:42:55Z beat $ PORTNAME= firefox -DISTVERSION= 32.0b8 +DISTVERSION= 32.0 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US Modified: trunk/www/linux-firefox/distinfo ============================================================================== --- trunk/www/linux-firefox/distinfo Sun Aug 24 10:21:00 2014 (r1669) +++ trunk/www/linux-firefox/distinfo Tue Aug 26 13:06:05 2014 (r1670) @@ -1,5 +1,5 @@ -SHA256 (firefox-32.0b8.tar.bz2) = e2ea5df44fb6291ac643f1f70e9a8dee47f9d216cf96dea4831fe243215f7a8e -SIZE (firefox-32.0b8.tar.bz2) = 42232466 +SHA256 (firefox-32.0.tar.bz2) = 1a6d8fe7cf0df7ccee2047c2031da4b8f0ef8271d6413e0c7bc87bf208c8af90 +SIZE (firefox-32.0.tar.bz2) = 42250989 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-freebsd-gecko@FreeBSD.ORG Tue Aug 26 13:53:47 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E1F1B39 for ; Tue, 26 Aug 2014 13:53:47 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 330A8399E for ; Tue, 26 Aug 2014 13:53:46 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s7QDrjkv006212 for ; Tue, 26 Aug 2014 13:53:45 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s7QDrdMg005700 for freebsd-gecko@freebsd.org; Tue, 26 Aug 2014 13:53:40 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 26 Aug 2014 13:53:40 GMT Message-Id: <201408261353.s7QDrdMg005700@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1671 - trunk/www/libxul MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2014 13:53:47 -0000 Author: jbeich Date: Tue Aug 26 13:53:39 2014 New Revision: 1671 Log: update Modified: trunk/www/libxul/Makefile trunk/www/libxul/distinfo Modified: trunk/www/libxul/Makefile ============================================================================== --- trunk/www/libxul/Makefile Tue Aug 26 13:06:05 2014 (r1670) +++ trunk/www/libxul/Makefile Tue Aug 26 13:53:39 2014 (r1671) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/libxul/Makefile 359586 2014-06-27 17:21:06Z miwi $ PORTNAME= libxul -DISTVERSION= 31.0 +DISTVERSION= 31.1.0 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source DISTNAME= firefox-${DISTVERSION}esr.source Modified: trunk/www/libxul/distinfo ============================================================================== --- trunk/www/libxul/distinfo Tue Aug 26 13:06:05 2014 (r1670) +++ trunk/www/libxul/distinfo Tue Aug 26 13:53:39 2014 (r1671) @@ -1,2 +1,2 @@ -SHA256 (firefox-31.0esr.source.tar.bz2) = 527bf0da6577c8029a05b120afbd06d4d79dca527ffde108752b396ace7d8ea8 -SIZE (firefox-31.0esr.source.tar.bz2) = 147849853 +SHA256 (firefox-31.1.0esr.source.tar.bz2) = 209c2666757c8ffeb9b8139f24a5bfda65fd52c78ce61e300e3547624bc42a7e +SIZE (firefox-31.1.0esr.source.tar.bz2) = 147741041 From owner-freebsd-gecko@FreeBSD.ORG Wed Aug 27 10:59:10 2014 Return-Path: Delivered-To: freebsd-gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD43A696 for ; Wed, 27 Aug 2014 10:59:10 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 943C3315C for ; Wed, 27 Aug 2014 10:59:10 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7RAxA23018525 for ; Wed, 27 Aug 2014 10:59:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-gecko@FreeBSD.org Subject: [Bug 192457] [patch] security/nss, security/ca_root_nss: update to 3.16.4 Date: Wed, 27 Aug 2014 10:59:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: Timeout X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 10:59:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192457 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch Ready |Timeout Resolution|--- |Overcome By Events --- Comment #9 from Jan Beich --- nss-3.17 to be merged with firefox 32.0 update next week. One can test release candidates in gecko@ repo in the meantime. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Wed Aug 27 17:31:31 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8AE7FEB for ; Wed, 27 Aug 2014 17:31:31 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04B8E31F8 for ; Wed, 27 Aug 2014 17:31:30 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s7RHVMoX072965 for ; Wed, 27 Aug 2014 17:31:22 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s7RHVGA1072266 for freebsd-gecko@freebsd.org; Wed, 27 Aug 2014 17:31:16 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Wed, 27 Aug 2014 17:31:16 GMT Message-Id: <201408271731.s7RHVGA1072266@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1672 - in trunk/www: firefox-nightly/files firefox/files seamonkey/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 17:31:31 -0000 Author: jbeich Date: Wed Aug 27 17:31:16 2014 New Revision: 1672 Log: unbreak build on 8.x (similar to boost getchar issue) Added: trunk/www/firefox-nightly/files/patch-media-libstagefright-foundation-AString.cpp trunk/www/firefox/files/patch-media-libstagefright-foundation-AString.cpp trunk/www/seamonkey/files/patch-mozilla-media-libstagefright-foundation-AString.cpp Added: trunk/www/firefox-nightly/files/patch-media-libstagefright-foundation-AString.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox-nightly/files/patch-media-libstagefright-foundation-AString.cpp Wed Aug 27 17:31:16 2014 (r1672) @@ -0,0 +1,16 @@ +--- media/libstagefright/frameworks/av/media/libstagefright/foundation/AString.cpp~ ++++ media/libstagefright/frameworks/av/media/libstagefright/foundation/AString.cpp +@@ -23,6 +23,13 @@ + #include "ADebug.h" + #include "AString.h" + ++#ifdef __FreeBSD__ ++# include ++# if __FreeBSD_version < 900506 ++# undef tolower ++# endif ++#endif ++ + namespace stagefright { + + // static Added: trunk/www/firefox/files/patch-media-libstagefright-foundation-AString.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox/files/patch-media-libstagefright-foundation-AString.cpp Wed Aug 27 17:31:16 2014 (r1672) @@ -0,0 +1,16 @@ +--- media/libstagefright/frameworks/av/media/libstagefright/foundation/AString.cpp~ ++++ media/libstagefright/frameworks/av/media/libstagefright/foundation/AString.cpp +@@ -23,6 +23,13 @@ + #include "ADebug.h" + #include "AString.h" + ++#ifdef __FreeBSD__ ++# include ++# if __FreeBSD_version < 900506 ++# undef tolower ++# endif ++#endif ++ + namespace stagefright { + + // static Added: trunk/www/seamonkey/files/patch-mozilla-media-libstagefright-foundation-AString.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/seamonkey/files/patch-mozilla-media-libstagefright-foundation-AString.cpp Wed Aug 27 17:31:16 2014 (r1672) @@ -0,0 +1,16 @@ +--- mozilla/media/libstagefright/frameworks/av/media/libstagefright/foundation/AString.cpp~ ++++ mozilla/media/libstagefright/frameworks/av/media/libstagefright/foundation/AString.cpp +@@ -23,6 +23,13 @@ + #include "ADebug.h" + #include "AString.h" + ++#ifdef __FreeBSD__ ++# include ++# if __FreeBSD_version < 900506 ++# undef tolower ++# endif ++#endif ++ + namespace stagefright { + + // static From owner-freebsd-gecko@FreeBSD.ORG Thu Aug 28 11:03:55 2014 Return-Path: Delivered-To: freebsd-gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8D2582E for ; Thu, 28 Aug 2014 11:03:55 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9FB8C12DF for ; Thu, 28 Aug 2014 11:03:55 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7SB3t7N005652 for ; Thu, 28 Aug 2014 11:03:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-gecko@FreeBSD.org Subject: [Bug 191649] www/seamonkey doesn't provide a desktop menu entry anymore Date: Thu, 28 Aug 2014 11:03:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 11:03:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191649 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Issue Resolved Resolution|--- |FIXED --- Comment #6 from John Marino --- Let's assume it's fixed. Francois can reopen if it's not (we're tracking at dports github too) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Thu Aug 28 20:13:59 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ABB2C8BB for ; Thu, 28 Aug 2014 20:13:59 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9394A1B2E for ; Thu, 28 Aug 2014 20:13:59 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7SKDxQr015960 for ; Thu, 28 Aug 2014 20:13:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 192773] [PATCH] Add ARM support for devel/nspr Date: Thu, 28 Aug 2014 20:13:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Patch Ready X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 20:13:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192773 --- Comment #6 from commit-hook@freebsd.org --- A commit references this bug: Author: sbruno Date: Thu Aug 28 20:13:24 UTC 2014 New revision: 366453 URL: http://svnweb.freebsd.org/changeset/ports/366453 Log: Add needed ARM arch definitions to build natively on ARM. Upstream commit: https://hg.mozilla.org/projects/nspr/rev/1fb699490ea7 Phabric: https://reviews.freebsd.org/D617 PR: 192773 Reviewed by: Jan Beich Approved by: bapt Changes: head/devel/nspr/Makefile head/devel/nspr/files/patch-bug782113 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Thu Aug 28 20:15:20 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 501EF8FC for ; Thu, 28 Aug 2014 20:15:20 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 384E31B52 for ; Thu, 28 Aug 2014 20:15:20 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7SKFKoR017072 for ; Thu, 28 Aug 2014 20:15:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 192773] [PATCH] Add ARM support for devel/nspr Date: Thu, 28 Aug 2014 20:15:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 20:15:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192773 Sean Bruno changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch Ready |Issue Resolved Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-gecko@FreeBSD.ORG Fri Aug 29 20:54:03 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 25421EB6 for ; Fri, 29 Aug 2014 20:54:03 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 421D01785 for ; Fri, 29 Aug 2014 20:54:01 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s7TKrqCn013147 for ; Fri, 29 Aug 2014 20:53:52 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s7TKrlj4010047 for freebsd-gecko@freebsd.org; Fri, 29 Aug 2014 20:53:47 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 29 Aug 2014 20:53:47 GMT Message-Id: <201408292053.s7TKrlj4010047@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1673 - in trunk: mail/linux-thunderbird mail/thunderbird mail/thunderbird-i18n multimedia/openh264 www/firefox-nightly www/linux-seamonkey www/seamonkey www/seamonkey-i18n MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2014 20:54:03 -0000 Author: jbeich Date: Fri Aug 29 20:53:47 2014 New Revision: 1673 Log: update Modified: trunk/mail/linux-thunderbird/Makefile trunk/mail/linux-thunderbird/distinfo trunk/mail/thunderbird-i18n/Makefile trunk/mail/thunderbird-i18n/distinfo trunk/mail/thunderbird/Makefile trunk/mail/thunderbird/distinfo trunk/multimedia/openh264/Makefile trunk/multimedia/openh264/distinfo trunk/www/firefox-nightly/Makefile.hgrev trunk/www/firefox-nightly/distinfo trunk/www/linux-seamonkey/Makefile trunk/www/linux-seamonkey/Makefile.common trunk/www/linux-seamonkey/distinfo trunk/www/seamonkey-i18n/Makefile trunk/www/seamonkey-i18n/distinfo trunk/www/seamonkey/Makefile trunk/www/seamonkey/distinfo Modified: trunk/mail/linux-thunderbird/Makefile ============================================================================== --- trunk/mail/linux-thunderbird/Makefile Wed Aug 27 17:31:16 2014 (r1672) +++ trunk/mail/linux-thunderbird/Makefile Fri Aug 29 20:53:47 2014 (r1673) @@ -2,7 +2,7 @@ # $FreeBSD: head/mail/linux-thunderbird/Makefile 357413 2014-06-11 03:42:55Z beat $ PORTNAME= thunderbird -DISTVERSION= 31.0 +DISTVERSION= 31.1.0 CATEGORIES= mail news net-im ipv6 DISTNAME= ${PORTNAME}-${DISTVERSION} MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US Modified: trunk/mail/linux-thunderbird/distinfo ============================================================================== --- trunk/mail/linux-thunderbird/distinfo Wed Aug 27 17:31:16 2014 (r1672) +++ trunk/mail/linux-thunderbird/distinfo Fri Aug 29 20:53:47 2014 (r1673) @@ -1,5 +1,5 @@ -SHA256 (thunderbird-31.0.tar.bz2) = ee93df33057576bd55bc80b71aeec7c6f487028f0fe52f679614811be5c71bae -SIZE (thunderbird-31.0.tar.bz2) = 33504321 +SHA256 (thunderbird-31.1.0.tar.bz2) = 234a6e0909880e7114e119e3fec34459652b43b51b307ae1f6e1a14d5f0dbdfc +SIZE (thunderbird-31.1.0.tar.bz2) = 33438760 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: trunk/mail/thunderbird-i18n/Makefile ============================================================================== --- trunk/mail/thunderbird-i18n/Makefile Wed Aug 27 17:31:16 2014 (r1672) +++ trunk/mail/thunderbird-i18n/Makefile Fri Aug 29 20:53:47 2014 (r1673) @@ -2,7 +2,7 @@ # $FreeBSD: head/mail/thunderbird-i18n/Makefile 357413 2014-06-11 03:42:55Z beat $ PORTNAME= thunderbird-i18n -PORTVERSION= 31.0 +PORTVERSION= 31.1.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= Modified: trunk/mail/thunderbird-i18n/distinfo ============================================================================== --- trunk/mail/thunderbird-i18n/distinfo Wed Aug 27 17:31:16 2014 (r1672) +++ trunk/mail/thunderbird-i18n/distinfo Fri Aug 29 20:53:47 2014 (r1673) @@ -1,110 +1,110 @@ -SHA256 (xpi/thunderbird-i18n-31.0/ar.xpi) = 81314f4c47393b18c90f4ca64e71747dfc8005e72feb7b4f6c43f87fb7319521 -SIZE (xpi/thunderbird-i18n-31.0/ar.xpi) = 472809 -SHA256 (xpi/thunderbird-i18n-31.0/ast.xpi) = 3a78c9011c7c9e380ae05553b6fb30c4c8235a9910e979f8b7925cda9e036037 -SIZE (xpi/thunderbird-i18n-31.0/ast.xpi) = 393046 -SHA256 (xpi/thunderbird-i18n-31.0/be.xpi) = 40e22baac6e6714a63830bfc83d5652b9b671090d3296736e2dcd917a1f0ceaf -SIZE (xpi/thunderbird-i18n-31.0/be.xpi) = 427485 -SHA256 (xpi/thunderbird-i18n-31.0/bg.xpi) = c74870d38573d783c47a2ed25cbf9bffe32a0ab389790cde98ce621154d55086 -SIZE (xpi/thunderbird-i18n-31.0/bg.xpi) = 493731 -SHA256 (xpi/thunderbird-i18n-31.0/bn-BD.xpi) = d8e6ff465fab861b49fb1828983b85d9f5dedd93c38dc7f74a62fc8977fe17a1 -SIZE (xpi/thunderbird-i18n-31.0/bn-BD.xpi) = 555610 -SHA256 (xpi/thunderbird-i18n-31.0/br.xpi) = 20fa4c71abf89888ff19ad87dc97c39f93c395f34690b3714ac38014be221cdd -SIZE (xpi/thunderbird-i18n-31.0/br.xpi) = 441442 -SHA256 (xpi/thunderbird-i18n-31.0/ca.xpi) = 340b8029f83554beca5256296b0715f569b4ac8f00dde62ba25013bbcd672b13 -SIZE (xpi/thunderbird-i18n-31.0/ca.xpi) = 441711 -SHA256 (xpi/thunderbird-i18n-31.0/cs.xpi) = 5abfb0e1dd0d1b2344373044147ab8211342ec14385280b6d6d66db4cbb5e0a9 -SIZE (xpi/thunderbird-i18n-31.0/cs.xpi) = 444698 -SHA256 (xpi/thunderbird-i18n-31.0/da.xpi) = 412cab5c29ee7cd39f3620fcfce05c6753e6c0c6ce7761d8512ecf19d54a04a5 -SIZE (xpi/thunderbird-i18n-31.0/da.xpi) = 422049 -SHA256 (xpi/thunderbird-i18n-31.0/de.xpi) = e76186c43cbb0965f049bdf4770319d5e7595527a76bf2a0683d5c9bd01ac559 -SIZE (xpi/thunderbird-i18n-31.0/de.xpi) = 424663 -SHA256 (xpi/thunderbird-i18n-31.0/el.xpi) = b6f36094ed24b347eaaa4584f4d1459896a17cf1332713c8a7ef9fe44d63f056 -SIZE (xpi/thunderbird-i18n-31.0/el.xpi) = 484852 -SHA256 (xpi/thunderbird-i18n-31.0/en-GB.xpi) = 30db7504cde1359f4e940cee846481e713d6a66442baab9aa6e30287c52f54bf -SIZE (xpi/thunderbird-i18n-31.0/en-GB.xpi) = 412513 -SHA256 (xpi/thunderbird-i18n-31.0/en-US.xpi) = 89da465c642d4d1aa6ada8b45333cfa2b01d39be2a83904b77c468cfdc351a46 -SIZE (xpi/thunderbird-i18n-31.0/en-US.xpi) = 413657 -SHA256 (xpi/thunderbird-i18n-31.0/es-AR.xpi) = 6467b60b34d140671737d1af81b88d18b09e427374a73c73daf95f59280af6e9 -SIZE (xpi/thunderbird-i18n-31.0/es-AR.xpi) = 438528 -SHA256 (xpi/thunderbird-i18n-31.0/es-ES.xpi) = 58707f9abfdb36f72b09c78c4469047d7ce43ac538b529d77141fd27b31a8b68 -SIZE (xpi/thunderbird-i18n-31.0/es-ES.xpi) = 374978 -SHA256 (xpi/thunderbird-i18n-31.0/et.xpi) = d1ed0b990d44be0317f150037a115b2652397ac0ca428a92972cfd0f6c0b213a -SIZE (xpi/thunderbird-i18n-31.0/et.xpi) = 434361 -SHA256 (xpi/thunderbird-i18n-31.0/eu.xpi) = 8a569452945478c8ea436f24ca2d0b0067476094e3d83275f7cafce3dc61e551 -SIZE (xpi/thunderbird-i18n-31.0/eu.xpi) = 431446 -SHA256 (xpi/thunderbird-i18n-31.0/fi.xpi) = 847ab3e6bf668fb27a5b56c248ac506602ddb27054692956ccbfc857aa341358 -SIZE (xpi/thunderbird-i18n-31.0/fi.xpi) = 435630 -SHA256 (xpi/thunderbird-i18n-31.0/fr.xpi) = b6a8df2e7ddd74e4b115c8a507a8b09b79aa721537d77c44cac83b7b053505d7 -SIZE (xpi/thunderbird-i18n-31.0/fr.xpi) = 444141 -SHA256 (xpi/thunderbird-i18n-31.0/fy-NL.xpi) = 67430b6113dc2fa2606009f92580fb727d2827116d759cfb75fe3ae0587a249d -SIZE (xpi/thunderbird-i18n-31.0/fy-NL.xpi) = 438542 -SHA256 (xpi/thunderbird-i18n-31.0/ga-IE.xpi) = 711efc1e1da56ef0c9e096f8fa1ce47715dd49b9b76b2f13a686b32e55dbc4a1 -SIZE (xpi/thunderbird-i18n-31.0/ga-IE.xpi) = 449359 -SHA256 (xpi/thunderbird-i18n-31.0/gd.xpi) = c375218c658607c40d27593ec75b83f937b361a3d8634557e1772abe32723aee -SIZE (xpi/thunderbird-i18n-31.0/gd.xpi) = 453169 -SHA256 (xpi/thunderbird-i18n-31.0/gl.xpi) = efadaea55ac283c60f2092e9510c02aece8c9447830f0a648fe1afb2aa008815 -SIZE (xpi/thunderbird-i18n-31.0/gl.xpi) = 446785 -SHA256 (xpi/thunderbird-i18n-31.0/he.xpi) = 55cb02490acbbd34eebdbe05b5db90972c6c870d7c8bd18b2528d4ed2140a9dc -SIZE (xpi/thunderbird-i18n-31.0/he.xpi) = 476108 -SHA256 (xpi/thunderbird-i18n-31.0/hr.xpi) = adc70cf28f04e0412b98705c457efb2001c1929494c1248c2237b51fac5073ab -SIZE (xpi/thunderbird-i18n-31.0/hr.xpi) = 436977 -SHA256 (xpi/thunderbird-i18n-31.0/hu.xpi) = b82ed4a17349aaddb6298ec2152538f8ebf89642c222eb5bd8ba52fa0aa6c295 -SIZE (xpi/thunderbird-i18n-31.0/hu.xpi) = 454540 -SHA256 (xpi/thunderbird-i18n-31.0/hy-AM.xpi) = 87b39a9b72a892ce0825ca039b7b34c901ee48a0b8206fa6e64d5caefe182888 -SIZE (xpi/thunderbird-i18n-31.0/hy-AM.xpi) = 492763 -SHA256 (xpi/thunderbird-i18n-31.0/id.xpi) = 1409390f3ab8b3340ed1497fe38033f936fb35fcb99502f626d0da34a4bf6261 -SIZE (xpi/thunderbird-i18n-31.0/id.xpi) = 475874 -SHA256 (xpi/thunderbird-i18n-31.0/is.xpi) = c5bc5957acf8129ffde9ba0fb262ed7c2feddf88c97c1cc8bf49619ecce5dfff -SIZE (xpi/thunderbird-i18n-31.0/is.xpi) = 437957 -SHA256 (xpi/thunderbird-i18n-31.0/it.xpi) = da5517cd37c21ec73d423a3b4efffe2ee587eb6a1ae1e3f05d2f539d2debc2c7 -SIZE (xpi/thunderbird-i18n-31.0/it.xpi) = 367999 -SHA256 (xpi/thunderbird-i18n-31.0/ja.xpi) = 7f4e51b28a6fe1164da52d0efa16f30db29f92a27f4babc09434b0cb6ca57074 -SIZE (xpi/thunderbird-i18n-31.0/ja.xpi) = 489264 -SHA256 (xpi/thunderbird-i18n-31.0/ko.xpi) = bb770426c776fc076655049c60f24b6e0dc797b04412172739b540e907058496 -SIZE (xpi/thunderbird-i18n-31.0/ko.xpi) = 448916 -SHA256 (xpi/thunderbird-i18n-31.0/lt.xpi) = 34227eeb66f796aeb7b0c55b17fb9705fdfabca9329bf063143f8eb0b836d9c3 -SIZE (xpi/thunderbird-i18n-31.0/lt.xpi) = 457810 -SHA256 (xpi/thunderbird-i18n-31.0/nb-NO.xpi) = d07c357b09adee7477b27720b22ba2840dafce8b10f3909968863e08d5c70043 -SIZE (xpi/thunderbird-i18n-31.0/nb-NO.xpi) = 430939 -SHA256 (xpi/thunderbird-i18n-31.0/nl.xpi) = 2094c7577c4e885f0c030d972947d2ccc3abcac9fcd2f927fc8541b567c8a35d -SIZE (xpi/thunderbird-i18n-31.0/nl.xpi) = 431885 -SHA256 (xpi/thunderbird-i18n-31.0/nn-NO.xpi) = a35351f6a85807f90fd7c7a93978cd9d78e3c5bdd007d4f06974e457768b7177 -SIZE (xpi/thunderbird-i18n-31.0/nn-NO.xpi) = 433195 -SHA256 (xpi/thunderbird-i18n-31.0/pa-IN.xpi) = ce41c104128925d1b03cd2897997686e1f18d79a53fa4f83a401f413526abcfa -SIZE (xpi/thunderbird-i18n-31.0/pa-IN.xpi) = 525320 -SHA256 (xpi/thunderbird-i18n-31.0/pl.xpi) = 9d12eec1c898e7f20f40134f6bffac186de015f39a3bf9e8bb3e6d3daca11af7 -SIZE (xpi/thunderbird-i18n-31.0/pl.xpi) = 410870 -SHA256 (xpi/thunderbird-i18n-31.0/pt-BR.xpi) = a678b187ac24ca1cabae53d064e5d748aa00a25ffbcb4c0b489449678561f1a9 -SIZE (xpi/thunderbird-i18n-31.0/pt-BR.xpi) = 450473 -SHA256 (xpi/thunderbird-i18n-31.0/pt-PT.xpi) = 61a1bc548da0e54f11b8bc5eb4440a2f62ca5a6d81e52f488c66588b87247c39 -SIZE (xpi/thunderbird-i18n-31.0/pt-PT.xpi) = 439601 -SHA256 (xpi/thunderbird-i18n-31.0/rm.xpi) = 6522ed5a7524a265b9b8d94c3cd7883b1eb69ace23b4844c6fda2649c92beee2 -SIZE (xpi/thunderbird-i18n-31.0/rm.xpi) = 439183 -SHA256 (xpi/thunderbird-i18n-31.0/ro.xpi) = 98edaf17dc690403a8dc3666e0949a3c2737f5855a81f19fb241078a8ee044be -SIZE (xpi/thunderbird-i18n-31.0/ro.xpi) = 479744 -SHA256 (xpi/thunderbird-i18n-31.0/ru.xpi) = 3e12ee986ee7e69d44253a3ad93cc3776d3b03700100bcda14c357037139bcd6 -SIZE (xpi/thunderbird-i18n-31.0/ru.xpi) = 436153 -SHA256 (xpi/thunderbird-i18n-31.0/si.xpi) = 39845364164e805b9c9d4c1afa887419216842ac04cf9e0d9447cb0af0db0637 -SIZE (xpi/thunderbird-i18n-31.0/si.xpi) = 528810 -SHA256 (xpi/thunderbird-i18n-31.0/sk.xpi) = 390e494377e4c315941ac2650581ed7aa10afb62f65ac7080b8a3a367d758643 -SIZE (xpi/thunderbird-i18n-31.0/sk.xpi) = 452993 -SHA256 (xpi/thunderbird-i18n-31.0/sl.xpi) = 6bf7e8172f6532e44799517db99c7d2db29c7653dee8990fee4ac8a4c9b4bf6e -SIZE (xpi/thunderbird-i18n-31.0/sl.xpi) = 433872 -SHA256 (xpi/thunderbird-i18n-31.0/sq.xpi) = 6d838ccf9ad458445724d7daafbe5a119405e00fc3b83ef369b911471fad18d0 -SIZE (xpi/thunderbird-i18n-31.0/sq.xpi) = 454692 -SHA256 (xpi/thunderbird-i18n-31.0/sr.xpi) = 7f3a9254300fc2484014d7337d6a776063cc6eb18fbedd18b918b9c65ab6b0ab -SIZE (xpi/thunderbird-i18n-31.0/sr.xpi) = 537332 -SHA256 (xpi/thunderbird-i18n-31.0/sv-SE.xpi) = 00ca227318e586b8f0a821957358bc3f4e82dd835d9ebc8d4b6cb7951997fff6 -SIZE (xpi/thunderbird-i18n-31.0/sv-SE.xpi) = 436103 -SHA256 (xpi/thunderbird-i18n-31.0/ta-LK.xpi) = 25ecd571f6d36a210e7618f7a4b9080deebd0a23e4f67afaaea011d7f0106dc1 -SIZE (xpi/thunderbird-i18n-31.0/ta-LK.xpi) = 553506 -SHA256 (xpi/thunderbird-i18n-31.0/tr.xpi) = 41cb40d4080284e96239ff4a994d70dacfa4666b80b2500303a6cb8eb704e952 -SIZE (xpi/thunderbird-i18n-31.0/tr.xpi) = 457357 -SHA256 (xpi/thunderbird-i18n-31.0/uk.xpi) = 474c20ee148f732663b53164990934013b3c2620a26d3e9d320c28f83f8f2de9 -SIZE (xpi/thunderbird-i18n-31.0/uk.xpi) = 499654 -SHA256 (xpi/thunderbird-i18n-31.0/vi.xpi) = 36996d67d9c5f8948f0fae1373c559bb60afbe571865c874a5eeba0a82383ac3 -SIZE (xpi/thunderbird-i18n-31.0/vi.xpi) = 513833 -SHA256 (xpi/thunderbird-i18n-31.0/zh-CN.xpi) = 01310efee05f441f74f3d721bfdb24e94880fe450adf26689dedc31ee6483837 -SIZE (xpi/thunderbird-i18n-31.0/zh-CN.xpi) = 462666 -SHA256 (xpi/thunderbird-i18n-31.0/zh-TW.xpi) = e4b4b6d6b97cd77c6f3395c863042c390b1fa36a2fe012e77dfd5f7e3ddedd15 -SIZE (xpi/thunderbird-i18n-31.0/zh-TW.xpi) = 463406 +SHA256 (xpi/thunderbird-i18n-31.1.0/ar.xpi) = 3bdd4b046604dd43b2d29cf51045e2d37f77dcbf6f8f80072c9dbc41582a4229 +SIZE (xpi/thunderbird-i18n-31.1.0/ar.xpi) = 472810 +SHA256 (xpi/thunderbird-i18n-31.1.0/ast.xpi) = 0c19b6dc4f06069b4d89edb03fc1cf6c43adf3de92b629a22683282a616ada0e +SIZE (xpi/thunderbird-i18n-31.1.0/ast.xpi) = 393048 +SHA256 (xpi/thunderbird-i18n-31.1.0/be.xpi) = f640832e434fc13c3e4fc86395a5dad8b4281ef5bc008708bbfc239dce558e56 +SIZE (xpi/thunderbird-i18n-31.1.0/be.xpi) = 427487 +SHA256 (xpi/thunderbird-i18n-31.1.0/bg.xpi) = 6f77a52a6d86e109a8555e085c0f917f7dc9c7038e8d1099424d68916341e513 +SIZE (xpi/thunderbird-i18n-31.1.0/bg.xpi) = 493734 +SHA256 (xpi/thunderbird-i18n-31.1.0/bn-BD.xpi) = 3589d16d373d4b8fd4364317bf43ab1b0ce61b4d627bcb85b12e9b0ecd28b1c3 +SIZE (xpi/thunderbird-i18n-31.1.0/bn-BD.xpi) = 555612 +SHA256 (xpi/thunderbird-i18n-31.1.0/br.xpi) = 7c0160a2e9115f11a98f0571f8e85495ed9d9afcf2dc5d30b4b3f557d551a519 +SIZE (xpi/thunderbird-i18n-31.1.0/br.xpi) = 441444 +SHA256 (xpi/thunderbird-i18n-31.1.0/ca.xpi) = e5daa36ddf547a065816c67bae89b1637364fde044a03899a2f1f51bb1bb9161 +SIZE (xpi/thunderbird-i18n-31.1.0/ca.xpi) = 441712 +SHA256 (xpi/thunderbird-i18n-31.1.0/cs.xpi) = 926a631f22534cd475a2ca488a9b6ca9a749d50ae9bc4ec287bc57ca8fb58944 +SIZE (xpi/thunderbird-i18n-31.1.0/cs.xpi) = 444700 +SHA256 (xpi/thunderbird-i18n-31.1.0/da.xpi) = c5bda3505df4de80cef6d5f0269bc1622f8be4c51d74658f37f3ce987381ff62 +SIZE (xpi/thunderbird-i18n-31.1.0/da.xpi) = 422051 +SHA256 (xpi/thunderbird-i18n-31.1.0/de.xpi) = 16ee968e3c6d8d9f5a652a93ede4b5a399c871e2595b135617479cd7d3792315 +SIZE (xpi/thunderbird-i18n-31.1.0/de.xpi) = 424664 +SHA256 (xpi/thunderbird-i18n-31.1.0/el.xpi) = 80e078d8ed6be3481431d698925611391728e303d9a86afb8cecdc918e51b072 +SIZE (xpi/thunderbird-i18n-31.1.0/el.xpi) = 484855 +SHA256 (xpi/thunderbird-i18n-31.1.0/en-GB.xpi) = baa60e58a02c3d3b8ad65839cf1f65332561f3341f7739a9c4d5a77e5387dcfe +SIZE (xpi/thunderbird-i18n-31.1.0/en-GB.xpi) = 412515 +SHA256 (xpi/thunderbird-i18n-31.1.0/en-US.xpi) = 29443d68c3bd260cf104ba64dfd302687ed272569f5840cc8cdee3cec88d3499 +SIZE (xpi/thunderbird-i18n-31.1.0/en-US.xpi) = 413659 +SHA256 (xpi/thunderbird-i18n-31.1.0/es-AR.xpi) = fa810d84e57445dc842413b4eee41ff2cda0a685c46799a92740436bb72a4d9b +SIZE (xpi/thunderbird-i18n-31.1.0/es-AR.xpi) = 438530 +SHA256 (xpi/thunderbird-i18n-31.1.0/es-ES.xpi) = 380563fa13b9387fcc48067f9f5a9224e671c6b1a5d6417f93b460a75964a714 +SIZE (xpi/thunderbird-i18n-31.1.0/es-ES.xpi) = 374979 +SHA256 (xpi/thunderbird-i18n-31.1.0/et.xpi) = 3ef7f838cbee111a2031a4acad6dea5077c111860f49bb7f7866827b943de3d3 +SIZE (xpi/thunderbird-i18n-31.1.0/et.xpi) = 434363 +SHA256 (xpi/thunderbird-i18n-31.1.0/eu.xpi) = a0943d85b3255d6bb17fcf92f512d91ad21208ef6251de556012e07819ebba5d +SIZE (xpi/thunderbird-i18n-31.1.0/eu.xpi) = 431448 +SHA256 (xpi/thunderbird-i18n-31.1.0/fi.xpi) = f03066aa7db8e1efeb40d0fd7b8a22e1ebeef86ea3e2ee349413fdf29381b4a0 +SIZE (xpi/thunderbird-i18n-31.1.0/fi.xpi) = 435631 +SHA256 (xpi/thunderbird-i18n-31.1.0/fr.xpi) = 8649d6923dbd8997be6b7f1736571cfc751b7f2b3f13fabbf7a9dc77c33bb47a +SIZE (xpi/thunderbird-i18n-31.1.0/fr.xpi) = 444143 +SHA256 (xpi/thunderbird-i18n-31.1.0/fy-NL.xpi) = 0b11553a7795585462f983cf329322bc08665a168c1af8a14bbe563d80225bef +SIZE (xpi/thunderbird-i18n-31.1.0/fy-NL.xpi) = 438544 +SHA256 (xpi/thunderbird-i18n-31.1.0/ga-IE.xpi) = 948440485b1c97d753d035c1095734db50a224236306d1d9f23e064197ff9f8d +SIZE (xpi/thunderbird-i18n-31.1.0/ga-IE.xpi) = 449362 +SHA256 (xpi/thunderbird-i18n-31.1.0/gd.xpi) = 0aab77a9ccafa20dae350a173b7d4a9abffedc6d720a0d49855ac193b53db306 +SIZE (xpi/thunderbird-i18n-31.1.0/gd.xpi) = 453171 +SHA256 (xpi/thunderbird-i18n-31.1.0/gl.xpi) = 865a6474c146b29fb0469b3a99b3f5b6492ae594cdcf0b5dd9df081529634f53 +SIZE (xpi/thunderbird-i18n-31.1.0/gl.xpi) = 446787 +SHA256 (xpi/thunderbird-i18n-31.1.0/he.xpi) = 9cbdf3cb6e4a576fece60636bc6d47fc5c1f98521021edfc21fcbe4c50627a4d +SIZE (xpi/thunderbird-i18n-31.1.0/he.xpi) = 476111 +SHA256 (xpi/thunderbird-i18n-31.1.0/hr.xpi) = a44318d8ecc80da9ac306cdc4bc804185cbf4556bc772c48ff73286f12bf5bca +SIZE (xpi/thunderbird-i18n-31.1.0/hr.xpi) = 436983 +SHA256 (xpi/thunderbird-i18n-31.1.0/hu.xpi) = 1817ec0921a34b5facbcbdf9eb631aeb08c163cda86d0d570eddf9d36f66d836 +SIZE (xpi/thunderbird-i18n-31.1.0/hu.xpi) = 454541 +SHA256 (xpi/thunderbird-i18n-31.1.0/hy-AM.xpi) = ba15083ecdd2a5b56f45f7c2fee486f006e1d686c0554acae884479457808b56 +SIZE (xpi/thunderbird-i18n-31.1.0/hy-AM.xpi) = 492768 +SHA256 (xpi/thunderbird-i18n-31.1.0/id.xpi) = b7fdef3f352700a889ab7715fb34461567fb8e40b14c1c631aaff42a4693f831 +SIZE (xpi/thunderbird-i18n-31.1.0/id.xpi) = 475875 +SHA256 (xpi/thunderbird-i18n-31.1.0/is.xpi) = 20930236af265efe0826b1f1c2266e60a197812131c9ce659859a15f24149462 +SIZE (xpi/thunderbird-i18n-31.1.0/is.xpi) = 437959 +SHA256 (xpi/thunderbird-i18n-31.1.0/it.xpi) = 69766a4bdd55feab8d73df0ce36a8f5116a7c8c91b6d26e32ca18ca9adee1d42 +SIZE (xpi/thunderbird-i18n-31.1.0/it.xpi) = 368000 +SHA256 (xpi/thunderbird-i18n-31.1.0/ja.xpi) = e1b7633b1691ee36271312ecdbe5e2907ca8b9e2b46fdba26003d54c1daa8b40 +SIZE (xpi/thunderbird-i18n-31.1.0/ja.xpi) = 489266 +SHA256 (xpi/thunderbird-i18n-31.1.0/ko.xpi) = 2225b22692faf76945e9c6ec7e240f8cd7ba76704c1ac9e2f6cef45da6f86ef9 +SIZE (xpi/thunderbird-i18n-31.1.0/ko.xpi) = 448919 +SHA256 (xpi/thunderbird-i18n-31.1.0/lt.xpi) = da100c0594b57277b5ea8084eebeb9faa1dd4e4b23c9977d41422f6e129dcbcf +SIZE (xpi/thunderbird-i18n-31.1.0/lt.xpi) = 457812 +SHA256 (xpi/thunderbird-i18n-31.1.0/nb-NO.xpi) = 65878db5a493cc3228f2048a9628aeee117282a53db2a30f00fff69ce722e187 +SIZE (xpi/thunderbird-i18n-31.1.0/nb-NO.xpi) = 430941 +SHA256 (xpi/thunderbird-i18n-31.1.0/nl.xpi) = f9ec7b3d25962ea316da43eed789044a6eba41c22595fda0ce71254efff41798 +SIZE (xpi/thunderbird-i18n-31.1.0/nl.xpi) = 431887 +SHA256 (xpi/thunderbird-i18n-31.1.0/nn-NO.xpi) = 55c1fcbeafeedbef2d974924ab19283b9049ae5f2f46b1fcb2903c631f54d028 +SIZE (xpi/thunderbird-i18n-31.1.0/nn-NO.xpi) = 433197 +SHA256 (xpi/thunderbird-i18n-31.1.0/pa-IN.xpi) = 2f01bce3c7a6c2e39d76d5e7ec8757cb805d7e42d9b32deb5d3fa29502686c54 +SIZE (xpi/thunderbird-i18n-31.1.0/pa-IN.xpi) = 525323 +SHA256 (xpi/thunderbird-i18n-31.1.0/pl.xpi) = f5d737033597bd560a503b68cb7e58343a23533a18ac182f1f08a9c56a57aa68 +SIZE (xpi/thunderbird-i18n-31.1.0/pl.xpi) = 410872 +SHA256 (xpi/thunderbird-i18n-31.1.0/pt-BR.xpi) = fdeddd53df5cb650253383e10558d493714dc059ac6a2ab114a552db8f733859 +SIZE (xpi/thunderbird-i18n-31.1.0/pt-BR.xpi) = 450476 +SHA256 (xpi/thunderbird-i18n-31.1.0/pt-PT.xpi) = e93691ec54708ff10fbccb43f766f0a6ef8996c0302046d75966abeabde7341c +SIZE (xpi/thunderbird-i18n-31.1.0/pt-PT.xpi) = 439603 +SHA256 (xpi/thunderbird-i18n-31.1.0/rm.xpi) = 7672a6fb5d7e68e54463a9778262f3a988aa02d45bda8ce5e295d5b18d5436b6 +SIZE (xpi/thunderbird-i18n-31.1.0/rm.xpi) = 439185 +SHA256 (xpi/thunderbird-i18n-31.1.0/ro.xpi) = 79fd5f430a6946679fb58a3609b10dd8e9119acad1d3cc79370c1b5ef8d1ca1e +SIZE (xpi/thunderbird-i18n-31.1.0/ro.xpi) = 479746 +SHA256 (xpi/thunderbird-i18n-31.1.0/ru.xpi) = 04f21ff5c10a75cd4f333269b71f3375c7e79894af0784c0940676a6586618f6 +SIZE (xpi/thunderbird-i18n-31.1.0/ru.xpi) = 436155 +SHA256 (xpi/thunderbird-i18n-31.1.0/si.xpi) = 813a638a3d8a9d123887a473aee5775f4389ae5d5bafca69f84ced3ec74391bb +SIZE (xpi/thunderbird-i18n-31.1.0/si.xpi) = 528811 +SHA256 (xpi/thunderbird-i18n-31.1.0/sk.xpi) = 4eb1d225c047114803c2b2b43d78fecd75eaadcc47e8aebfd824f421cf2ecca5 +SIZE (xpi/thunderbird-i18n-31.1.0/sk.xpi) = 452995 +SHA256 (xpi/thunderbird-i18n-31.1.0/sl.xpi) = 905cb92682a6c3cd62545942699803d70d2fa0280b110565240d1b788757cc39 +SIZE (xpi/thunderbird-i18n-31.1.0/sl.xpi) = 433874 +SHA256 (xpi/thunderbird-i18n-31.1.0/sq.xpi) = 5ecc9feb46824c72a325fe4d6a7591b61b10ee41f2f2f872a74fd6d0ff5caa46 +SIZE (xpi/thunderbird-i18n-31.1.0/sq.xpi) = 454694 +SHA256 (xpi/thunderbird-i18n-31.1.0/sr.xpi) = e58f032465419beb1327e2ab1f4cdd06ad1dec72fca1aa2e521ddd3d8bf5be18 +SIZE (xpi/thunderbird-i18n-31.1.0/sr.xpi) = 537334 +SHA256 (xpi/thunderbird-i18n-31.1.0/sv-SE.xpi) = aa0fe96db9e5aedc2a4f13d8716d47a2f2f982d1c05ad0ed22185d98e3567fee +SIZE (xpi/thunderbird-i18n-31.1.0/sv-SE.xpi) = 436104 +SHA256 (xpi/thunderbird-i18n-31.1.0/ta-LK.xpi) = b2206f4464d40a0fac5ca583deb0927381acf725a7673ceb0561b7b89f37592c +SIZE (xpi/thunderbird-i18n-31.1.0/ta-LK.xpi) = 553508 +SHA256 (xpi/thunderbird-i18n-31.1.0/tr.xpi) = 8789a90e44469ecdddbd48b0d5f4e2539a1e1b67d02358b46c2c8f98d834603a +SIZE (xpi/thunderbird-i18n-31.1.0/tr.xpi) = 457359 +SHA256 (xpi/thunderbird-i18n-31.1.0/uk.xpi) = b082f8232355a147e9350b0f3ec5f4637d2ead8a1a63a0770104a8e054481b97 +SIZE (xpi/thunderbird-i18n-31.1.0/uk.xpi) = 499656 +SHA256 (xpi/thunderbird-i18n-31.1.0/vi.xpi) = 6ea664760588a68d9e3157fe3eea238c107067ab287e122bf63f902a564b9340 +SIZE (xpi/thunderbird-i18n-31.1.0/vi.xpi) = 513835 +SHA256 (xpi/thunderbird-i18n-31.1.0/zh-CN.xpi) = 38e3636d46a8f80245f4ccd07e8e7c5812f8743552fdc5edb2cc5ba3205add3d +SIZE (xpi/thunderbird-i18n-31.1.0/zh-CN.xpi) = 462667 +SHA256 (xpi/thunderbird-i18n-31.1.0/zh-TW.xpi) = 5b204c71f1453ae9a2a6e793967dc432266b7e498e6c8129ef89c1c99ed0f9d5 +SIZE (xpi/thunderbird-i18n-31.1.0/zh-TW.xpi) = 463407 Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Wed Aug 27 17:31:16 2014 (r1672) +++ trunk/mail/thunderbird/Makefile Fri Aug 29 20:53:47 2014 (r1673) @@ -2,10 +2,10 @@ # $FreeBSD: head/mail/thunderbird/Makefile 362796 2014-07-24 13:32:58Z bapt $ PORTNAME= thunderbird -DISTVERSION= 31.0 +DISTVERSION= 31.1.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/ + https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source/ DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} @@ -29,8 +29,8 @@ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l -EM_VERSION= 1.7 -L_VERSION= 3.3 +EM_VERSION= 1.7.2 +L_VERSION= 3.3.1 SSP_UNSAFE= yes USE_AUTOTOOLS= autoconf213:env Modified: trunk/mail/thunderbird/distinfo ============================================================================== --- trunk/mail/thunderbird/distinfo Wed Aug 27 17:31:16 2014 (r1672) +++ trunk/mail/thunderbird/distinfo Fri Aug 29 20:53:47 2014 (r1673) @@ -1,4 +1,4 @@ -SHA256 (thunderbird-31.0.source.tar.bz2) = 571f8cca980f077ae81999aea69a78153422a75e9e6c07ab74ec6659fe0d6ef4 -SIZE (thunderbird-31.0.source.tar.bz2) = 170977129 -SHA256 (enigmail-1.7.tar.gz) = cddbf35783194a4e994f9584ad5bee74750e25f690e81727ba9eccc4f814f161 -SIZE (enigmail-1.7.tar.gz) = 1414100 +SHA256 (thunderbird-31.1.0.source.tar.bz2) = f6a8f2fce1958c692dce7351caf5a7d78433c7be30e2a89a414e0ef6727081ea +SIZE (thunderbird-31.1.0.source.tar.bz2) = 170726889 +SHA256 (enigmail-1.7.2.tar.gz) = 7b3a62e83961bafec1cdac60075aa6c317c8f655a837e31a7d1f3ce6a49fc7d6 +SIZE (enigmail-1.7.2.tar.gz) = 1420346 Modified: trunk/multimedia/openh264/Makefile ============================================================================== --- trunk/multimedia/openh264/Makefile Wed Aug 27 17:31:16 2014 (r1672) +++ trunk/multimedia/openh264/Makefile Fri Aug 29 20:53:47 2014 (r1673) @@ -2,7 +2,7 @@ PORTNAME= openh264 PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= gecko@FreeBSD.org @@ -14,7 +14,7 @@ GH_ACCOUNT= cisco GH_PROJECT= ${PORTNAME} GH_TAGNAME= ${GH_COMMIT} # v${PORTVERSION} -GH_COMMIT= b4504d4 # v1.1-Firefox33 +GH_COMMIT= c79be44 # v1.1-Firefox33 USES= gmake USE_LDCONFIG= yes Modified: trunk/multimedia/openh264/distinfo ============================================================================== --- trunk/multimedia/openh264/distinfo Wed Aug 27 17:31:16 2014 (r1672) +++ trunk/multimedia/openh264/distinfo Fri Aug 29 20:53:47 2014 (r1673) @@ -1,2 +1,2 @@ -SHA256 (openh264-1.1.tar.gz) = 56f48bb178d29e390eb44b3935b68a1d8415e048601974f34336dbf9ec14912e -SIZE (openh264-1.1.tar.gz) = 13193785 +SHA256 (openh264-1.1.tar.gz) = 447502018fea40ef47a1fcc0ef7f4aeca3364ad42db63840ab1bb0bd2910a44e +SIZE (openh264-1.1.tar.gz) = 13193769 Modified: trunk/www/firefox-nightly/Makefile.hgrev ============================================================================== --- trunk/www/firefox-nightly/Makefile.hgrev Wed Aug 27 17:31:16 2014 (r1672) +++ trunk/www/firefox-nightly/Makefile.hgrev Fri Aug 29 20:53:47 2014 (r1673) @@ -1 +1 @@ -HGREV= 201565:b8a962a66a80 +HGREV= 202390:6a6b450605c5 Modified: trunk/www/firefox-nightly/distinfo ============================================================================== --- trunk/www/firefox-nightly/distinfo Wed Aug 27 17:31:16 2014 (r1672) +++ trunk/www/firefox-nightly/distinfo Fri Aug 29 20:53:47 2014 (r1673) @@ -1,2 +1,2 @@ -SHA256 (firefox-nightly/b8a962a66a80.tar.bz2) = 6751ddb3be0c71dbc2df0015931c2c6d295c159aa59b8dab6b5d879bf55eaf90 -SIZE (firefox-nightly/b8a962a66a80.tar.bz2) = 155744880 +SHA256 (firefox-nightly/6a6b450605c5.tar.bz2) = 166c6dc191348fc936665450596c9dc2f2d482f87dfbf1dcb87fff737645355b +SIZE (firefox-nightly/6a6b450605c5.tar.bz2) = 158296922 Modified: trunk/www/linux-seamonkey/Makefile ============================================================================== --- trunk/www/linux-seamonkey/Makefile Wed Aug 27 17:31:16 2014 (r1672) +++ trunk/www/linux-seamonkey/Makefile Fri Aug 29 20:53:47 2014 (r1673) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/linux-seamonkey/Makefile 362322 2014-07-20 14:44:10Z rene $ PORTNAME= seamonkey -DISTVERSION= 2.29b1 +DISTVERSION= 2.29b2 CATEGORIES= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US Modified: trunk/www/linux-seamonkey/Makefile.common ============================================================================== --- trunk/www/linux-seamonkey/Makefile.common Wed Aug 27 17:31:16 2014 (r1672) +++ trunk/www/linux-seamonkey/Makefile.common Fri Aug 29 20:53:47 2014 (r1673) @@ -77,14 +77,6 @@ # empty port preferences @${DO_NADA} >>${PREFS_FILE} - -. if (${DISTVERSION:R:R} < 28 && ${PORTNAME} != "seamonkey") || \ - (${PORTNAME} == "seamonkey" && ${DISTVERSION:C/[0-9]*\.//:C/[ab].*//} < 25) - # dummy resident-unique for make about:memory's "measure" - @${REINPLACE_CMD} -i '' \ - 's,/proc/self/smaps\(.Private\),////////dev/null\1,' \ - ${WRKSRC}/libxul.so -. endif .endif .if !target(do-install) Modified: trunk/www/linux-seamonkey/distinfo ============================================================================== --- trunk/www/linux-seamonkey/distinfo Wed Aug 27 17:31:16 2014 (r1672) +++ trunk/www/linux-seamonkey/distinfo Fri Aug 29 20:53:47 2014 (r1673) @@ -1,5 +1,5 @@ -SHA256 (seamonkey-2.29b1.tar.bz2) = beea1da00a42e851be28c41e46c74c8f7670120587e32b960b918fa8352c39e1 -SIZE (seamonkey-2.29b1.tar.bz2) = 39986945 +SHA256 (seamonkey-2.29b2.tar.bz2) = f98f69380989446841f568d858dc76cefa24bac5358909b5295c8e76d9c27cb8 +SIZE (seamonkey-2.29b2.tar.bz2) = 39901070 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: trunk/www/seamonkey-i18n/Makefile ============================================================================== --- trunk/www/seamonkey-i18n/Makefile Wed Aug 27 17:31:16 2014 (r1672) +++ trunk/www/seamonkey-i18n/Makefile Fri Aug 29 20:53:47 2014 (r1673) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/seamonkey-i18n/Makefile 355802 2014-05-30 08:50:20Z marino $ PORTNAME= seamonkey-i18n -PORTVERSION= 2.29b1 +PORTVERSION= 2.29b2 CATEGORIES= www mail news editors irc MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/langpack PKGNAMEPREFIX= Modified: trunk/www/seamonkey-i18n/distinfo ============================================================================== --- trunk/www/seamonkey-i18n/distinfo Wed Aug 27 17:31:16 2014 (r1672) +++ trunk/www/seamonkey-i18n/distinfo Fri Aug 29 20:53:47 2014 (r1673) @@ -1,52 +1,52 @@ -SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.be.langpack.xpi) = 6f6ddd32590c752fa1c30f964e6ad95d7d6b8a5c91bb54bd4ddc0e94d0e4857b -SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.be.langpack.xpi) = 837342 -SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.ca.langpack.xpi) = 1f8c8f3eb18ded6cb84ea14ed2572d8070d722d48010cc7985f230ec36a7dd26 -SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.ca.langpack.xpi) = 833959 -SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.cs.langpack.xpi) = 4a06e6ac8d4ed6ce2bd91b680d6ab33a2a4fa8523eca636fd86b23651b361246 -SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.cs.langpack.xpi) = 832267 -SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.de.langpack.xpi) = 50b946c1c824ba011cf57899ac3f48280cd6849095f870aa80efe2b7a2bf4078 -SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.de.langpack.xpi) = 839428 -SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.en-GB.langpack.xpi) = c4775331bdd2811add36e252ad8ebd07557e33c54cb61b2d4356b24b087159a5 -SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.en-GB.langpack.xpi) = 802137 -SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.en-US.langpack.xpi) = e53b0f2a26055fe1d12a9d22aa380871f0052a722bc984f6aa6585b1cb2f291e -SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.en-US.langpack.xpi) = 800944 -SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.es-AR.langpack.xpi) = 6038f889374317d47832211adc5502ceeceace22aab62b97445c81258d7e88f5 -SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.es-AR.langpack.xpi) = 854836 -SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.es-ES.langpack.xpi) = 5fb086add165fe499fe09b75d528d85ce6f030baa86661807d23771e39922e83 -SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.es-ES.langpack.xpi) = 832633 -SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.fi.langpack.xpi) = 0ba79c2b134b9d7daa14ff79bcdd13d96708ad984112c4e5a22997bb64571df6 -SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.fi.langpack.xpi) = 801741 -SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.fr.langpack.xpi) = 208678963e2944070aadb2a9ea2eb6ec27772b3a3296ed03406811740ce414e8 -SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.fr.langpack.xpi) = 812576 -SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.gl.langpack.xpi) = c2703a33591c7234c1bd2e46d537eb39e67e424e86d98f18c35d16da8a55a042 -SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.gl.langpack.xpi) = 811260 -SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.hu.langpack.xpi) = 55dbc2503a51349e580d7740a3e0ba763daf79c93b91e6dd56af0d55193b22e9 -SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.hu.langpack.xpi) = 845863 -SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.it.langpack.xpi) = b1ad201c4680d650a2e3103652c02411eb31f7e3a0ac1cef1c51b5b697b88389 -SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.it.langpack.xpi) = 747181 -SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.ja.langpack.xpi) = a98bbf2560f9912299fc4a1fa63021e4cce45ed244414715cc341bc4c92eb010 -SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.ja.langpack.xpi) = 884914 -SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.lt.langpack.xpi) = 67616535f82b73f7739e78ddf7f14ab11876101e1f18b20f5113f1b4d5a777c8 -SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.lt.langpack.xpi) = 849533 -SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.nb-NO.langpack.xpi) = bb5d62fa80340b771f199d41ba6706ace550ed43d59b0aee6733bc5199f46296 -SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.nb-NO.langpack.xpi) = 825307 -SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.nl.langpack.xpi) = 82429f8598d34046d769e10a0a62077bb43d35ec6cf3e6e08c384d73d6a3e4cd -SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.nl.langpack.xpi) = 799149 -SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.pl.langpack.xpi) = 085e96348160daf4d63efa2f4046cdcf46352e18a40caa68acfed6dbd1ae8a1b -SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.pl.langpack.xpi) = 873127 -SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.pt-PT.langpack.xpi) = 5a3cc03a7ac30c15810f1a56355f47c3fe847de60dc2bf3c278d040560f8cd52 -SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.pt-PT.langpack.xpi) = 835296 -SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.ru.langpack.xpi) = 3e2f88a160e17f578e82ad8b3db58f31bfc34219d7f54c705019375943eab428 -SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.ru.langpack.xpi) = 904348 -SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.sk.langpack.xpi) = 0e0429b9ca7cf44415b52729066882948c23f3cdca73a5c934259a07014042f0 -SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.sk.langpack.xpi) = 859280 -SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.sv-SE.langpack.xpi) = b951d56947e229536a3d1336b356696397b4e7ff13d7389ae3be94dc58f36d06 -SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.sv-SE.langpack.xpi) = 827226 -SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.tr.langpack.xpi) = 2e14def8991b7ce8079ad561f983bb0de489f43df910cbe84e106cda9b3757ab -SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.tr.langpack.xpi) = 808130 -SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.uk.langpack.xpi) = 26aaf1feafea4a286d47a065a8a7f61c9f4774ae4c3e4ddbd6dd0784b7a06746 -SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.uk.langpack.xpi) = 870445 -SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.zh-CN.langpack.xpi) = dd8fe10a2630d1702d41b18f6fe11ad85b713e2f21e229032dba63a0576f90c2 -SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.zh-CN.langpack.xpi) = 836302 -SHA256 (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.zh-TW.langpack.xpi) = 5c4a5cfe77cd5d410b5fe0f20bccb31bfe07f3a609ce2b4b47a3aaad16a84cd8 -SIZE (xpi/seamonkey-i18n-2.29b1/seamonkey-2.29b1.zh-TW.langpack.xpi) = 860817 +SHA256 (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.be.langpack.xpi) = a7a0218e7679e87a010cd5ebe28f011a440714163dc84aacd045060f599f91cd +SIZE (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.be.langpack.xpi) = 837342 +SHA256 (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.ca.langpack.xpi) = 38d950fe1b8a6f7907396d3358bc0d13b67c4cf37fd26fd8610dc8e53fc5f44e +SIZE (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.ca.langpack.xpi) = 830892 +SHA256 (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.cs.langpack.xpi) = cd395172d193e3166f9fcf608b36b3f5109b643cf951506fcb3b150913057fc7 +SIZE (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.cs.langpack.xpi) = 832267 +SHA256 (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.de.langpack.xpi) = f768d8a96828e268b4abd35484e0b29392c968c08cb5d280c9a013efbf457ba3 +SIZE (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.de.langpack.xpi) = 837071 +SHA256 (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.en-GB.langpack.xpi) = 89e63e1f7dba136625cabf25c17d746a9472dd33461ebefe58ac83e82306c17f +SIZE (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.en-GB.langpack.xpi) = 800824 +SHA256 (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.en-US.langpack.xpi) = 383fdd1a9455ed76569663798459d8841a3e58931377bda2487f1d77619eef3f +SIZE (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.en-US.langpack.xpi) = 800944 +SHA256 (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.es-AR.langpack.xpi) = 569ef13755f4ceec51a9050213b5c8366a0b6c4d1300afb9176cd40f4f425e5b +SIZE (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.es-AR.langpack.xpi) = 851548 +SHA256 (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.es-ES.langpack.xpi) = 6821842732b3c36203d64129f961c77bd12299b04305202edf83ff9488f90b44 +SIZE (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.es-ES.langpack.xpi) = 827396 +SHA256 (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.fi.langpack.xpi) = c2b966791c253b5885a6201f5fce09e5fd34d8b36819dd55f91536eefdc99574 +SIZE (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.fi.langpack.xpi) = 798956 +SHA256 (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.fr.langpack.xpi) = c828a96d304f20377cb9a43259a8a6252194b6a383ed263a0b711173b11c121e +SIZE (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.fr.langpack.xpi) = 809847 +SHA256 (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.gl.langpack.xpi) = 3d64965a28019b8d218a42f2200ec38f434437de10513715049e7314fd7db4ce +SIZE (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.gl.langpack.xpi) = 811260 +SHA256 (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.hu.langpack.xpi) = 558cbc471330b468a2d4c65f15055a4546e6e54ac4ee489413771e651ef2f3e9 +SIZE (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.hu.langpack.xpi) = 845863 +SHA256 (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.it.langpack.xpi) = 1a835f9b712c2e6c5d455f38c7193be6aa8abe8d7ba4dd79ed88039dfd57a253 +SIZE (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.it.langpack.xpi) = 747522 +SHA256 (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.ja.langpack.xpi) = 9fd323ddf3bcafa2853887da3acfcf134951582ad19a3c8e7b0c4f84f0a2794a +SIZE (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.ja.langpack.xpi) = 882629 +SHA256 (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.lt.langpack.xpi) = 1efa10862d001f74637440efdfc9a927511de3c24cc80b1efe5beb17c0839544 +SIZE (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.lt.langpack.xpi) = 847471 +SHA256 (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.nb-NO.langpack.xpi) = d1a5a5183dae9f5173246decab4d61abbc9dbb95385f91061c8a00bf973d015a +SIZE (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.nb-NO.langpack.xpi) = 820413 +SHA256 (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.nl.langpack.xpi) = 23250119fb571f6bac17eaa2ce0c8a773e125218a1fe0a5739a2c07f054a227e +SIZE (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.nl.langpack.xpi) = 795956 +SHA256 (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.pl.langpack.xpi) = 49fc711ab4f0e4d25880b9120084962f2f1ce77deeb6038962ddfbf0f818d53f +SIZE (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.pl.langpack.xpi) = 868183 +SHA256 (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.pt-PT.langpack.xpi) = 818d66c01f8b0ce7a2dc312b683ba706c9959a8b7c72a390b47e6645cecd8e5d +SIZE (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.pt-PT.langpack.xpi) = 835296 +SHA256 (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.ru.langpack.xpi) = 39c92e3c03a6c69964b10ca8a815087e8ed2bcf21bb9dbd2b6a7a8ed3e5f209a +SIZE (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.ru.langpack.xpi) = 904348 +SHA256 (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.sk.langpack.xpi) = d8c94f5ce1f62d94f80f44e4780037260f718544f576ef1d3be3c27f52826c7e +SIZE (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.sk.langpack.xpi) = 859264 +SHA256 (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.sv-SE.langpack.xpi) = a79308c4dbefee9e8a82b51e5e9bc3dcb5b72cf7a984b3bd4f2104a9beb50bbe +SIZE (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.sv-SE.langpack.xpi) = 824245 +SHA256 (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.tr.langpack.xpi) = 0c03cfeb4b10199b4cd93c39695f699cc8080515f036117d9a7d38f2534d2c29 +SIZE (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.tr.langpack.xpi) = 808130 +SHA256 (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.uk.langpack.xpi) = bae08a32142b687dc817882931a32528242b1e7bbaaa1b5f36c1aba44376813a +SIZE (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.uk.langpack.xpi) = 870445 +SHA256 (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.zh-CN.langpack.xpi) = ae8eb0e7d74153bd217fa3af1706b2ef7ce339b04912bd23f08c5cc82cee5594 +SIZE (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.zh-CN.langpack.xpi) = 833563 +SHA256 (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.zh-TW.langpack.xpi) = e75e1f0fb533ab9b38cc1aaccfc5ac542befc4024fe460f4f48a96b76edf8d9a +SIZE (xpi/seamonkey-i18n-2.29b2/seamonkey-2.29b2.zh-TW.langpack.xpi) = 858130 Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Wed Aug 27 17:31:16 2014 (r1672) +++ trunk/www/seamonkey/Makefile Fri Aug 29 20:53:47 2014 (r1673) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/seamonkey/Makefile 364464 2014-08-09 18:51:54Z antoine $ PORTNAME= seamonkey -DISTVERSION= 2.29b1 +DISTVERSION= 2.29b2 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/ @@ -29,7 +29,7 @@ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l -EM_VERSION= 1.7 +EM_VERSION= 1.7.2 L_VERSION= 3.4 SSP_UNSAFE= yes Modified: trunk/www/seamonkey/distinfo ============================================================================== --- trunk/www/seamonkey/distinfo Wed Aug 27 17:31:16 2014 (r1672) +++ trunk/www/seamonkey/distinfo Fri Aug 29 20:53:47 2014 (r1673) @@ -1,4 +1,4 @@ -SHA256 (seamonkey-2.29b1.source.tar.bz2) = f70d7e3a4223baeca55cc9bfd2722d0eeea0c32500f9901226523d4c26f4d71e -SIZE (seamonkey-2.29b1.source.tar.bz2) = 173484441 -SHA256 (enigmail-1.7.tar.gz) = cddbf35783194a4e994f9584ad5bee74750e25f690e81727ba9eccc4f814f161 -SIZE (enigmail-1.7.tar.gz) = 1414100 +SHA256 (seamonkey-2.29b2.source.tar.bz2) = ec9412d514b1a3f4349f90f65d7975ceef261afabb05fa0c09fca3c98537acf7 +SIZE (seamonkey-2.29b2.source.tar.bz2) = 173851863 +SHA256 (enigmail-1.7.2.tar.gz) = 7b3a62e83961bafec1cdac60075aa6c317c8f655a837e31a7d1f3ce6a49fc7d6 +SIZE (enigmail-1.7.2.tar.gz) = 1420346 From owner-freebsd-gecko@FreeBSD.ORG Fri Aug 29 22:43:55 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38E46400 for ; Fri, 29 Aug 2014 22:43:55 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6950146F for ; Fri, 29 Aug 2014 22:43:54 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s7TMhqae088656 for ; Fri, 29 Aug 2014 22:43:52 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s7TMhl1J087658 for freebsd-gecko@freebsd.org; Fri, 29 Aug 2014 22:43:47 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 29 Aug 2014 22:43:47 GMT Message-Id: <201408292243.s7TMhl1J087658@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1674 - in trunk: mail/linux-thunderbird www/firefox www/firefox-esr www/linux-firefox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2014 22:43:55 -0000 Author: jbeich Date: Fri Aug 29 22:43:47 2014 New Revision: 1674 Log: drop redefining default DISTNAME Modified: trunk/mail/linux-thunderbird/Makefile trunk/www/firefox-esr/Makefile trunk/www/firefox/Makefile trunk/www/linux-firefox/Makefile Modified: trunk/mail/linux-thunderbird/Makefile ============================================================================== --- trunk/mail/linux-thunderbird/Makefile Fri Aug 29 20:53:47 2014 (r1673) +++ trunk/mail/linux-thunderbird/Makefile Fri Aug 29 22:43:47 2014 (r1674) @@ -4,7 +4,6 @@ PORTNAME= thunderbird DISTVERSION= 31.1.0 CATEGORIES= mail news net-im ipv6 -DISTNAME= ${PORTNAME}-${DISTVERSION} MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US MAINTAINER= gecko@FreeBSD.org Modified: trunk/www/firefox-esr/Makefile ============================================================================== --- trunk/www/firefox-esr/Makefile Fri Aug 29 20:53:47 2014 (r1673) +++ trunk/www/firefox-esr/Makefile Fri Aug 29 22:43:47 2014 (r1674) @@ -3,11 +3,11 @@ PORTNAME= firefox DISTVERSION= 31.1.0 +DISTVERSIONSUFFIX=esr.source PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source PKGNAMESUFFIX= -esr -DISTNAME= ${PORTNAME}-${DISTVERSION}esr.source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Fri Aug 29 20:53:47 2014 (r1673) +++ trunk/www/firefox/Makefile Fri Aug 29 22:43:47 2014 (r1674) @@ -3,11 +3,11 @@ PORTNAME= firefox DISTVERSION= 32.0 +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/build1/source/ -DISTNAME= ${PORTNAME}-${DISTVERSION}.source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla Modified: trunk/www/linux-firefox/Makefile ============================================================================== --- trunk/www/linux-firefox/Makefile Fri Aug 29 20:53:47 2014 (r1673) +++ trunk/www/linux-firefox/Makefile Fri Aug 29 22:43:47 2014 (r1674) @@ -6,7 +6,6 @@ PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US -DISTNAME= ${PORTNAME}-${DISTVERSION} MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla From owner-freebsd-gecko@FreeBSD.ORG Fri Aug 29 23:13:45 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA7209CE for ; Fri, 29 Aug 2014 23:13:45 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6432F18C8 for ; Fri, 29 Aug 2014 23:13:44 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s7TNDh7t078225 for ; Fri, 29 Aug 2014 23:13:43 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s7TNDbcE077505 for freebsd-gecko@freebsd.org; Fri, 29 Aug 2014 23:13:37 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 29 Aug 2014 23:13:37 GMT Message-Id: <201408292313.s7TNDbcE077505@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1675 - in trunk: mail/linux-thunderbird/files www/linux-firefox/files www/linux-seamonkey/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2014 23:13:46 -0000 Author: jbeich Date: Fri Aug 29 23:13:37 2014 New Revision: 1675 Log: fix icon path in linux- ports Modified: trunk/mail/linux-thunderbird/files/linux-thunderbird.desktop.in trunk/www/linux-firefox/files/linux-firefox.desktop.in trunk/www/linux-seamonkey/files/linux-seamonkey.desktop.in Modified: trunk/mail/linux-thunderbird/files/linux-thunderbird.desktop.in ============================================================================== --- trunk/mail/linux-thunderbird/files/linux-thunderbird.desktop.in Fri Aug 29 22:43:47 2014 (r1674) +++ trunk/mail/linux-thunderbird/files/linux-thunderbird.desktop.in Fri Aug 29 23:13:37 2014 (r1675) @@ -4,7 +4,7 @@ GenericName=Mail Client (Linux) Comment=Mail client and News Reader Exec=linux-thunderbird %u -Icon=%%PREFIX%%/lib/%%APP_NAME%%/chrome/icons/default/default.xpm +Icon=%%PREFIX%%/lib/%%APP_NAME%%/chrome/icons/default/default48.png StartupNotify=false Terminal=false Type=Application Modified: trunk/www/linux-firefox/files/linux-firefox.desktop.in ============================================================================== --- trunk/www/linux-firefox/files/linux-firefox.desktop.in Fri Aug 29 22:43:47 2014 (r1674) +++ trunk/www/linux-firefox/files/linux-firefox.desktop.in Fri Aug 29 23:13:37 2014 (r1675) @@ -183,7 +183,7 @@ Comment[zh_CN]=浏览 Web Comment[zh_TW]=瀏覽網頁 Exec=linux-firefox %U -Icon=%%PREFIX%%/lib/%%APP_NAME%%/chrome/icons/default/default.xpm +Icon=%%PREFIX%%/lib/%%APP_NAME%%/browser/chrome/icons/default/default48.png StartupNotify=false Terminal=false Type=Application Modified: trunk/www/linux-seamonkey/files/linux-seamonkey.desktop.in ============================================================================== --- trunk/www/linux-seamonkey/files/linux-seamonkey.desktop.in Fri Aug 29 22:43:47 2014 (r1674) +++ trunk/www/linux-seamonkey/files/linux-seamonkey.desktop.in Fri Aug 29 23:13:37 2014 (r1675) @@ -164,6 +164,6 @@ StartupNotify=false Terminal=false Type=Application -Icon=%%PREFIX%%/lib/%%APP_NAME%%/chrome/icons/default/default.xpm +Icon=%%PREFIX%%/lib/%%APP_NAME%%/chrome/icons/default/default48.png Categories=Network;WebBrowser;Email;News;TextEditor;IRCClient; MimeType=text/html;text/xml;application/xhtml+xml; From owner-freebsd-gecko@FreeBSD.ORG Sat Aug 30 00:08:36 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2C533F0 for ; Sat, 30 Aug 2014 00:08:36 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 625F91D29 for ; Sat, 30 Aug 2014 00:08:35 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s7U08XFF020039 for ; Sat, 30 Aug 2014 00:08:33 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s7U08RjP018897 for freebsd-gecko@freebsd.org; Sat, 30 Aug 2014 00:08:27 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 30 Aug 2014 00:08:27 GMT Message-Id: <201408300008.s7U08RjP018897@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1676 - in trunk: mail/linux-thunderbird www/linux-firefox www/linux-seamonkey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2014 00:08:36 -0000 Author: jbeich Date: Sat Aug 30 00:08:27 2014 New Revision: 1676 Log: reduce common linux apps dups Modified: trunk/mail/linux-thunderbird/Makefile trunk/www/linux-firefox/Makefile trunk/www/linux-seamonkey/Makefile trunk/www/linux-seamonkey/Makefile.common Modified: trunk/mail/linux-thunderbird/Makefile ============================================================================== --- trunk/mail/linux-thunderbird/Makefile Fri Aug 29 23:13:37 2014 (r1675) +++ trunk/mail/linux-thunderbird/Makefile Sat Aug 30 00:08:27 2014 (r1676) @@ -13,7 +13,5 @@ WANT_GTK218= yes -USE_LINUX_APPS= dbusglib dbuslibs alsalib alsa-plugins-oss - .include "${.CURDIR}/../../www/linux-seamonkey/Makefile.common" .include Modified: trunk/www/linux-firefox/Makefile ============================================================================== --- trunk/www/linux-firefox/Makefile Fri Aug 29 23:13:37 2014 (r1675) +++ trunk/www/linux-firefox/Makefile Sat Aug 30 00:08:27 2014 (r1676) @@ -14,8 +14,6 @@ WANT_GTK218= yes -USE_LINUX_APPS= dbusglib dbuslibs alsalib alsa-plugins-oss - PREFS_FILE= ${WRKSRC}/${APP_SUBDIR}defaults/preferences/browser-prefs.js APP_SUBDIR= browser/ # plugins, extensions Modified: trunk/www/linux-seamonkey/Makefile ============================================================================== --- trunk/www/linux-seamonkey/Makefile Fri Aug 29 23:13:37 2014 (r1675) +++ trunk/www/linux-seamonkey/Makefile Sat Aug 30 00:08:27 2014 (r1676) @@ -13,7 +13,5 @@ WANT_GTK218= yes -USE_LINUX_APPS= dbusglib dbuslibs alsalib alsa-plugins-oss - .include "${.CURDIR}/Makefile.common" .include Modified: trunk/www/linux-seamonkey/Makefile.common ============================================================================== --- trunk/www/linux-seamonkey/Makefile.common Fri Aug 29 23:13:37 2014 (r1675) +++ trunk/www/linux-seamonkey/Makefile.common Sat Aug 30 00:08:27 2014 (r1676) @@ -29,7 +29,9 @@ APP_NAME= ${PKGBASE} BIN_NAME?= ${PORTNAME} USE_LINUX= yes -USE_LINUX_APPS+= atk fontconfig gtk2 hicontheme pango +USE_LINUX_APPS+=alsalib alsa-plugins-oss atk dbusglib dbuslibs \ + fontconfig gtk2 hicontheme pango + WRKSRC?= ${WRKDIR}/${BIN_NAME} FDIR= ${STAGEDIR}${PREFIX}/lib/${APP_NAME} COMMON_DIR= ${.CURDIR}/../../www/linux-seamonkey From owner-freebsd-gecko@FreeBSD.ORG Sat Aug 30 00:08:50 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B4EFE3FC for ; Sat, 30 Aug 2014 00:08:50 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 57AF61D2B for ; Sat, 30 Aug 2014 00:08:50 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s7U08m2Q021969 for ; Sat, 30 Aug 2014 00:08:48 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s7U08he7020891 for freebsd-gecko@freebsd.org; Sat, 30 Aug 2014 00:08:43 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 30 Aug 2014 00:08:43 GMT Message-Id: <201408300008.s7U08he7020891@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1677 - in trunk/net-im: . linux-instantbird linux-instantbird/files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2014 00:08:50 -0000 Author: jbeich Date: Sat Aug 30 00:08:43 2014 New Revision: 1677 Log: add linux version of Instantbird Added: trunk/net-im/ trunk/net-im/linux-instantbird/ trunk/net-im/linux-instantbird/Makefile trunk/net-im/linux-instantbird/distinfo trunk/net-im/linux-instantbird/files/ trunk/net-im/linux-instantbird/files/linux-instantbird.desktop.in trunk/net-im/linux-instantbird/pkg-descr trunk/net-im/linux-instantbird/pkg-plist Added: trunk/net-im/linux-instantbird/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/net-im/linux-instantbird/Makefile Sat Aug 30 00:08:43 2014 (r1677) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= instantbird +DISTVERSION= 1.5 +DISTVERSIONSUFFIX=.en-US.linux-i686 +CATEGORIES= net-im irc ipv6 +MASTER_SITES= http://ftp.instantbird.com/instantbird/releases/${DISTVERSION}/ \ + GOOGLE_CODE + +MAINTAINER= gecko@FreeBSD.org +COMMENT= Instant Messaging client based on XULRunner and libpurple + +USES= tar:bzip2 +USE_LINUX_APPS= libxml2 #avahiglib avahilibs + +.include "${.CURDIR}/../../www/linux-seamonkey/Makefile.common" +.include Added: trunk/net-im/linux-instantbird/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/net-im/linux-instantbird/distinfo Sat Aug 30 00:08:43 2014 (r1677) @@ -0,0 +1,2 @@ +SHA256 (instantbird-1.5.en-US.linux-i686.tar.bz2) = 2a97ac4433616bcf930508a72d0dcf5e60cf5e0ebafa828c49176e1a6aeb1067 +SIZE (instantbird-1.5.en-US.linux-i686.tar.bz2) = 24209711 Added: trunk/net-im/linux-instantbird/files/linux-instantbird.desktop.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/net-im/linux-instantbird/files/linux-instantbird.desktop.in Sat Aug 30 00:08:43 2014 (r1677) @@ -0,0 +1,11 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Instantbird (Linux) +GenericName=IM client (Linux) +Comment=Instant Messaging and IRC client +Exec=linux-instantbird %u +Icon=%%PREFIX%%/lib/%%APP_NAME%%/chrome/icons/default/default48.png +StartupNotify=false +Terminal=false +Type=Application +Categories=Network;InstantMessaging;IRCClient;Chat; Added: trunk/net-im/linux-instantbird/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/net-im/linux-instantbird/pkg-descr Sat Aug 30 00:08:43 2014 (r1677) @@ -0,0 +1,7 @@ +Instantbird is a cross-platform instant messaging client based on +Mozilla's XULRunner and the open source library libpurple used in +Pidgin. Instantbird is free software available under the GNU General +Public License. Over 250 add-ons allow user customization of, and +addition of, features. -- Wikipedia + +WWW: http://instantbird.com/ Added: trunk/net-im/linux-instantbird/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/net-im/linux-instantbird/pkg-plist Sat Aug 30 00:08:43 2014 (r1677) @@ -0,0 +1,82 @@ +bin/%%APP_NAME%% +share/applications/%%APP_NAME%%.desktop +lib/%%APP_NAME%%/Throbber-small.gif +lib/%%APP_NAME%%/application.ini +lib/%%APP_NAME%%/chrome.manifest +lib/%%APP_NAME%%/chrome/icons/default/blistWindow.png +lib/%%APP_NAME%%/chrome/icons/default/blistWindow16.png +lib/%%APP_NAME%%/chrome/icons/default/blistWindow48.png +lib/%%APP_NAME%%/chrome/icons/default/convWindow.png +lib/%%APP_NAME%%/chrome/icons/default/convWindow16.png +lib/%%APP_NAME%%/chrome/icons/default/convWindow48.png +lib/%%APP_NAME%%/chrome/icons/default/default.png +lib/%%APP_NAME%%/chrome/icons/default/default16.png +lib/%%APP_NAME%%/chrome/icons/default/default48.png +lib/%%APP_NAME%%/components/components.manifest +lib/%%APP_NAME%%/components/libbonjour.so +lib/%%APP_NAME%%/components/libmozgnome.so +lib/%%APP_NAME%%/components/libpurplexpcom.so +lib/%%APP_NAME%%/components/libtrayToolkit.so +lib/%%APP_NAME%%/crashreporter +lib/%%APP_NAME%%/crashreporter.ini +lib/%%APP_NAME%%/defaults/pref/browser-prefs.js +lib/%%APP_NAME%%/defaults/pref/channel-prefs.js +lib/%%APP_NAME%%/dependentlibs.list +lib/%%APP_NAME%%/dictionaries/en-US.aff +lib/%%APP_NAME%%/dictionaries/en-US.dic +lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png +lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf +lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png +lib/%%APP_NAME%%/icons/default16.png +lib/%%APP_NAME%%/icons/mozicon128.png +lib/%%APP_NAME%%/icons/updater.png +lib/%%APP_NAME%%/instantbird +lib/%%APP_NAME%%/instantbird-bin +lib/%%APP_NAME%%/libfreebl3.chk +lib/%%APP_NAME%%/libfreebl3.so +lib/%%APP_NAME%%/libmozalloc.so +lib/%%APP_NAME%%/libmozsqlite3.so +lib/%%APP_NAME%%/libnspr4.so +lib/%%APP_NAME%%/libnss3.so +lib/%%APP_NAME%%/libnssckbi.so +lib/%%APP_NAME%%/libnssdbm3.chk +lib/%%APP_NAME%%/libnssdbm3.so +lib/%%APP_NAME%%/libnssutil3.so +lib/%%APP_NAME%%/libplc4.so +lib/%%APP_NAME%%/libplds4.so +lib/%%APP_NAME%%/libsmime3.so +lib/%%APP_NAME%%/libsoftokn3.chk +lib/%%APP_NAME%%/libsoftokn3.so +lib/%%APP_NAME%%/libssl3.so +lib/%%APP_NAME%%/libxul.so +lib/%%APP_NAME%%/mozilla-xremote-client +lib/%%APP_NAME%%/omni.ja +lib/%%APP_NAME%%/platform.ini +lib/%%APP_NAME%%/plugin-container +lib/%%APP_NAME%%/plugins +lib/%%APP_NAME%%/precomplete +lib/%%APP_NAME%%/removed-files +lib/%%APP_NAME%%/run-mozilla.sh +lib/%%APP_NAME%%/searchplugins/amazondotcom.xml +lib/%%APP_NAME%%/searchplugins/answers.xml +lib/%%APP_NAME%%/searchplugins/creativecommons.xml +lib/%%APP_NAME%%/searchplugins/eBay.xml +lib/%%APP_NAME%%/searchplugins/google.xml +lib/%%APP_NAME%%/searchplugins/wikipedia.xml +lib/%%APP_NAME%%/searchplugins/yahoo.xml +lib/%%APP_NAME%%/updater +lib/%%APP_NAME%%/updater.ini +@exec /bin/cp -R %%LOCALBASE%%/lib/xpi/symlinks/%%APP_NAME%%/ %D/lib/%%APP_NAME%%/extensions/ 2>/dev/null || true +@unexec /usr/bin/find %D/lib/%%APP_NAME%%/extensions/ -depth 1 -type l -delete 2>/dev/null || true +@dirrm lib/%%APP_NAME%%/chrome/icons/default +@dirrm lib/%%APP_NAME%%/chrome/icons +@dirrm lib/%%APP_NAME%%/chrome +@dirrm lib/%%APP_NAME%%/components +@dirrm lib/%%APP_NAME%%/defaults/pref +@dirrm lib/%%APP_NAME%%/defaults +@dirrm lib/%%APP_NAME%%/dictionaries +@dirrm lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd} +@dirrm lib/%%APP_NAME%%/extensions +@dirrm lib/%%APP_NAME%%/icons +@dirrm lib/%%APP_NAME%%/searchplugins +@dirrm lib/%%APP_NAME%% From owner-freebsd-gecko@FreeBSD.ORG Sat Aug 30 09:25:07 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ABA5ACF7 for ; Sat, 30 Aug 2014 09:25:07 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25E3712EE for ; Sat, 30 Aug 2014 09:25:06 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s7U9P3wH074674 for ; Sat, 30 Aug 2014 09:25:03 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s7U9OwFD073914 for freebsd-gecko@freebsd.org; Sat, 30 Aug 2014 09:24:58 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 30 Aug 2014 09:24:58 GMT Message-Id: <201408300924.s7U9OwFD073914@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1678 - trunk/www/linux-tor-browser MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2014 09:25:07 -0000 Author: jbeich Date: Sat Aug 30 09:24:58 2014 New Revision: 1678 Log: convert PLIST_SUB to option helper Modified: trunk/www/linux-tor-browser/Makefile trunk/www/linux-tor-browser/pkg-plist Modified: trunk/www/linux-tor-browser/Makefile ============================================================================== --- trunk/www/linux-tor-browser/Makefile Sat Aug 30 00:08:43 2014 (r1677) +++ trunk/www/linux-tor-browser/Makefile Sat Aug 30 09:24:58 2014 (r1678) @@ -40,9 +40,11 @@ ALL_LOCALES= ar de en-US es-ES fa fr it ko nl pl pt-PT ru tr vi zh-CN LOCALE= ${${PORT_OPTIONS:MLANG_*}} +PLIST_SUB= LOCALE="${LOCALE}" OPTIONS_DEFAULT=LANG_US OPTIONS_SINGLE= L10N +OPTIONS_SUB= yes L10N_DESC?= Localization @@ -54,14 +56,6 @@ . endif .endfor -.include - -.if ${PORT_OPTIONS:MLANG_US} -PLIST_SUB+= L10N="@comment " -.else -PLIST_SUB+= L10N="" LOCALE="${LOCALE}" -.endif - post-extract: @${CHMOD} -R +rX ${WRKSRC} Modified: trunk/www/linux-tor-browser/pkg-plist ============================================================================== --- trunk/www/linux-tor-browser/pkg-plist Sat Aug 30 00:08:43 2014 (r1677) +++ trunk/www/linux-tor-browser/pkg-plist Sat Aug 30 09:24:58 2014 (r1678) @@ -191,7 +191,7 @@ lib/linux-tor-browser/Browser/TorBrowser/Skel/Browser/profile.default/extensions/https-everywhere@eff.org/defaults/preferences/preferences.js lib/linux-tor-browser/Browser/TorBrowser/Skel/Browser/profile.default/extensions/https-everywhere@eff.org/defaults/rulesets.sqlite lib/linux-tor-browser/Browser/TorBrowser/Skel/Browser/profile.default/extensions/https-everywhere@eff.org/install.rdf -%%L10N%%lib/linux-tor-browser/Browser/TorBrowser/Skel/Browser/profile.default/extensions/langpack-%%LOCALE%%@firefox.mozilla.org.xpi +%%NO_LANG_US%%lib/linux-tor-browser/Browser/TorBrowser/Skel/Browser/profile.default/extensions/langpack-%%LOCALE%%@firefox.mozilla.org.xpi lib/linux-tor-browser/Browser/TorBrowser/Skel/Browser/profile.default/extensions/tor-launcher@torproject.org.xpi lib/linux-tor-browser/Browser/TorBrowser/Skel/Browser/profile.default/extensions/torbutton@torproject.org.xpi lib/linux-tor-browser/Browser/TorBrowser/Skel/Browser/profile.default/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi From owner-freebsd-gecko@FreeBSD.ORG Sat Aug 30 09:25:22 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ABEC5D05 for ; Sat, 30 Aug 2014 09:25:22 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3628D12F1 for ; Sat, 30 Aug 2014 09:25:22 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s7U9PKiU079605 for ; Sat, 30 Aug 2014 09:25:20 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s7U9PFYU079347 for freebsd-gecko@freebsd.org; Sat, 30 Aug 2014 09:25:15 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 30 Aug 2014 09:25:15 GMT Message-Id: <201408300925.s7U9PFYU079347@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1679 - trunk/net-im/linux-instantbird MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2014 09:25:22 -0000 Author: jbeich Date: Sat Aug 30 09:25:15 2014 New Revision: 1679 Log: add locales support based on linux-tor-browser code Modified: trunk/net-im/linux-instantbird/Makefile trunk/net-im/linux-instantbird/distinfo trunk/net-im/linux-instantbird/pkg-plist Modified: trunk/net-im/linux-instantbird/Makefile ============================================================================== --- trunk/net-im/linux-instantbird/Makefile Sat Aug 30 09:24:58 2014 (r1678) +++ trunk/net-im/linux-instantbird/Makefile Sat Aug 30 09:25:15 2014 (r1679) @@ -2,7 +2,7 @@ PORTNAME= instantbird DISTVERSION= 1.5 -DISTVERSIONSUFFIX=.en-US.linux-i686 +DISTVERSIONSUFFIX=.${LOCALE}.linux-i686 CATEGORIES= net-im irc ipv6 MASTER_SITES= http://ftp.instantbird.com/instantbird/releases/${DISTVERSION}/ \ GOOGLE_CODE @@ -13,5 +13,23 @@ USES= tar:bzip2 USE_LINUX_APPS= libxml2 #avahiglib avahilibs +ALL_LOCALES= cs de en-US es-ES et fr nl pl pt-BR ru sk sv-SE uk +LOCALE= ${${PORT_OPTIONS:MLANG_*}} +PLIST_SUB= LOCALE="${LOCALE}" +EXTRACT_AFTER_ARGS=--exclude '*/searchplugins' + +OPTIONS_DEFAULT=LANG_US +OPTIONS_SINGLE= L10N + +L10N_DESC?= Localization + +.for l in ${ALL_LOCALES} +OPTIONS_SINGLE_L10N+=LANG_${l:tu:C/.*-//} +LANG_${l:tu:C/.*-//}= ${l} +. if defined(PACKAGE_BUILDING) +DISTFILES+= ${DISTNAME:S/${LOCALE}/${l}/}${EXTRACT_SUFX} +. endif +.endfor + .include "${.CURDIR}/../../www/linux-seamonkey/Makefile.common" .include Modified: trunk/net-im/linux-instantbird/distinfo ============================================================================== --- trunk/net-im/linux-instantbird/distinfo Sat Aug 30 09:24:58 2014 (r1678) +++ trunk/net-im/linux-instantbird/distinfo Sat Aug 30 09:25:15 2014 (r1679) @@ -1,2 +1,26 @@ +SHA256 (instantbird-1.5.cs.linux-i686.tar.bz2) = f57914e1ebf4f35bf058f95391dc2290097fb212a5ddd92ecc37b7de7c4bea1c +SIZE (instantbird-1.5.cs.linux-i686.tar.bz2) = 23914169 +SHA256 (instantbird-1.5.de.linux-i686.tar.bz2) = 3cfd4e3eefda9c38db9df79b8c4711bf0398cfce9d9700db9ae2f721ed57a684 +SIZE (instantbird-1.5.de.linux-i686.tar.bz2) = 23906578 SHA256 (instantbird-1.5.en-US.linux-i686.tar.bz2) = 2a97ac4433616bcf930508a72d0dcf5e60cf5e0ebafa828c49176e1a6aeb1067 SIZE (instantbird-1.5.en-US.linux-i686.tar.bz2) = 24209711 +SHA256 (instantbird-1.5.es-ES.linux-i686.tar.bz2) = 1ecc4b0e56d09394f372dad23f23f36f0533356e20ba68ef1c1a4c2003ff8e33 +SIZE (instantbird-1.5.es-ES.linux-i686.tar.bz2) = 23881047 +SHA256 (instantbird-1.5.et.linux-i686.tar.bz2) = 1fae7a62de2fd3706b943bf302ed5d3f94285859a3820493666a3796857f973f +SIZE (instantbird-1.5.et.linux-i686.tar.bz2) = 24786664 +SHA256 (instantbird-1.5.fr.linux-i686.tar.bz2) = ad67f9c44e41858e5ac7a0ce2a0561d059f2382db6a1a7d70da79547fcd0735e +SIZE (instantbird-1.5.fr.linux-i686.tar.bz2) = 24359684 +SHA256 (instantbird-1.5.nl.linux-i686.tar.bz2) = 67ab8e00c33f31b2fdb2e476bb85dd83ade8a3fa2ba30fcc9de2de36a28095b1 +SIZE (instantbird-1.5.nl.linux-i686.tar.bz2) = 24758053 +SHA256 (instantbird-1.5.pl.linux-i686.tar.bz2) = d528eb9aa085349853bcfd516d38894b36c34110a8b5dac53e61f21581ac5b2e +SIZE (instantbird-1.5.pl.linux-i686.tar.bz2) = 25028515 +SHA256 (instantbird-1.5.pt-BR.linux-i686.tar.bz2) = 12b7630d7580af72b22e164702ff36bdbd436de5b44be03e8aa508f77f3aa876 +SIZE (instantbird-1.5.pt-BR.linux-i686.tar.bz2) = 24164134 +SHA256 (instantbird-1.5.ru.linux-i686.tar.bz2) = ce02f9d6e18183cae675a5d790c899b5c0696b234d2de5e0cb944a803c6b5fde +SIZE (instantbird-1.5.ru.linux-i686.tar.bz2) = 24530383 +SHA256 (instantbird-1.5.sk.linux-i686.tar.bz2) = 3b66fd22b120581db09f734be2481287201d4afd2ca96fb4ce0a24ff72ee4b9d +SIZE (instantbird-1.5.sk.linux-i686.tar.bz2) = 24830908 +SHA256 (instantbird-1.5.sv-SE.linux-i686.tar.bz2) = 331267db5bbd4086a48d848b491405ab688b6a4b66fa4b2726961e51de49ddb0 +SIZE (instantbird-1.5.sv-SE.linux-i686.tar.bz2) = 24342717 +SHA256 (instantbird-1.5.uk.linux-i686.tar.bz2) = 46f3f9ed19fb24cbafdab6c8fe8c923ec7ef8722407d93c49e8aa1026ed4aa47 +SIZE (instantbird-1.5.uk.linux-i686.tar.bz2) = 24371090 Modified: trunk/net-im/linux-instantbird/pkg-plist ============================================================================== --- trunk/net-im/linux-instantbird/pkg-plist Sat Aug 30 09:24:58 2014 (r1678) +++ trunk/net-im/linux-instantbird/pkg-plist Sat Aug 30 09:25:15 2014 (r1679) @@ -22,8 +22,8 @@ lib/%%APP_NAME%%/defaults/pref/browser-prefs.js lib/%%APP_NAME%%/defaults/pref/channel-prefs.js lib/%%APP_NAME%%/dependentlibs.list -lib/%%APP_NAME%%/dictionaries/en-US.aff -lib/%%APP_NAME%%/dictionaries/en-US.dic +lib/%%APP_NAME%%/dictionaries/%%LOCALE%%.aff +lib/%%APP_NAME%%/dictionaries/%%LOCALE%%.dic lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png @@ -57,13 +57,6 @@ lib/%%APP_NAME%%/precomplete lib/%%APP_NAME%%/removed-files lib/%%APP_NAME%%/run-mozilla.sh -lib/%%APP_NAME%%/searchplugins/amazondotcom.xml -lib/%%APP_NAME%%/searchplugins/answers.xml -lib/%%APP_NAME%%/searchplugins/creativecommons.xml -lib/%%APP_NAME%%/searchplugins/eBay.xml -lib/%%APP_NAME%%/searchplugins/google.xml -lib/%%APP_NAME%%/searchplugins/wikipedia.xml -lib/%%APP_NAME%%/searchplugins/yahoo.xml lib/%%APP_NAME%%/updater lib/%%APP_NAME%%/updater.ini @exec /bin/cp -R %%LOCALBASE%%/lib/xpi/symlinks/%%APP_NAME%%/ %D/lib/%%APP_NAME%%/extensions/ 2>/dev/null || true @@ -78,5 +71,4 @@ @dirrm lib/%%APP_NAME%%/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd} @dirrm lib/%%APP_NAME%%/extensions @dirrm lib/%%APP_NAME%%/icons -@dirrm lib/%%APP_NAME%%/searchplugins @dirrm lib/%%APP_NAME%% From owner-freebsd-gecko@FreeBSD.ORG Sat Aug 30 19:27:27 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6EE49A93 for ; Sat, 30 Aug 2014 19:27:27 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12FB91F02 for ; Sat, 30 Aug 2014 19:27:26 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s7UJRNeA015492 for ; Sat, 30 Aug 2014 19:27:23 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s7UJRIHg013654 for freebsd-gecko@freebsd.org; Sat, 30 Aug 2014 19:27:18 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 30 Aug 2014 19:27:18 GMT Message-Id: <201408301927.s7UJRIHg013654@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1680 - in trunk: Mk mail/thunderbird www/firefox www/firefox-esr www/firefox-nightly www/libxul www/seamonkey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2014 19:27:27 -0000 Author: jbeich Date: Sat Aug 30 19:27:17 2014 New Revision: 1680 Log: convert to USES=python Modified: trunk/Mk/bsd.gecko.mk trunk/mail/thunderbird/Makefile trunk/www/firefox-esr/Makefile trunk/www/firefox-nightly/Makefile trunk/www/firefox/Makefile trunk/www/libxul/Makefile trunk/www/seamonkey/Makefile Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Sat Aug 30 09:25:15 2014 (r1679) +++ trunk/Mk/bsd.gecko.mk Sat Aug 30 19:27:17 2014 (r1680) @@ -85,7 +85,8 @@ MOZILLA_BIN?= ${PORTNAME}-bin MOZILLA_EXEC_NAME?=${MOZILLA} MOZ_RPATH?= ${MOZILLA} -USES+= cpe compiler:c++11-lib gmake iconv perl5 pkgconfig desktop-file-utils +USES+= cpe compiler:c++11-lib gmake iconv perl5 pkgconfig \ + python:2,build desktop-file-utils CPE_VENDOR?=mozilla USE_PERL5= build USE_XORG= xext xrender xt Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Sat Aug 30 09:25:15 2014 (r1679) +++ trunk/mail/thunderbird/Makefile Sat Aug 30 19:27:17 2014 (r1680) @@ -34,7 +34,6 @@ SSP_UNSAFE= yes USE_AUTOTOOLS= autoconf213:env -USE_PYTHON_BUILD=2 OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko USE_MOZILLA= -cairo Modified: trunk/www/firefox-esr/Makefile ============================================================================== --- trunk/www/firefox-esr/Makefile Sat Aug 30 09:25:15 2014 (r1679) +++ trunk/www/firefox-esr/Makefile Sat Aug 30 19:27:17 2014 (r1680) @@ -30,7 +30,6 @@ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l USE_AUTOTOOLS= autoconf213:env -USE_PYTHON_BUILD=2 OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko CPE_PRODUCT= ${PORTNAME}_esr Modified: trunk/www/firefox-nightly/Makefile ============================================================================== --- trunk/www/firefox-nightly/Makefile Sat Aug 30 09:25:15 2014 (r1679) +++ trunk/www/firefox-nightly/Makefile Sat Aug 30 19:27:17 2014 (r1680) @@ -34,7 +34,6 @@ FETCH_ENV= SSL_CA_CERT_FILE=${LOCALBASE}/share/certs/ca-root-nss.crt USE_AUTOTOOLS= autoconf213:env -USE_PYTHON_BUILD=2 OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko CPE_VERSION= ${PORTVERSION:R} Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Sat Aug 30 09:25:15 2014 (r1679) +++ trunk/www/firefox/Makefile Sat Aug 30 19:27:17 2014 (r1680) @@ -30,7 +30,6 @@ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l USE_AUTOTOOLS= autoconf213:env -USE_PYTHON_BUILD=2 OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko CONFLICTS= firefox-esr-31.* firefox-esr-24.* firefox-esr-17.* Modified: trunk/www/libxul/Makefile ============================================================================== --- trunk/www/libxul/Makefile Sat Aug 30 09:25:15 2014 (r1679) +++ trunk/www/libxul/Makefile Sat Aug 30 19:27:17 2014 (r1680) @@ -31,7 +31,6 @@ CONFLICTS= libxul-1.9.* USE_AUTOTOOLS= autoconf213:env -USE_PYTHON_BUILD=2 WANT_GNOME= yes USE_QT5= # empty QT_NONSTANDARD= yes Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Sat Aug 30 09:25:15 2014 (r1679) +++ trunk/www/seamonkey/Makefile Sat Aug 30 19:27:17 2014 (r1680) @@ -34,7 +34,6 @@ SSP_UNSAFE= yes USE_AUTOTOOLS= autoconf213:env -USE_PYTHON_BUILD=2 OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko WANT_GNOME= yes From owner-freebsd-gecko@FreeBSD.ORG Sat Aug 30 21:44:08 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BBBF44BC for ; Sat, 30 Aug 2014 21:44:08 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4ACC71D76 for ; Sat, 30 Aug 2014 21:44:07 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s7ULhwbv048333 for ; Sat, 30 Aug 2014 21:43:58 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s7ULhrPv043320 for freebsd-gecko@freebsd.org; Sat, 30 Aug 2014 21:43:53 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 30 Aug 2014 21:43:53 GMT Message-Id: <201408302143.s7ULhrPv043320@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1681 - in trunk: Mk Mk/Uses audio/linux-f10-alsa-lib audio/linux-f10-alsa-plugins-oss audio/linux-f10-alsa-plugins-oss/files audio/linux-f10-alsa-plugins-pulseaudio audio/linux-f10-alsa-plugins-pulseaudio/files devel/nspr mail/linux-thunderbird mail/thunderbird mail/thunderbird-i18n security/nss www/firefox www/firefox-esr www/firefox-esr-i18n www/firefox-i18n www/libxul www/linux-firefox www/linux-seamonkey www/xpi-adblock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2014 21:44:08 -0000 Author: jbeich Date: Sat Aug 30 21:43:53 2014 New Revision: 1681 Log: sync with ports and linux-ports pull request Deleted: trunk/audio/linux-f10-alsa-plugins-oss/files/patch-pcm-oss.conf trunk/audio/linux-f10-alsa-plugins-pulseaudio/files/patch-pcm-oss.conf Modified: trunk/Mk/Uses/gecko.mk trunk/Mk/Uses/webplugin.mk trunk/Mk/bsd.gecko.mk trunk/audio/linux-f10-alsa-lib/Makefile trunk/audio/linux-f10-alsa-plugins-oss/Makefile trunk/audio/linux-f10-alsa-plugins-oss/pkg-plist trunk/audio/linux-f10-alsa-plugins-pulseaudio/Makefile trunk/audio/linux-f10-alsa-plugins-pulseaudio/pkg-plist trunk/devel/nspr/Makefile trunk/mail/linux-thunderbird/Makefile trunk/mail/thunderbird-i18n/Makefile trunk/mail/thunderbird/Makefile trunk/security/nss/Makefile trunk/www/firefox-esr-i18n/Makefile trunk/www/firefox-esr-i18n/Makefile.option trunk/www/firefox-esr/Makefile trunk/www/firefox-i18n/Makefile trunk/www/firefox-i18n/Makefile.lang trunk/www/firefox-i18n/Makefile.option trunk/www/firefox/Makefile trunk/www/libxul/Makefile trunk/www/linux-firefox/Makefile trunk/www/linux-seamonkey/Makefile trunk/www/linux-seamonkey/Makefile.common trunk/www/xpi-adblock/Makefile trunk/www/xpi-adblock/Makefile.xpi Modified: trunk/Mk/Uses/gecko.mk ============================================================================== --- trunk/Mk/Uses/gecko.mk Sat Aug 30 19:27:17 2014 (r1680) +++ trunk/Mk/Uses/gecko.mk Sat Aug 30 21:43:53 2014 (r1681) @@ -1,4 +1,4 @@ -# $FreeBSD: head/Mk/Uses/gecko.mk 352640 2014-04-29 20:35:24Z beat $ +# $FreeBSD: head/Mk/Uses/gecko.mk 363978 2014-08-04 09:11:25Z bapt $ # # Handle dependency of different gecko based applications # Modified: trunk/Mk/Uses/webplugin.mk ============================================================================== --- trunk/Mk/Uses/webplugin.mk Sat Aug 30 19:27:17 2014 (r1680) +++ trunk/Mk/Uses/webplugin.mk Sat Aug 30 21:43:53 2014 (r1681) @@ -1,6 +1,4 @@ -# $FreeBSD: head/Mk/Uses/webplugin.mk 333595 2013-11-12 18:01:39Z bapt $ -# -# MAINTAINER= gecko@FreeBSD.org +# $FreeBSD: head/Mk/Uses/webplugin.mk 348308 2014-03-15 10:31:54Z gerald $ # # Documentation and examples: # @@ -104,6 +102,8 @@ # /usr/local/lib/browser_plugins/symlinks/gecko/fooplugin.so -> /usr/local/lib/application/fooplugin.so # /usr/local/lib/browser_plugins/symlinks/gecko/fooplugin.xpi -> /usr/local/lib/application/fooplugin.xpi # ------------------------------------------------------ +# +# MAINTAINER= gecko@FreeBSD.org .if !defined(_INCLUDE_USES_WEBPLUGIN_MK) _INCLUDE_USES_WEBPLUGIN_MK= yes @@ -166,14 +166,12 @@ PLIST_SUB+= WEBPLUGIN_DIR="${WEBPLUGIN_DIR:S,^${PREFIX}/,,}" -_LNWF= ${WEBPLUGIN_FILES:S,^,${WEBPLUGIN_DIR}/,} - webplugin-post-install: @${ECHO_CMD} "@cwd ${LOCALBASE}" >> ${TMPPLIST} .for d in ${_WEBPLUGIN_LINKFARMS} ${INSTALL} -d ${STAGEDIR}${d} -.for l in ${_LNWF} - ${LN} -sf ${l} ${STAGEDIR}${d}/ +.for l in ${WEBPLUGIN_FILES} + ${LN} -sf ${l:S,^,${WEBPLUGIN_DIR}/,} ${STAGEDIR}${d}/ @${ECHO_CMD} "${d:S,^${LOCALBASE}/,,}/${l:T}" >> ${TMPPLIST} .endfor @${ECHO_CMD} "@unexec rmdir ${d:S,^${LOCALBASE},%D,} 2>/dev/null || true" >> ${TMPPLIST} @@ -181,6 +179,4 @@ @${ECHO_CMD} "@unexec rmdir ${_WEBPLUGIN_SLDIR:S,^${LOCALBASE},%D,} 2>/dev/null || true" >> ${TMPPLIST} @${ECHO_CMD} "@unexec rmdir ${_WEBPLUGIN_LIBDIR:S,^${LOCALBASE},%D,} 2>/dev/null || true" >> ${TMPPLIST} -post-install: webplugin-post-install - .endif Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Sat Aug 30 19:27:17 2014 (r1680) +++ trunk/Mk/bsd.gecko.mk Sat Aug 30 21:43:53 2014 (r1681) @@ -4,7 +4,7 @@ # Date created: 12 Nov 2005 # Whom: Michael Johnson # -# $FreeBSD: head/Mk/bsd.gecko.mk 362796 2014-07-24 13:32:58Z bapt $ +# $FreeBSD: head/Mk/bsd.gecko.mk 363978 2014-08-04 09:11:25Z bapt $ # # 4 column tabs prevent hair loss and tooth decay! Modified: trunk/audio/linux-f10-alsa-lib/Makefile ============================================================================== --- trunk/audio/linux-f10-alsa-lib/Makefile Sat Aug 30 19:27:17 2014 (r1680) +++ trunk/audio/linux-f10-alsa-lib/Makefile Sat Aug 30 21:43:53 2014 (r1681) @@ -1,5 +1,5 @@ # Created by: Boris Samorodov -# $FreeBSD: head/audio/linux-f10-alsa-lib/Makefile 329390 2013-10-04 21:35:35Z rene $ +# $FreeBSD: head/audio/linux-f10-alsa-lib/Makefile 340722 2014-01-22 17:00:46Z mat $ PORTNAME= alsa-lib PORTVERSION= 1.0.21 Modified: trunk/audio/linux-f10-alsa-plugins-oss/Makefile ============================================================================== --- trunk/audio/linux-f10-alsa-plugins-oss/Makefile Sat Aug 30 19:27:17 2014 (r1680) +++ trunk/audio/linux-f10-alsa-plugins-oss/Makefile Sat Aug 30 21:43:53 2014 (r1681) @@ -19,4 +19,8 @@ SRC_DISTFILES= ${PORTNAME:S/-oss//}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} USE_LDCONFIG= yes +# We will use native configuration file, so delete a linux one +post-extract: + @${RM} -r ${WRKSRC}/etc + .include Deleted: trunk/audio/linux-f10-alsa-plugins-oss/files/patch-pcm-oss.conf ============================================================================== --- trunk/audio/linux-f10-alsa-plugins-oss/files/patch-pcm-oss.conf Sat Aug 30 21:43:53 2014 (r1680) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,14 +0,0 @@ ---- etc/alsa/pcm/pcm-oss.conf.orig 2010-03-23 10:56:41.000000000 +0900 -+++ etc/alsa/pcm/pcm-oss.conf 2010-03-23 10:57:30.000000000 +0900 -@@ -7,3 +7,11 @@ - description "Open Sound System" - } - } -+ -+ctl.oss { -+ type oss -+ device /dev/mixer -+ hint { -+ description "Open Sound System" -+ } -+} Modified: trunk/audio/linux-f10-alsa-plugins-oss/pkg-plist ============================================================================== --- trunk/audio/linux-f10-alsa-plugins-oss/pkg-plist Sat Aug 30 19:27:17 2014 (r1680) +++ trunk/audio/linux-f10-alsa-plugins-oss/pkg-plist Sat Aug 30 21:43:53 2014 (r1681) @@ -1,4 +1,3 @@ -etc/alsa/pcm/pcm-oss.conf usr/lib/alsa-lib/libasound_module_ctl_oss.so usr/lib/alsa-lib/libasound_module_pcm_oss.so usr/share/doc/alsa-plugins-oss-1.0.21/COPYING Modified: trunk/audio/linux-f10-alsa-plugins-pulseaudio/Makefile ============================================================================== --- trunk/audio/linux-f10-alsa-plugins-pulseaudio/Makefile Sat Aug 30 19:27:17 2014 (r1680) +++ trunk/audio/linux-f10-alsa-plugins-pulseaudio/Makefile Sat Aug 30 21:43:53 2014 (r1681) @@ -1,5 +1,4 @@ -# Created by: hashiz -# $FreeBSD: head/audio/linux-f10-alsa-plugins-oss/Makefile 327706 2013-09-20 14:36:35Z bapt $ +# $FreeBSD$ PORTNAME= alsa-plugins-pulseaudio PORTVERSION= 1.0.21 @@ -21,4 +20,8 @@ # XXX move to audio/linux-f10-pulseaudio-libs USE_LINUX_APPS+=libasyncns xorglibs +# We will use native configuration file, so delete a linux one +post-extract: + @${RM} -r ${WRKSRC}/etc + .include Deleted: trunk/audio/linux-f10-alsa-plugins-pulseaudio/files/patch-pcm-oss.conf ============================================================================== --- trunk/audio/linux-f10-alsa-plugins-pulseaudio/files/patch-pcm-oss.conf Sat Aug 30 21:43:53 2014 (r1680) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,14 +0,0 @@ ---- etc/alsa/pcm/pcm-oss.conf.orig 2010-03-23 10:56:41.000000000 +0900 -+++ etc/alsa/pcm/pcm-oss.conf 2010-03-23 10:57:30.000000000 +0900 -@@ -7,3 +7,11 @@ - description "Open Sound System" - } - } -+ -+ctl.oss { -+ type oss -+ device /dev/mixer -+ hint { -+ description "Open Sound System" -+ } -+} Modified: trunk/audio/linux-f10-alsa-plugins-pulseaudio/pkg-plist ============================================================================== --- trunk/audio/linux-f10-alsa-plugins-pulseaudio/pkg-plist Sat Aug 30 19:27:17 2014 (r1680) +++ trunk/audio/linux-f10-alsa-plugins-pulseaudio/pkg-plist Sat Aug 30 21:43:53 2014 (r1681) @@ -1,4 +1,3 @@ -etc/alsa/pulse-default.conf usr/lib/alsa-lib/libasound_module_conf_pulse.so usr/lib/alsa-lib/libasound_module_ctl_pulse.so usr/lib/alsa-lib/libasound_module_pcm_pulse.so Modified: trunk/devel/nspr/Makefile ============================================================================== --- trunk/devel/nspr/Makefile Sat Aug 30 19:27:17 2014 (r1680) +++ trunk/devel/nspr/Makefile Sat Aug 30 21:43:53 2014 (r1681) @@ -1,5 +1,5 @@ # Created by: Maxim Sobolev -# $FreeBSD: head/devel/nspr/Makefile 359185 2014-06-25 05:35:31Z bapt $ +# $FreeBSD: head/devel/nspr/Makefile 363976 2014-08-04 09:03:53Z bapt $ PORTNAME= nspr DISTVERSION= 4.10.7 Modified: trunk/mail/linux-thunderbird/Makefile ============================================================================== --- trunk/mail/linux-thunderbird/Makefile Sat Aug 30 19:27:17 2014 (r1680) +++ trunk/mail/linux-thunderbird/Makefile Sat Aug 30 21:43:53 2014 (r1681) @@ -1,5 +1,5 @@ # Created by: Andrew Pantyukhin -# $FreeBSD: head/mail/linux-thunderbird/Makefile 357413 2014-06-11 03:42:55Z beat $ +# $FreeBSD: head/mail/linux-thunderbird/Makefile 363978 2014-08-04 09:11:25Z bapt $ PORTNAME= thunderbird DISTVERSION= 31.1.0 Modified: trunk/mail/thunderbird-i18n/Makefile ============================================================================== --- trunk/mail/thunderbird-i18n/Makefile Sat Aug 30 19:27:17 2014 (r1680) +++ trunk/mail/thunderbird-i18n/Makefile Sat Aug 30 21:43:53 2014 (r1681) @@ -1,5 +1,5 @@ # Created by: Andrew Pantyukhin -# $FreeBSD: head/mail/thunderbird-i18n/Makefile 357413 2014-06-11 03:42:55Z beat $ +# $FreeBSD: head/mail/thunderbird-i18n/Makefile 363978 2014-08-04 09:11:25Z bapt $ PORTNAME= thunderbird-i18n PORTVERSION= 31.1.0 Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Sat Aug 30 19:27:17 2014 (r1680) +++ trunk/mail/thunderbird/Makefile Sat Aug 30 21:43:53 2014 (r1681) @@ -1,5 +1,5 @@ # Created by: Joe Marcus Clarke -# $FreeBSD: head/mail/thunderbird/Makefile 362796 2014-07-24 13:32:58Z bapt $ +# $FreeBSD: head/mail/thunderbird/Makefile 363978 2014-08-04 09:11:25Z bapt $ PORTNAME= thunderbird DISTVERSION= 31.1.0 Modified: trunk/security/nss/Makefile ============================================================================== --- trunk/security/nss/Makefile Sat Aug 30 19:27:17 2014 (r1680) +++ trunk/security/nss/Makefile Sat Aug 30 21:43:53 2014 (r1681) @@ -1,5 +1,5 @@ # Created by: Maxim Sobolev -# $FreeBSD: head/security/nss/Makefile 362631 2014-07-23 07:49:43Z delphij $ +# $FreeBSD: head/security/nss/Makefile 363977 2014-08-04 09:06:06Z bapt $ PORTNAME= nss PORTVERSION= 3.17 Modified: trunk/www/firefox-esr-i18n/Makefile ============================================================================== --- trunk/www/firefox-esr-i18n/Makefile Sat Aug 30 19:27:17 2014 (r1680) +++ trunk/www/firefox-esr-i18n/Makefile Sat Aug 30 21:43:53 2014 (r1681) @@ -1,5 +1,5 @@ # Created by: Andrew Pantyukhin -# $FreeBSD: head/www/firefox-esr-i18n/Makefile 357413 2014-06-11 03:42:55Z beat $ +# $FreeBSD: head/www/firefox-esr-i18n/Makefile 363978 2014-08-04 09:11:25Z bapt $ PORTNAME= firefox PORTVERSION= 31.1.0 Modified: trunk/www/firefox-esr-i18n/Makefile.option ============================================================================== --- trunk/www/firefox-esr-i18n/Makefile.option Sat Aug 30 19:27:17 2014 (r1680) +++ trunk/www/firefox-esr-i18n/Makefile.option Sat Aug 30 21:43:53 2014 (r1681) @@ -1,5 +1,5 @@ # Created by: Koji Yokota -# $FreeBSD: head/www/firefox-i18n/Makefile.option 342632 2014-02-05 05:23:30Z beat $ +# $FreeBSD: head/www/firefox-esr-i18n/Makefile.option 363978 2014-08-04 09:11:25Z bapt $ OPTIONS_DEFINE= LANG_ACH \ LANG_AF \ Modified: trunk/www/firefox-esr/Makefile ============================================================================== --- trunk/www/firefox-esr/Makefile Sat Aug 30 19:27:17 2014 (r1680) +++ trunk/www/firefox-esr/Makefile Sat Aug 30 21:43:53 2014 (r1681) @@ -1,5 +1,5 @@ # Created by: Alan Eldridge -# $FreeBSD: head/www/firefox-esr/Makefile 362796 2014-07-24 13:32:58Z bapt $ +# $FreeBSD: head/www/firefox-esr/Makefile 363978 2014-08-04 09:11:25Z bapt $ PORTNAME= firefox DISTVERSION= 31.1.0 Modified: trunk/www/firefox-i18n/Makefile ============================================================================== --- trunk/www/firefox-i18n/Makefile Sat Aug 30 19:27:17 2014 (r1680) +++ trunk/www/firefox-i18n/Makefile Sat Aug 30 21:43:53 2014 (r1681) @@ -1,5 +1,5 @@ # Created by: Andrew Pantyukhin -# $FreeBSD: head/www/firefox-i18n/Makefile 357413 2014-06-11 03:42:55Z beat $ +# $FreeBSD: head/www/firefox-i18n/Makefile 363978 2014-08-04 09:11:25Z bapt $ PORTNAME= firefox-i18n PORTVERSION= 32.0 Modified: trunk/www/firefox-i18n/Makefile.lang ============================================================================== --- trunk/www/firefox-i18n/Makefile.lang Sat Aug 30 19:27:17 2014 (r1680) +++ trunk/www/firefox-i18n/Makefile.lang Sat Aug 30 21:43:53 2014 (r1681) @@ -1,5 +1,5 @@ # Created by: Koji Yokota -# $FreeBSD: head/www/firefox-i18n/Makefile.lang 342632 2014-02-05 05:23:30Z beat $ +# $FreeBSD: head/www/firefox-i18n/Makefile.lang 363978 2014-08-04 09:11:25Z bapt $ FIREFOX_I18N_ALL_= ach af an ar as ast be bg bn-BD bn-IN br bs ca cs \ csb cy da de el en-GB en-US en-ZA eo es-AR es-CL \ Modified: trunk/www/firefox-i18n/Makefile.option ============================================================================== --- trunk/www/firefox-i18n/Makefile.option Sat Aug 30 19:27:17 2014 (r1680) +++ trunk/www/firefox-i18n/Makefile.option Sat Aug 30 21:43:53 2014 (r1681) @@ -1,5 +1,5 @@ # Created by: Koji Yokota -# $FreeBSD: head/www/firefox-i18n/Makefile.option 342632 2014-02-05 05:23:30Z beat $ +# $FreeBSD: head/www/firefox-i18n/Makefile.option 363978 2014-08-04 09:11:25Z bapt $ OPTIONS_DEFINE= LANG_ACH \ LANG_AF \ Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Sat Aug 30 19:27:17 2014 (r1680) +++ trunk/www/firefox/Makefile Sat Aug 30 21:43:53 2014 (r1681) @@ -1,5 +1,5 @@ # Created by: Alan Eldridge -# $FreeBSD: head/www/firefox/Makefile 362796 2014-07-24 13:32:58Z bapt $ +# $FreeBSD: head/www/firefox/Makefile 363978 2014-08-04 09:11:25Z bapt $ PORTNAME= firefox DISTVERSION= 32.0 Modified: trunk/www/libxul/Makefile ============================================================================== --- trunk/www/libxul/Makefile Sat Aug 30 19:27:17 2014 (r1680) +++ trunk/www/libxul/Makefile Sat Aug 30 21:43:53 2014 (r1681) @@ -1,5 +1,5 @@ # Created by: Michael Johnson -# $FreeBSD: head/www/libxul/Makefile 359586 2014-06-27 17:21:06Z miwi $ +# $FreeBSD: head/www/libxul/Makefile 363978 2014-08-04 09:11:25Z bapt $ PORTNAME= libxul DISTVERSION= 31.1.0 Modified: trunk/www/linux-firefox/Makefile ============================================================================== --- trunk/www/linux-firefox/Makefile Sat Aug 30 19:27:17 2014 (r1680) +++ trunk/www/linux-firefox/Makefile Sat Aug 30 21:43:53 2014 (r1681) @@ -1,5 +1,5 @@ # Created by: voisine -# $FreeBSD: head/www/linux-firefox/Makefile 357413 2014-06-11 03:42:55Z beat $ +# $FreeBSD: head/www/linux-firefox/Makefile 363978 2014-08-04 09:11:25Z bapt $ PORTNAME= firefox DISTVERSION= 32.0 Modified: trunk/www/linux-seamonkey/Makefile ============================================================================== --- trunk/www/linux-seamonkey/Makefile Sat Aug 30 19:27:17 2014 (r1680) +++ trunk/www/linux-seamonkey/Makefile Sat Aug 30 21:43:53 2014 (r1681) @@ -1,5 +1,5 @@ # Created by: Andrew Pantyukhin -# $FreeBSD: head/www/linux-seamonkey/Makefile 362322 2014-07-20 14:44:10Z rene $ +# $FreeBSD: head/www/linux-seamonkey/Makefile 363978 2014-08-04 09:11:25Z bapt $ PORTNAME= seamonkey DISTVERSION= 2.29b2 Modified: trunk/www/linux-seamonkey/Makefile.common ============================================================================== --- trunk/www/linux-seamonkey/Makefile.common Sat Aug 30 19:27:17 2014 (r1680) +++ trunk/www/linux-seamonkey/Makefile.common Sat Aug 30 21:43:53 2014 (r1681) @@ -1,5 +1,5 @@ # Created by: Andrew Pantyukhin -# $FreeBSD: head/www/linux-seamonkey/Makefile.common 310165 2013-01-09 23:28:19Z flo $ +# $FreeBSD: head/www/linux-seamonkey/Makefile.common 363978 2014-08-04 09:11:25Z bapt $ .if defined(OVERRIDE_LINUX_NONBASE_PORTS) && \ ${OVERRIDE_LINUX_NONBASE_PORTS} != "f10" Modified: trunk/www/xpi-adblock/Makefile ============================================================================== --- trunk/www/xpi-adblock/Makefile Sat Aug 30 19:27:17 2014 (r1680) +++ trunk/www/xpi-adblock/Makefile Sat Aug 30 21:43:53 2014 (r1681) @@ -1,5 +1,5 @@ # Created by: Andrew Pantyukhin -# $FreeBSD: head/www/xpi-adblock/Makefile 341198 2014-01-26 15:07:21Z miwi $ +# $FreeBSD: head/www/xpi-adblock/Makefile 364158 2014-08-06 09:11:57Z olgeni $ PORTNAME= adblock PORTVERSION= 0.5.3.043 @@ -7,7 +7,7 @@ CATEGORIES= www MAINTAINER= miwi@FreeBSD.org -COMMENT= A content filtering extension +COMMENT= Content filtering extension XPI_NUM= 10 XPI_ID= {34274bf4-1d97-a289-e984-17e546307e4f} Modified: trunk/www/xpi-adblock/Makefile.xpi ============================================================================== --- trunk/www/xpi-adblock/Makefile.xpi Sat Aug 30 19:27:17 2014 (r1680) +++ trunk/www/xpi-adblock/Makefile.xpi Sat Aug 30 21:43:53 2014 (r1681) @@ -1,5 +1,5 @@ # Created by: Andrew Pantyukhin -# $FreeBSD: head/www/xpi-adblock/Makefile.xpi 352071 2014-04-24 21:49:07Z antoine $ +# $FreeBSD: head/www/xpi-adblock/Makefile.xpi 352986 2014-05-05 09:45:36Z bapt $ # XPI_ID - Extension id, might be in {12345-...} or dev@org format # XPI_NUM - Extension number, as in addons.mozilla.org URL @@ -119,7 +119,7 @@ USE_XPI= ${WITH_XPI_APPS} .endif -.if !defined(USE_XPI) || ${USE_XPI:U} == "YES" || ${USE_XPI} == "*" +.if !defined(USE_XPI) || ${USE_XPI:tu} == "YES" || ${USE_XPI} == "*" USE_XPI= ${XPI_APPS_ALL_WC} .endif