Index: head/www/firefox/Makefile =================================================================== --- head/www/firefox/Makefile (revision 503860) +++ head/www/firefox/Makefile (revision 503861) @@ -1,63 +1,63 @@ # Created by: Alan Eldridge # $FreeBSD$ PORTNAME= firefox DISTVERSION= 67.0.2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.21:devel/nspr \ nss>=3.43:security/nss \ icu>=63.1,1:devel/icu \ libevent>=2.1.8:devel/libevent \ harfbuzz>=2.3.1:print/harfbuzz \ graphite2>=1.3.13:graphics/graphite2 \ png>=1.6.35:graphics/png \ libvpx>=1.5.0:multimedia/libvpx \ sqlite3>=3.27.2:databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ nasm:devel/nasm \ zip:archivers/zip USE_GECKO= gecko CONFLICTS_INSTALL= firefox-esr MOZ_PKGCONFIG_FILES= # empty USE_MOZILLA= -hunspell -vpx USES= tar:xz FIREFOX_ICON= ${MOZILLA}.png FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/browser/chrome/icons/default/default48.png FIREFOX_DESKTOP= ${MOZSRC}/taskcluster/docker/${MOZILLA}-snap/${MOZILLA}.desktop MOZ_OPTIONS= --enable-application=browser \ --enable-official-branding OPTIONS_EXCLUDE= WAYLAND .include "${.CURDIR}/../../www/firefox/Makefile.options" post-patch: @${REINPLACE_CMD} -e 's/%u/%U/' -e '/X-MultipleArgs/d' \ -e '/^Icon/s/=.*/=${FIREFOX_ICON:R}/' \ ${FIREFOX_DESKTOP} @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/browser/app/nsBrowserApp.cpp pre-configure: (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13) (cd ${WRKSRC}/js/src/ && ${LOCALBASE}/bin/autoconf-2.13) post-install: ${INSTALL_DATA} ${FIREFOX_DESKTOP} ${STAGEDIR}${PREFIX}/share/applications/ ${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps ${LN} -sf ${FIREFOX_ICON_SRC} ${STAGEDIR}${PREFIX}/share/pixmaps/${FIREFOX_ICON} .include Index: head/www/firefox/distinfo =================================================================== --- head/www/firefox/distinfo (revision 503860) +++ head/www/firefox/distinfo (revision 503861) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559821319 -SHA256 (firefox-67.0.2.source.tar.xz) = 059de341d3c988e8a9b8c41a953307225fcce225d156bb35d907bf9fb0393a64 -SIZE (firefox-67.0.2.source.tar.xz) = 282906788 +TIMESTAMP = 1560068206 +SHA256 (firefox-67.0.2.source.tar.xz) = 6a0dd9a838c9532b143bb0322f73d03afd272f6afba92af5be5845061f0deb47 +SIZE (firefox-67.0.2.source.tar.xz) = 283090748 Index: head/www/firefox/files/patch-bug1554744 =================================================================== --- head/www/firefox/files/patch-bug1554744 (revision 503860) +++ head/www/firefox/files/patch-bug1554744 (nonexistent) @@ -1,30 +0,0 @@ -commit f8d21e08c1e4 -Author: Gijs Kruitbosch -Date: Fri May 31 13:55:56 2019 +0000 - - Bug 1554744 - make button state in browser language dialog correct when there's no available languages, r=johannh - - Differential Revision: https://phabricator.services.mozilla.com/D33273 - - --HG-- - extra : moz-landing-system : lando ---- - browser/components/preferences/browserLanguages.js | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git browser/components/preferences/browserLanguages.js browser/components/preferences/browserLanguages.js -index f8bae44b52c9..4c39f55fdafd 100644 ---- browser/components/preferences/browserLanguages.js -+++ browser/components/preferences/browserLanguages.js -@@ -78,9 +78,9 @@ class OrderedListBox { - setButtonState() { - let {upButton, downButton, removeButton} = this; - let {selectedIndex, itemCount} = this.richlistbox; -- upButton.disabled = selectedIndex == 0; -+ upButton.disabled = selectedIndex <= 0; - downButton.disabled = selectedIndex == itemCount - 1; -- removeButton.disabled = itemCount == 1 || !this.selectedItem.canRemove; -+ removeButton.disabled = itemCount <= 1 || !this.selectedItem.canRemove; - } - - moveUp() { Property changes on: head/www/firefox/files/patch-bug1554744 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property