From owner-svn-ports-all@freebsd.org Wed Jun 20 00:22:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 508D21018614; Wed, 20 Jun 2018 00:22:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 029E07D4D4; Wed, 20 Jun 2018 00:22:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D7CE01AEE5; Wed, 20 Jun 2018 00:22:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5K0M6sC026444; Wed, 20 Jun 2018 00:22:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5K0M5rb026437; Wed, 20 Jun 2018 00:22:05 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201806200022.w5K0M5rb026437@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 20 Jun 2018 00:22:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472833 - in head: Mk/Uses www/firefox-esr www/firefox-esr-i18n www/firefox-esr/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: Mk/Uses www/firefox-esr www/firefox-esr-i18n www/firefox-esr/files X-SVN-Commit-Revision: 472833 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2018 00:22:07 -0000 Author: jbeich Date: Wed Jun 20 00:22:05 2018 New Revision: 472833 URL: https://svnweb.freebsd.org/changeset/ports/472833 Log: www/firefox-esr: update to 60.1.0 Changes: https://www.mozilla.org/firefox/60.1.0/releasenotes/ Added: head/www/firefox-esr/ - copied from r472726, head/www/firefox/ head/www/firefox-esr-i18n/ - copied from r472726, head/www/firefox-i18n/ Deleted: head/www/firefox-esr/Makefile.options head/www/firefox-esr/files/patch-bug1435212 head/www/firefox-esr/files/pkg-deinstall.in head/www/firefox-esr/files/pkg-install.in Modified: head/Mk/Uses/gecko.mk head/www/firefox-esr-i18n/Makefile head/www/firefox-esr-i18n/distinfo head/www/firefox-esr/Makefile head/www/firefox-esr/distinfo head/www/firefox-esr/files/patch-z-bug1436911 Modified: head/Mk/Uses/gecko.mk ============================================================================== --- head/Mk/Uses/gecko.mk Wed Jun 20 00:19:29 2018 (r472832) +++ head/Mk/Uses/gecko.mk Wed Jun 20 00:22:05 2018 (r472833) @@ -36,12 +36,12 @@ RUN_DEPENDS+= libxul>=45:www/libxul .elif ${gecko_ARGS:Mfirefox} -_GECKO_DEFAULT_VERSION= 52 -_GECKO_VERSIONS= 52 61 +_GECKO_DEFAULT_VERSION= 60 +_GECKO_VERSIONS= 60 61 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions -52_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr +60_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr 61_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox .if exists(${LOCALBASE}/bin/firefox) Modified: head/www/firefox-esr-i18n/Makefile ============================================================================== --- head/www/firefox-i18n/Makefile Tue Jun 19 00:37:31 2018 (r472726) +++ head/www/firefox-esr-i18n/Makefile Wed Jun 20 00:22:05 2018 (r472833) @@ -2,11 +2,12 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 60.0.2 +PORTVERSION= 60.1.0 CATEGORIES= www -MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi +MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}esr/linux-i686/xpi \ + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build1/linux-i686/xpi PKGNAMEPREFIX= +PKGNAMESUFFIX= -esr-i18n DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} @@ -15,7 +16,7 @@ COMMENT= Localized interface for Firefox EXTRACT_DEPENDS= zip:archivers/zip -USES= zip:infozip gecko:firefox,60,build +USES= zip:infozip gecko:firefox,build USE_XPI= firefox NO_ARCH= yes @@ -80,7 +81,7 @@ post-patch: ${XARGS} -0L1 ${REINPLACE_CMD} -i '' -e '/=4.19:devel/nspr \ # soundtouch>=1.9.0:audio/soundtouch \ USE_GECKO= gecko -CONFLICTS_INSTALL= firefox-esr +CPE_PRODUCT= ${PORTNAME}_esr +CONFLICTS_INSTALL= firefox MOZ_PKGCONFIG_FILES= # empty USE_MOZILLA= -cairo -soundtouch Modified: head/www/firefox-esr/distinfo ============================================================================== --- head/www/firefox/distinfo Tue Jun 19 00:37:31 2018 (r472726) +++ head/www/firefox-esr/distinfo Wed Jun 20 00:22:05 2018 (r472833) @@ -1,3 +1,3 @@ TIMESTAMP = 1528228087 -SHA256 (firefox-60.0.2.source.tar.xz) = 764566a06b71164e7fd20b2b0e6b08a71b4ccd4d6fd61867eb08011a551f6725 -SIZE (firefox-60.0.2.source.tar.xz) = 271930220 +SHA256 (firefox-60.1.0esr.source.tar.xz) = 6c6247b6fd63b4b08b85d3a7a536ce9238c3ce84de6c62ca0a5fdd2643d0cd1b +SIZE (firefox-60.1.0esr.source.tar.xz) = 267439036 Modified: head/www/firefox-esr/files/patch-z-bug1436911 ============================================================================== --- head/www/firefox/files/patch-z-bug1436911 Tue Jun 19 00:37:31 2018 (r472726) +++ head/www/firefox-esr/files/patch-z-bug1436911 Wed Jun 20 00:22:05 2018 (r472833) @@ -81,7 +81,7 @@ deleted file mode 100644 index 808b797d9bee..000000000000 --- dom/ipc/ContentPrefs.cpp +++ /dev/null -@@ -1,360 +0,0 @@ +@@ -1,361 +0,0 @@ -/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=8 sts=2 et sw=2 tw=80: */ -/* This Source Code Form is subject to the terms of the Mozilla Public @@ -353,6 +353,7 @@ index 808b797d9bee..000000000000 - "network.cookie.lifetimePolicy", - "network.dns.disablePrefetch", - "network.dns.disablePrefetchFromHTTPS", +- "network.file.disable_unc_paths", - "network.http.tailing.enabled", - "network.jar.block-remote-files", - "network.loadinfo.skip_type_assertion",