Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 May 2021 15:17:01 GMT
From:      Christoph Moench-Tegeder <cmt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 31c1a83b5c00 - main - www/firefox: fix dependency version information
Message-ID:  <202105241517.14OFH18f085990@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cmt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=31c1a83b5c002170ca78ef9e6e0e51864dc1ce89

commit 31c1a83b5c002170ca78ef9e6e0e51864dc1ce89
Author:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
AuthorDate: 2021-05-24 15:07:29 +0000
Commit:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
CommitDate: 2021-05-24 15:07:29 +0000

    www/firefox: fix dependency version information
    
    According to:
      build/moz.configure/nspr.configure (NSPR, sets minimum version)
      build/moz.configure/nss.configure (NSS, sets minimum version)
      gfx/harfbuzz/README.mozilla (harfbuzz embedded copy, we use our own)
      gfx/graphite2/README.mozilla (graphite2 embedded copy, we use our own)
      media/libpng/README (libpng embedded copy, we use our own)
      media/libvpx/config/vpx_version.h (libvpx embedded copy, we use our own)
    may this help me when I touch it next time
---
 www/firefox/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 708c98746909..24083f259305 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -13,12 +13,12 @@ MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	Web browser based on the browser portion of Mozilla
 
 BUILD_DEPENDS=	nspr>=4.26:devel/nspr \
-		nss>=3.62:security/nss \
+		nss>=3.63:security/nss \
 		icu>=67.1,1:devel/icu \
 		libevent>=2.1.8:devel/libevent \
 		harfbuzz>=2.7.4:print/harfbuzz \
 		graphite2>=1.3.14:graphics/graphite2 \
-		png>=1.6.35:graphics/png \
+		png>=1.6.37:graphics/png \
 		libvpx>=1.8.2:multimedia/libvpx \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
 		v4l_compat>0:multimedia/v4l_compat \



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