svn commit: r432400 - head/www/libxul

Jan Beich jbeich at FreeBSD.org
Tue Jan 24 22:31:05 UTC 2017


Author: jbeich
Date: Tue Jan 24 22:31:03 2017
New Revision: 432400
URL: https://svnweb.freebsd.org/changeset/ports/432400

Log:
  www/libxul: chase required NSS version after r431859

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

Modified: head/www/libxul/Makefile
==============================================================================
--- head/www/libxul/Makefile	Tue Jan 24 22:25:34 2017	(r432399)
+++ head/www/libxul/Makefile	Tue Jan 24 22:31:03 2017	(r432400)
@@ -12,7 +12,7 @@ MAINTAINER?=	gecko at FreeBSD.org
 COMMENT?=	Mozilla runtime package that can be used to bootstrap XUL+XPCOM apps
 
 BUILD_DEPENDS=	nspr>=4.12:devel/nspr \
-		nss>=3.21.1:security/nss \
+		nss>=3.21.3:security/nss \
 		libevent2>=2.0.21_2:devel/libevent2 \
 		soundtouch>=1.9.0:audio/soundtouch \
 		harfbuzz>=1.1.0:print/harfbuzz \


More information about the svn-ports-all mailing list