Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2019 11:50:41 +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: r498361 - in head/www: palemoon seamonkey
Message-ID:  <201904081150.x38Bofgw042046@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Apr  8 11:50:41 2019
New Revision: 498361
URL: https://svnweb.freebsd.org/changeset/ports/498361

Log:
  www/{palemoon,seamonkey}: back out r497995
  
  Crash with Clang 8 doesn't affect i386 or aarch64. And expiration
  had to be discussed with www/palemoon maintainer.
  
  Requested by:	danfe, pi

Modified:
  head/www/palemoon/Makefile   (contents, props changed)
  head/www/seamonkey/Makefile   (contents, props changed)

Modified: head/www/palemoon/Makefile
==============================================================================
--- head/www/palemoon/Makefile	Mon Apr  8 11:19:55 2019	(r498360)
+++ head/www/palemoon/Makefile	Mon Apr  8 11:50:41 2019	(r498361)
@@ -10,9 +10,6 @@ CATEGORIES=	www ipv6
 MAINTAINER=	lichray@gmail.com
 COMMENT=	Open Source Goanna-based web browser
 
-DEPRECATED=	Multiple vulnerabilities and crashes if built by Clang 8
-EXPIRATION_DATE=2019-08-31
-
 BUILD_DEPENDS=	nspr>=4.15:devel/nspr \
 		nss>=3.31.1:security/nss \
 		libevent>=2.0.22:devel/libevent \

Modified: head/www/seamonkey/Makefile
==============================================================================
--- head/www/seamonkey/Makefile	Mon Apr  8 11:19:55 2019	(r498360)
+++ head/www/seamonkey/Makefile	Mon Apr  8 11:50:41 2019	(r498361)
@@ -13,9 +13,6 @@ DISTFILES=	${DISTNAME}.source${EXTRACT_SUFX}
 MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	The open source, standards compliant web browser
 
-DEPRECATED=	Multiple vulnerabilities and crashes if built by Clang 8
-EXPIRATION_DATE=2019-08-31
-
 BUILD_DEPENDS=	nspr>=4.13.1:devel/nspr \
 		nss>=3.28.6:security/nss \
 		libevent>=2.0.21_2:devel/libevent \



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