diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-12-02 08:18:09 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-12-02 08:18:09 +0800 |
commit | 7e94970de4b38f248baa3e560c37cc270f5ac5c2 (patch) | |
tree | e2e24997d6eb62cfa62434d0b96e120e023f37e6 | |
parent | af3c6dbbbb2adc19f583c839209f89f19aaa8df9 (diff) | |
download | freebsd-ports-gnome-7e94970de4b38f248baa3e560c37cc270f5ac5c2.tar.gz freebsd-ports-gnome-7e94970de4b38f248baa3e560c37cc270f5ac5c2.tar.zst freebsd-ports-gnome-7e94970de4b38f248baa3e560c37cc270f5ac5c2.zip |
www/waterfox: minor fixes
-rw-r--r-- | www/waterfox/Makefile | 3 | ||||
-rw-r--r-- | www/waterfox/files/patch-typos | 33 | ||||
-rw-r--r-- | www/waterfox/pkg-descr | 1 |
3 files changed, 36 insertions, 1 deletions
diff --git a/www/waterfox/Makefile b/www/waterfox/Makefile index 29ec628f475a..a7ed455192ca 100644 --- a/www/waterfox/Makefile +++ b/www/waterfox/Makefile @@ -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 \ diff --git a/www/waterfox/files/patch-typos b/www/waterfox/files/patch-typos new file mode 100644 index 000000000000..5021b5e5b21e --- /dev/null +++ b/www/waterfox/files/patch-typos @@ -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_ */ diff --git a/www/waterfox/pkg-descr b/www/waterfox/pkg-descr index 12f87eec88f3..68aee319d69f 100644 --- a/www/waterfox/pkg-descr +++ b/www/waterfox/pkg-descr @@ -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/ |