svn commit: r448278 - in head: Mk mail/thunderbird www/firefox www/firefox-esr www/libxul www/seamonkey
Steve Wills
swills at FreeBSD.org
Fri Aug 18 21:53:45 UTC 2017
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
>
More information about the svn-ports-head
mailing list