svn commit: r498361 - in head/www: palemoon seamonkey

Jan Beich jbeich at FreeBSD.org
Mon Apr 8 11:50:42 UTC 2019


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 at 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 at 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 \


More information about the svn-ports-all mailing list