Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2014 21:55:09 +0000 (UTC)
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343300 - in head: mail/thunderbird www/firefox-esr
Message-ID:  <201402072155.s17Lt9vK031651@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: flo
Date: Fri Feb  7 21:55:08 2014
New Revision: 343300
URL: http://svnweb.freebsd.org/changeset/ports/343300
QAT: https://qat.redports.org/buildarchive/r343300/

Log:
  Update BUILD_DEPENDS, nss 3.15.4 is required to build firefox-esr and
  thunderbird.
  
  Submitted by:	Toomas Aas <toomas.aas@raad.tartu.ee>

Modified:
  head/mail/thunderbird/Makefile
  head/www/firefox-esr/Makefile

Modified: head/mail/thunderbird/Makefile
==============================================================================
--- head/mail/thunderbird/Makefile	Fri Feb  7 21:46:26 2014	(r343299)
+++ head/mail/thunderbird/Makefile	Fri Feb  7 21:55:08 2014	(r343300)
@@ -13,7 +13,7 @@ MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	Mozilla Thunderbird is standalone mail and news that stands above
 
 BUILD_DEPENDS=	nspr>=4.10:${PORTSDIR}/devel/nspr \
-		nss>=3.15:${PORTSDIR}/security/nss \
+		nss>=3.15.4:${PORTSDIR}/security/nss \
 		sqlite3>=3.7.17:${PORTSDIR}/databases/sqlite3 \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
 		cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \

Modified: head/www/firefox-esr/Makefile
==============================================================================
--- head/www/firefox-esr/Makefile	Fri Feb  7 21:46:26 2014	(r343299)
+++ head/www/firefox-esr/Makefile	Fri Feb  7 21:55:08 2014	(r343300)
@@ -14,7 +14,7 @@ MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	Web browser based on the browser portion of Mozilla
 
 BUILD_DEPENDS=	nspr>=4.10.2:${PORTSDIR}/devel/nspr \
-		nss>=3.15:${PORTSDIR}/security/nss \
+		nss>=3.15.4:${PORTSDIR}/security/nss \
 		sqlite3>=3.7.17:${PORTSDIR}/databases/sqlite3 \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
 		cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \



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