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:           Mon Jul  3 12:27:49 UTC 2017

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

Log Message:
Update to 54.0.1

Changelog:

Fixed
    Fix a display issue of tab title (bug 1357656)

    Fix a display issue of opening new tab (bug 1371995)

    Fix a display issue when opening multiple tabs (bug 1371962)

    Fix a tab display issue when downloading files (bug 1373109)

    Fix a PDF printing issue (bug 1366744)

    Fix a Netflix issue on Linux (bug 1375708)


To generate a diff of this commit:
cvs rdiff -u -r1.298 -r1.299 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.285 -r1.286 pkgsrc/www/firefox/distinfo
cvs rdiff -u -r1.94 -r1.95 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.298 pkgsrc/www/firefox/Makefile:1.299
--- pkgsrc/www/firefox/Makefile:1.298   Thu Jun 29 08:07:59 2017
+++ pkgsrc/www/firefox/Makefile Mon Jul  3 12:27:49 2017
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.298 2017/06/29 08:07:59 martin Exp $
+# $NetBSD: Makefile,v 1.299 2017/07/03 12:27:49 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            54.0
-MOZ_BRANCH_MINOR=      
+MOZ_BRANCH_MINOR=      .1
 
 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/}

Index: pkgsrc/www/firefox/distinfo
diff -u pkgsrc/www/firefox/distinfo:1.285 pkgsrc/www/firefox/distinfo:1.286
--- pkgsrc/www/firefox/distinfo:1.285   Fri Jun 30 16:45:05 2017
+++ pkgsrc/www/firefox/distinfo Mon Jul  3 12:27:49 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.285 2017/06/30 16:45:05 tsutsui Exp $
+$NetBSD: distinfo,v 1.286 2017/07/03 12:27:49 ryoon Exp $
 
-SHA1 (firefox-54.0.source.tar.xz) = 44e40c77f58e3b203dc60f51c5a02993f6c38ee5
-RMD160 (firefox-54.0.source.tar.xz) = 310f21498bc69939049d3ca881674a40fba8da21
-SHA512 (firefox-54.0.source.tar.xz) = 0ff6960804e7f6d3e15faeb14b237fee45acae31b4652a6cc5cafa1a1b1eab3537616c3e8ea6d8f3109c87dcc8f86f0df3da2627903b80061c8a62fb11598ed9
-Size (firefox-54.0.source.tar.xz) = 229178564 bytes
+SHA1 (firefox-54.0.1.source.tar.xz) = 1378f3e4f481fb3d6fcc67e20390d932bdff67ae
+RMD160 (firefox-54.0.1.source.tar.xz) = 51b16822922c8368ab26e9f2597e6ed81f98790c
+SHA512 (firefox-54.0.1.source.tar.xz) = 43607c2c0af995a21dc7f0f68b24b7e5bdb3faa5ee06025901c826bfe4d169256ea1c9eb5fcc604c4d6426ced53e80787c12fc07cda014eca09199ef3df783a2
+Size (firefox-54.0.1.source.tar.xz) = 229935420 bytes
 SHA1 (patch-aa) = 3ba9735f6b2da91f9699e54e9390ec90d3cc5577
 SHA1 (patch-browser_app_nsBrowserApp.cpp) = 915f03770ac4a73d7554f213ce3c7f76d7a34cf0
 SHA1 (patch-browser_confvars.sh) = d4f70fd4672416ce5c98181b974f8d8df9a6069f

Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.94 pkgsrc/www/firefox/mozilla-common.mk:1.95
--- pkgsrc/www/firefox/mozilla-common.mk:1.94   Mon May  1 00:13:45 2017
+++ pkgsrc/www/firefox/mozilla-common.mk        Mon Jul  3 12:27:49 2017
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.94 2017/05/01 00:13:45 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.95 2017/07/03 12:27:49 ryoon Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -74,7 +74,12 @@ CONFIGURE_ARGS+=     --enable-url-classifier
 CONFIGURE_ARGS+=       --disable-icf
 CONFIGURE_ARGS+=       --disable-updater
 
+#.if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64") && ${OPSYS} != "SunOS"
+#BUILD_DEPENDS+=               cargo-[0-9]*:../../devel/cargo
+#CONFIGURE_ARGS+=      --enable-rust
+#.else
 CONFIGURE_ARGS+=       --disable-rust
+#.endif
 
 SUBST_CLASSES+=                        fix-paths
 SUBST_STAGE.fix-paths=         pre-configure



Home | Main Index | Thread Index | Old Index