pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: Fix nss dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d6a094c1d69
branches:  trunk
changeset: 444371:2d6a094c1d69
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Wed Jan 06 11:21:40 2021 +0000

description:
firefox: Fix nss dependency

diffstat:

 www/firefox/Makefile          |  3 ++-
 www/firefox/mozilla-common.mk |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 836bcad5758b -r 2d6a094c1d69 www/firefox/Makefile
--- a/www/firefox/Makefile      Wed Jan 06 10:45:49 2021 +0000
+++ b/www/firefox/Makefile      Wed Jan 06 11:21:40 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.463 2021/01/01 12:52:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.464 2021/01/06 11:21:40 triaxx Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            84.0
@@ -6,6 +6,7 @@
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 EXTRACT_SUFX=  .tar.xz
diff -r 836bcad5758b -r 2d6a094c1d69 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Wed Jan 06 10:45:49 2021 +0000
+++ b/www/firefox/mozilla-common.mk     Wed Jan 06 11:21:40 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.192 2020/12/31 20:04:13 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.193 2021/01/06 11:21:40 triaxx Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -161,7 +161,7 @@
 BUILDLINK_API_DEPENDS.nspr+=   nspr>=4.26
 .include "../../devel/nspr/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nss+=    nss>=3.59
+BUILDLINK_API_DEPENDS.nss+=    nss>=3.59.1
 .include "../../devel/nss/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 #.include "../../mk/jpeg.buildlink3.mk"



Home | Main Index | Thread Index | Old Index