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:   ryoon
Date:           Thu Sep 30 14:24:00 UTC 2021

Modified Files:
        pkgsrc/www/firefox: Makefile

Log Message:
firefox: Fix SITES for nodejs-output-92.0.tgz


To generate a diff of this commit:
cvs rdiff -u -r1.495 -r1.496 pkgsrc/www/firefox/Makefile

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.495 pkgsrc/www/firefox/Makefile:1.496
--- pkgsrc/www/firefox/Makefile:1.495   Thu Sep 30 14:18:27 2021
+++ pkgsrc/www/firefox/Makefile Thu Sep 30 14:24:00 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.495 2021/09/30 14:18:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.496 2021/09/30 14:24:00 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH=            92.0
-MOZ_BRANCH_MINOR=      .1
+MOZ_BRANCH=            93.0
+MOZ_BRANCH_MINOR=      b9
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
@@ -11,7 +11,7 @@ MASTER_SITES+=        ${MASTER_SITE_MOZILLA:=fi
 EXTRACT_SUFX=  .tar.xz
 
 DISTFILES=     ${DEFAULT_DISTFILES} nodejs-output-92.0.tgz
-SITES.nodejs-output-91.0.tgz=  ${MASTER_SITE_LOCAL}
+SITES.nodejs-output-92.0.tgz=  ${MASTER_SITE_LOCAL}
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
 HOMEPAGE=      https://www.mozilla.org/en-US/firefox/



Home | Main Index | Thread Index | Old Index