svn commit: r555054 - in head: mail/thunderbird mail/thunderbird/files www/firefox-esr www/firefox-esr/files

Jan Beich jbeich at FreeBSD.org
Fri Nov 13 22:46:34 UTC 2020


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 \


More information about the svn-ports-all mailing list