Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2020 22:52:57 +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: r555056 - in branches/2020Q4: mail/thunderbird mail/thunderbird/files www/firefox-esr www/firefox-esr/files
Message-ID:  <202011132252.0ADMqveN083016@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Nov 13 22:52:56 2020
New Revision: 555056
URL: https://svnweb.freebsd.org/changeset/ports/555056

Log:
  MFH: r555054
  
  www/firefox-esr: revert r522464 to improve stability
  
  Upstream adopted memfd_create instead which requires FreeBSD >= 13.
  Having ESR behave differently complicates maintenance, so drop
  SHM_ANON for now.
  
  PR:		243252
  Approved by:	ports-secteam blanket

Deleted:
  branches/2020Q4/mail/thunderbird/files/patch-bug1550891
  branches/2020Q4/www/firefox-esr/files/patch-bug1550891
Modified:
  branches/2020Q4/mail/thunderbird/Makefile
  branches/2020Q4/www/firefox-esr/Makefile
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/mail/thunderbird/Makefile
==============================================================================
--- branches/2020Q4/mail/thunderbird/Makefile	Fri Nov 13 22:51:33 2020	(r555055)
+++ branches/2020Q4/mail/thunderbird/Makefile	Fri Nov 13 22:52:56 2020	(r555056)
@@ -3,6 +3,7 @@
 
 PORTNAME=	thunderbird
 DISTVERSION=	78.4.3
+PORTREVISION=	1
 CATEGORIES=	mail news net-im
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
 		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source

Modified: branches/2020Q4/www/firefox-esr/Makefile
==============================================================================
--- branches/2020Q4/www/firefox-esr/Makefile	Fri Nov 13 22:51:33 2020	(r555055)
+++ branches/2020Q4/www/firefox-esr/Makefile	Fri Nov 13 22:52:56 2020	(r555056)
@@ -3,6 +3,7 @@
 
 PORTNAME=	firefox
 DISTVERSION=	78.5.0
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011132252.0ADMqveN083016>