[SVN-Commit] r1480 - in trunk: mail/thunderbird www/firefox-esr

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Fri Feb 7 01:10:46 UTC 2014


Author: jbeich
Date: Fri Feb  7 01:10:37 2014
New Revision: 1480

Log:
chase NSS version requirement bump in 24.3.0

Submitted by:	Toomas Aas <toomas.aas at raad.tartu.ee>

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

Modified: trunk/mail/thunderbird/Makefile
==============================================================================
--- trunk/mail/thunderbird/Makefile	Wed Feb  5 15:25:54 2014	(r1479)
+++ trunk/mail/thunderbird/Makefile	Fri Feb  7 01:10:37 2014	(r1480)
@@ -12,8 +12,8 @@
 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 \
+BUILD_DEPENDS=	nspr>=4.10.2:${PORTSDIR}/devel/nspr \
+		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: trunk/www/firefox-esr/Makefile
==============================================================================
--- trunk/www/firefox-esr/Makefile	Wed Feb  5 15:25:54 2014	(r1479)
+++ trunk/www/firefox-esr/Makefile	Fri Feb  7 01:10:37 2014	(r1480)
@@ -13,7 +13,7 @@
 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 freebsd-gecko mailing list