pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox60



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat May 11 04:02:29 UTC 2019

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

Log Message:
Update to 60.6.3

* Convert to ffmpeg dependency to 4

Changelog:
Fixed:
    Further improvements to re-enable web extensions which had been
    disabled for users with a master password set (Bug 1549249).


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/firefox60/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/firefox60/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/firefox60/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/firefox60/Makefile
diff -u pkgsrc/www/firefox60/Makefile:1.20 pkgsrc/www/firefox60/Makefile:1.21
--- pkgsrc/www/firefox60/Makefile:1.20  Mon May  6 09:31:37 2019
+++ pkgsrc/www/firefox60/Makefile       Sat May 11 04:02:29 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2019/05/06 09:31:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.21 2019/05/11 04:02:29 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            60.6
-MOZ_BRANCH_MINOR=      .2esr
+MOZ_BRANCH_MINOR=      .3esr
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       firefox${MOZ_BRANCH:C/\..*$//}-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//}

Index: pkgsrc/www/firefox60/distinfo
diff -u pkgsrc/www/firefox60/distinfo:1.10 pkgsrc/www/firefox60/distinfo:1.11
--- pkgsrc/www/firefox60/distinfo:1.10  Mon May  6 09:31:37 2019
+++ pkgsrc/www/firefox60/distinfo       Sat May 11 04:02:29 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.10 2019/05/06 09:31:37 ryoon Exp $
+$NetBSD: distinfo,v 1.11 2019/05/11 04:02:29 ryoon Exp $
 
-SHA1 (firefox-60.6.2esr.source.tar.xz) = 3a1308fcb92761a5f95db7d34c143b08a5401c47
-RMD160 (firefox-60.6.2esr.source.tar.xz) = e299be61f49fc0408616f7417187a8254b326640
-SHA512 (firefox-60.6.2esr.source.tar.xz) = ed4bf61555dcdae953b0a2f7bc23fae581b1c205d401e1bec524f62044455774c5cb18566bc2c96a6465bfd0d2b504fa94fbc719c4a46ea80eec2b776e86309f
-Size (firefox-60.6.2esr.source.tar.xz) = 271234924 bytes
+SHA1 (firefox-60.6.3esr.source.tar.xz) = 87796801929b453403ffc8a4aea43ab9c2605619
+RMD160 (firefox-60.6.3esr.source.tar.xz) = 94c91de6a9502ad6d44c5c271822ac4be0a6a876
+SHA512 (firefox-60.6.3esr.source.tar.xz) = 227bf3166e648f8d59e3901b7dd7da67e96adcb3ebf0c7e681db6ca467f21cc4b28bddd0deda00289b29a0a671feaa40def133e37fee8454a5bcea69b295f3fe
+Size (firefox-60.6.3esr.source.tar.xz) = 268688628 bytes
 SHA1 (patch-aa) = fdabcc9b055f6439fdbda9b38ab7cec08ff3e231
 SHA1 (patch-browser_app_profile_firefox.js) = 9a43095d94f83f315b9a3ce4a7b0a4301e9c40e6
 SHA1 (patch-build_moz.configure_old.configure) = 1df6867eaf73a350fbe8fcd5bd34e1fcab09d707

Index: pkgsrc/www/firefox60/mozilla-common.mk
diff -u pkgsrc/www/firefox60/mozilla-common.mk:1.3 pkgsrc/www/firefox60/mozilla-common.mk:1.4
--- pkgsrc/www/firefox60/mozilla-common.mk:1.3  Tue Feb 26 11:23:53 2019
+++ pkgsrc/www/firefox60/mozilla-common.mk      Sat May 11 04:02:29 2019
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.3 2019/02/26 11:23:53 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.4 2019/05/11 04:02:29 ryoon Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -210,7 +210,7 @@ BUILDLINK_API_DEPENDS.libvpx+=      libvpx>=1
 .include "../../net/libIDL/buildlink3.mk"
 # textproc/hunspell 1.3 is too old
 #.include "../../textproc/hunspell/buildlink3.mk"
-.include "../../multimedia/ffmpeg3/buildlink3.mk"
+.include "../../multimedia/ffmpeg4/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
 BUILDLINK_API_DEPENDS.pixman+= pixman>=0.25.2
 .include "../../x11/pixman/buildlink3.mk"



Home | Main Index | Thread Index | Old Index