git: 31c1a83b5c00 - main - www/firefox: fix dependency version information
Christoph Moench-Tegeder
cmt at FreeBSD.org
Mon May 24 15:17:02 UTC 2021
The branch main has been updated by cmt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=31c1a83b5c002170ca78ef9e6e0e51864dc1ce89
commit 31c1a83b5c002170ca78ef9e6e0e51864dc1ce89
Author: Christoph Moench-Tegeder <cmt at FreeBSD.org>
AuthorDate: 2021-05-24 15:07:29 +0000
Commit: Christoph Moench-Tegeder <cmt at 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 at 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 \
More information about the dev-commits-ports-all
mailing list