pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Wed Jan  6 11:21:40 UTC 2021

Modified Files:
        pkgsrc/www/firefox: Makefile mozilla-common.mk

Log Message:
firefox: Fix nss dependency


To generate a diff of this commit:
cvs rdiff -u -r1.463 -r1.464 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.192 -r1.193 pkgsrc/www/firefox/mozilla-common.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox/Makefile
diff -u pkgsrc/www/firefox/Makefile:1.463 pkgsrc/www/firefox/Makefile:1.464
--- pkgsrc/www/firefox/Makefile:1.463   Fri Jan  1 12:52:16 2021
+++ pkgsrc/www/firefox/Makefile Wed Jan  6 11:21:40 2021
@@ -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 @@ MOZ_BRANCH_MINOR=       .1
 
 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

Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.192 pkgsrc/www/firefox/mozilla-common.mk:1.193
--- pkgsrc/www/firefox/mozilla-common.mk:1.192  Thu Dec 31 20:04:13 2020
+++ pkgsrc/www/firefox/mozilla-common.mk        Wed Jan  6 11:21:40 2021
@@ -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.libevent+=    libeven
 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