Date: Sat, 19 Aug 2017 14:08:15 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r448311 - in branches/2017Q3: Mk mail/thunderbird www/firefox www/firefox-esr www/libxul www/seamonkey Message-ID: <201708191408.v7JE8FMk048983@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Aug 19 14:08:15 2017 New Revision: 448311 URL: https://svnweb.freebsd.org/changeset/ports/448311 Log: MFH: r448278 gecko: stop calling home to check for updates after r436423 Upstream seems to define "default" as Nightly (custom build), not safe to update automatically. Once we switched to proper channels updater kicked in, except Mozilla never built binaries for FreeBSD. Not to mention, vendor updates conflict with system package manager. PR: 221541 Approved by: ports-secteam (feld) Modified: branches/2017Q3/Mk/bsd.gecko.mk branches/2017Q3/mail/thunderbird/Makefile branches/2017Q3/www/firefox-esr/Makefile branches/2017Q3/www/firefox/Makefile branches/2017Q3/www/libxul/Makefile branches/2017Q3/www/seamonkey/Makefile Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/Mk/bsd.gecko.mk ============================================================================== --- branches/2017Q3/Mk/bsd.gecko.mk Sat Aug 19 14:04:51 2017 (r448310) +++ branches/2017Q3/Mk/bsd.gecko.mk Sat Aug 19 14:08:15 2017 (r448311) @@ -253,6 +253,7 @@ MOZ_OPTIONS+= \ --enable-chrome-format=${MOZ_CHROME} \ --enable-default-toolkit=${MOZ_TOOLKIT} \ --enable-update-channel=${MOZ_CHANNEL} \ + --disable-updater \ --enable-pie \ --with-pthreads # Configure options for install Modified: branches/2017Q3/mail/thunderbird/Makefile ============================================================================== --- branches/2017Q3/mail/thunderbird/Makefile Sat Aug 19 14:04:51 2017 (r448310) +++ branches/2017Q3/mail/thunderbird/Makefile Sat Aug 19 14:08:15 2017 (r448311) @@ -3,6 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 52.3.0 +PORTREVISION= 1 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Modified: branches/2017Q3/www/firefox-esr/Makefile ============================================================================== --- branches/2017Q3/www/firefox-esr/Makefile Sat Aug 19 14:04:51 2017 (r448310) +++ branches/2017Q3/www/firefox-esr/Makefile Sat Aug 19 14:08:15 2017 (r448311) @@ -4,6 +4,7 @@ PORTNAME= firefox DISTVERSION= 52.3.0 DISTVERSIONSUFFIX=esr.source +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: branches/2017Q3/www/firefox/Makefile ============================================================================== --- branches/2017Q3/www/firefox/Makefile Sat Aug 19 14:04:51 2017 (r448310) +++ branches/2017Q3/www/firefox/Makefile Sat Aug 19 14:08:15 2017 (r448311) @@ -4,6 +4,7 @@ PORTNAME= firefox DISTVERSION= 55.0.2 DISTVERSIONSUFFIX=.source +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: branches/2017Q3/www/libxul/Makefile ============================================================================== --- branches/2017Q3/www/libxul/Makefile Sat Aug 19 14:04:51 2017 (r448310) +++ branches/2017Q3/www/libxul/Makefile Sat Aug 19 14:08:15 2017 (r448311) @@ -3,7 +3,7 @@ PORTNAME= libxul DISTVERSION= 45.9.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build3/source Modified: branches/2017Q3/www/seamonkey/Makefile ============================================================================== --- branches/2017Q3/www/seamonkey/Makefile Sat Aug 19 14:04:51 2017 (r448310) +++ branches/2017Q3/www/seamonkey/Makefile Sat Aug 19 14:08:15 2017 (r448311) @@ -4,7 +4,7 @@ PORTNAME= seamonkey DISTVERSION= 2.48 MOZILLA_VER= 51 # above + 3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708191408.v7JE8FMk048983>