Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Dec 2017 00:18:09 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455324 - in head/www/waterfox: . files
Message-ID:  <201712020018.vB20I97q038386@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Dec  2 00:18:09 2017
New Revision: 455324
URL: https://svnweb.freebsd.org/changeset/ports/455324

Log:
  www/waterfox: minor fixes

Added:
  head/www/waterfox/files/patch-typos   (contents, props changed)
Modified:
  head/www/waterfox/Makefile   (contents, props changed)
  head/www/waterfox/pkg-descr   (contents, props changed)

Modified: head/www/waterfox/Makefile
==============================================================================
--- head/www/waterfox/Makefile	Fri Dec  1 23:52:23 2017	(r455323)
+++ head/www/waterfox/Makefile	Sat Dec  2 00:18:09 2017	(r455324)
@@ -2,13 +2,14 @@
 
 PORTNAME=	waterfox
 DISTVERSION=	56.0.s20171130
+PORTREVISION=	1
 CATEGORIES=	www ipv6
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Distilled fork of Firefox
 
 DEPRECATED=	Temporary experiment
-EXPIRATION_DATE=2017-12-12
+EXPIRATION_DATE=2017-12-19
 
 BUILD_DEPENDS=	nspr>=4.16:devel/nspr \
 		nss>=3.32.1:security/nss \

Added: head/www/waterfox/files/patch-typos
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/waterfox/files/patch-typos	Sat Dec  2 00:18:09 2017	(r455324)
@@ -0,0 +1,33 @@
+Mismerges found by comparing changes with Firefox 56
+
+--- dom/base/nsNodeUtils.cpp.orig
++++ dom/base/nsNodeUtils.cpp
+@@ -589,6 +589,7 @@ nsNodeUtils::CloneAndAdopt(nsINode *aNode, bool aClone, bool aDeep,
+           if (wasRegistered) {
+             aNode->OwnerDoc()->UnregisterActivityObserver(aNode->AsElement());
+           }
++          aNode->mNodeInfo.swap(newNodeInfo);
+           if (elem) {
+             elem->NodeInfoChanged(newDoc);
+           }
+--- netwerk/test/unit/test_idn_urls.js.orig
++++ netwerk/test/unit/test_idn_urls.js
+@@ -286,7 +286,7 @@ const testcases = [
+     // Thai (also tests that node with over 63 UTF-8 octets doesn't fail)
+     ["เครื่องทําน้ําทําน้ําแข็ง",
+                  "xn--22cdjb2fanb9fyepcbbb9dwh4a3igze4fdcd",
+-                                                     false, true, true]
++                                                     false, true, true],
+ 
+     // Effect of adding valid or invalid subdomains (bug 1399540)
+     ["䕮䕵䕶䕱.ascii", "xn--google.ascii",                       false, true,  true],
+--- security/nss/lib/softoken/softkver.h.orig
++++ security/nss/lib/softoken/softkver.h
+@@ -26,6 +26,6 @@
+ #define SOFTOKEN_VMINOR 32
+ #define SOFTOKEN_VPATCH 1
+ #define SOFTOKEN_VBUILD 0
+-#define SOFTOKEN_BETA PR_TRUE
++#define SOFTOKEN_BETA PR_FALSE
+ 
+ #endif /* _SOFTKVER_H_ */

Modified: head/www/waterfox/pkg-descr
==============================================================================
--- head/www/waterfox/pkg-descr	Fri Dec  1 23:52:23 2017	(r455323)
+++ head/www/waterfox/pkg-descr	Sat Dec  2 00:18:09 2017	(r455324)
@@ -20,5 +20,6 @@ Features:
  o Removal of Sponsored Tiles on New Tab Page
  o Addition of Duplicate Tab option (toggle with browser.tabs.duplicateTab)
  o Locale selector in about:preferences > General
+ o Cookie Prompt
 
 WWW: https://www.waterfoxproject.org/



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