svn commit: r555056 - in branches/2020Q4: mail/thunderbird mail/thunderbird/files www/firefox-esr www/firefox-esr/files

Jan Beich jbeich at FreeBSD.org
Fri Nov 13 22:52:57 UTC 2020


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 \


More information about the svn-ports-all mailing list