diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2014-02-16 22:30:03 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2014-02-16 22:30:03 +0000 |
commit | 4a6acbc502ac7048e7032c02153fd17372d007e4 (patch) | |
tree | 360fc7db45f296268954d8ffc76ba23150690995 /www/libxul/Makefile | |
parent | 256a421761ef717832d1bd13ae50f8aa339326a9 (diff) |
Notes
Diffstat (limited to 'www/libxul/Makefile')
-rw-r--r-- | www/libxul/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/libxul/Makefile b/www/libxul/Makefile index 4625d31dea60..c6d7cb3fb4f2 100644 --- a/www/libxul/Makefile +++ b/www/libxul/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libxul -DISTVERSION= 24.2.0 -PORTREVISION= 1 +DISTVERSION= 24.3.0 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ https://ftp.mozilla.org/pub/mozilla.org/firefox/candidates/${DISTVERSION}esr-candidates/build1/source/ @@ -13,7 +12,7 @@ MAINTAINER?= gecko@FreeBSD.org COMMENT?= Mozilla runtime package that can be used to bootstrap XUL+XPCOM apps 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 \ |