diff options
author | ryoon <ryoon@pkgsrc.org> | 2017-08-17 12:47:55 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2017-08-17 12:47:55 +0000 |
commit | 5e733c43c323a3b1a6f44b15bd3e3608d4905c82 (patch) | |
tree | 3ede29a2628650c6e581c37ea8cd94af48957a3e /www/firefox/Makefile | |
parent | e8f3aa18ca60dad1f9789fe15e10e62be482c57d (diff) | |
download | pkgsrc-5e733c43c323a3b1a6f44b15bd3e3608d4905c82.tar.gz |
Update to 55.0.2
Changelog:
Fixed
Fix a potential issue when the username had some specific characters in the path (Bug 1388584)
Fix an issue with new installation notification for sideload add-ons (Bug 1372448)
Fix performance regressions with WebExtension (Bugs 1386937 & 1389381)
Fix a regression with the popup menu (Bug 1388682)
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 433667388ca..63c1bd0ba26 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.303 2017/08/16 14:13:44 ryoon Exp $ +# $NetBSD: Makefile,v 1.304 2017/08/17 12:47:55 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 55.0 -MOZ_BRANCH_MINOR= .1 +MOZ_BRANCH_MINOR= .2 DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} -PKGREVISION= 1 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/} |