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

Florian Smeets flo at FreeBSD.org
Fri Feb 7 21:55:09 UTC 2014


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


More information about the svn-ports-all mailing list