Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2020 22:46:33 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555054 - in head: mail/thunderbird mail/thunderbird/files www/firefox-esr www/firefox-esr/files
Message-ID:  <202011132246.0ADMkXZ6076588@repo.freebsd.org>

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

Log:
  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

Deleted:
  head/mail/thunderbird/files/patch-bug1550891
  head/www/firefox-esr/files/patch-bug1550891
Modified:
  head/mail/thunderbird/Makefile   (contents, props changed)
  head/www/firefox-esr/Makefile   (contents, props changed)

Modified: head/mail/thunderbird/Makefile
==============================================================================
--- head/mail/thunderbird/Makefile	Fri Nov 13 21:33:03 2020	(r555053)
+++ head/mail/thunderbird/Makefile	Fri Nov 13 22:46:33 2020	(r555054)
@@ -3,7 +3,7 @@
 
 PORTNAME=	thunderbird
 DISTVERSION=	78.4.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail news net-im
 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 Nov 13 21:33:03 2020	(r555053)
+++ head/www/firefox-esr/Makefile	Fri Nov 13 22:46:33 2020	(r555054)
@@ -3,7 +3,7 @@
 
 PORTNAME=	firefox
 DISTVERSION=	78.5.0
-PORTREVISION=	1
+PORTREVISION=	2
 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?202011132246.0ADMkXZ6076588>