Received: by mail.netbsd.org (Postfix, from userid 605) id 5F8BD84DA2; Wed, 22 Jan 2020 13:36:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 52B8A84DC4 for ; Wed, 22 Jan 2020 13:36:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Xtm5pcRckpLM for ; Wed, 22 Jan 2020 13:36:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3FF4884D85 for ; Wed, 22 Jan 2020 13:36:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3DC4CFBF4; Wed, 22 Jan 2020 13:36:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15797001876210" MIME-Version: 1.0 Date: Wed, 22 Jan 2020 13:36:27 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/www/firefox68 To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20200122133627.3DC4CFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15797001876210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Wed Jan 22 13:36:27 UTC 2020 Modified Files: pkgsrc/www/firefox68: Makefile distinfo Log Message: firefox68: Update to 68.4.2 Changelog: Fixed Fixed various issues opening files with spaces in their path (bug 1601905, bug 1602726) To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/firefox68/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/firefox68/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15797001876210 Content-Disposition: inline Content-Length: 2169 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox68/Makefile diff -u pkgsrc/www/firefox68/Makefile:1.9 pkgsrc/www/firefox68/Makefile:1.10 --- pkgsrc/www/firefox68/Makefile:1.9 Sat Jan 18 21:51:06 2020 +++ pkgsrc/www/firefox68/Makefile Wed Jan 22 13:36:27 2020 @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2020/01/18 21:51:06 jperkin Exp $ +# $NetBSD: Makefile,v 1.10 2020/01/22 13:36:27 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 68.4 -MOZ_BRANCH_MINOR= .1esr +MOZ_BRANCH_MINOR= .2esr DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//:S/firefox-/firefox68-/} -PKGREVISION= 1 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/www/firefox68/distinfo diff -u pkgsrc/www/firefox68/distinfo:1.7 pkgsrc/www/firefox68/distinfo:1.8 --- pkgsrc/www/firefox68/distinfo:1.7 Thu Jan 9 20:51:59 2020 +++ pkgsrc/www/firefox68/distinfo Wed Jan 22 13:36:27 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.7 2020/01/09 20:51:59 nia Exp $ +$NetBSD: distinfo,v 1.8 2020/01/22 13:36:27 ryoon Exp $ -SHA1 (firefox-68.4.1esr.source.tar.xz) = f11c0ecc0f17435149a2bce83f490bbd329e276d -RMD160 (firefox-68.4.1esr.source.tar.xz) = 78098317b75b079a475a0bcb8a5f012178c1a643 -SHA512 (firefox-68.4.1esr.source.tar.xz) = 8dd85096f1223b2ab396cc3b89a9f1b113f01ce8919af08a278d077cc4380c108a66b6379c75d85311aa3c54a7804f4d51f718b309fe107ff7c44aca7e4386ed -Size (firefox-68.4.1esr.source.tar.xz) = 318559576 bytes +SHA1 (firefox-68.4.2esr.source.tar.xz) = 005701cf6dda606500dfd1bdc5158c0dff8329aa +RMD160 (firefox-68.4.2esr.source.tar.xz) = 177b128696b1d55e19ffb57029c325c8de3d59b5 +SHA512 (firefox-68.4.2esr.source.tar.xz) = e13bb141ad1c138cd9d8dd5d6996224ebe146ce08f0ad9cd37a20a85e8cd33db14e6bf1ab055aab7d3ae6f204ed2cb1ee02d5e6fb3d94778098156e1a46b7d6c +Size (firefox-68.4.2esr.source.tar.xz) = 318429980 bytes SHA1 (patch-aa) = 1f292aae7d37bd480ba834324b737bfebee52503 SHA1 (patch-browser_app_profile_firefox.js) = 076cc2892547bac07fe907533f4e821f13f5738e SHA1 (patch-build_moz.configure_old.configure) = 05963b12fd908d90e3378b30cff7e48291b8a447 --_----------=_15797001876210--