Date: Fri, 18 Aug 2017 17:53:27 -0400 From: Steve Wills <swills@FreeBSD.org> To: Jan Beich <jbeich@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r448278 - in head: Mk mail/thunderbird www/firefox www/firefox-esr www/libxul www/seamonkey Message-ID: <f1defa7e-6db0-2b49-acc9-33d1ed26696f@FreeBSD.org> In-Reply-To: <201708182139.v7ILdkQb045695@repo.freebsd.org> References: <201708182139.v7ILdkQb045695@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Thank you! On 08/18/2017 17:39, Jan Beich wrote: > Author: jbeich > Date: Fri Aug 18 21:39:46 2017 > New Revision: 448278 > URL: https://svnweb.freebsd.org/changeset/ports/448278 > > Log: > 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 > MFH: 2017Q3 > > Modified: > head/Mk/bsd.gecko.mk (contents, props changed) > head/mail/thunderbird/Makefile (contents, props changed) > head/www/firefox-esr/Makefile (contents, props changed) > head/www/firefox/Makefile (contents, props changed) > head/www/libxul/Makefile (contents, props changed) > head/www/seamonkey/Makefile (contents, props changed) > > Modified: head/Mk/bsd.gecko.mk > ============================================================================== > --- head/Mk/bsd.gecko.mk Fri Aug 18 21:39:20 2017 (r448277) > +++ head/Mk/bsd.gecko.mk Fri Aug 18 21:39:46 2017 (r448278) > @@ -252,6 +252,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: head/mail/thunderbird/Makefile > ============================================================================== > --- head/mail/thunderbird/Makefile Fri Aug 18 21:39:20 2017 (r448277) > +++ head/mail/thunderbird/Makefile Fri Aug 18 21:39:46 2017 (r448278) > @@ -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: head/www/firefox-esr/Makefile > ============================================================================== > --- head/www/firefox-esr/Makefile Fri Aug 18 21:39:20 2017 (r448277) > +++ head/www/firefox-esr/Makefile Fri Aug 18 21:39:46 2017 (r448278) > @@ -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: head/www/firefox/Makefile > ============================================================================== > --- head/www/firefox/Makefile Fri Aug 18 21:39:20 2017 (r448277) > +++ head/www/firefox/Makefile Fri Aug 18 21:39:46 2017 (r448278) > @@ -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: head/www/libxul/Makefile > ============================================================================== > --- head/www/libxul/Makefile Fri Aug 18 21:39:20 2017 (r448277) > +++ head/www/libxul/Makefile Fri Aug 18 21:39:46 2017 (r448278) > @@ -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: head/www/seamonkey/Makefile > ============================================================================== > --- head/www/seamonkey/Makefile Fri Aug 18 21:39:20 2017 (r448277) > +++ head/www/seamonkey/Makefile Fri Aug 18 21:39:46 2017 (r448278) > @@ -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?f1defa7e-6db0-2b49-acc9-33d1ed26696f>