Received: by mail.netbsd.org (Postfix, from userid 605) id E73E884E7E; Sun, 10 Oct 2021 00:14:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2834884D55 for ; Sun, 10 Oct 2021 00:14:55 +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 QN6LtFW-do5Y for ; Sun, 10 Oct 2021 00:14:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9376284D26 for ; Sun, 10 Oct 2021 00:14:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8617BFA97; Sun, 10 Oct 2021 00:14:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1633824894188800" MIME-Version: 1.0 Date: Sun, 10 Oct 2021 00:14:54 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/lang/mozjs78 To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20211010001454.8617BFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1633824894188800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sun Oct 10 00:14:54 UTC 2021 Modified Files: pkgsrc/lang/mozjs78: Makefile distinfo Log Message: mozjs78: update to 78.15.0 No distinct change log found. This is the final release of this branch. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/mozjs78/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/mozjs78/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1633824894188800 Content-Disposition: inline Content-Length: 1825 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/mozjs78/Makefile diff -u pkgsrc/lang/mozjs78/Makefile:1.22 pkgsrc/lang/mozjs78/Makefile:1.23 --- pkgsrc/lang/mozjs78/Makefile:1.22 Wed Sep 15 01:17:46 2021 +++ pkgsrc/lang/mozjs78/Makefile Sun Oct 10 00:14:54 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2021/09/15 01:17:46 gutteridge Exp $ +# $NetBSD: Makefile,v 1.23 2021/10/10 00:14:54 gutteridge Exp $ -DISTNAME= mozjs78_78.13.0.orig +DISTNAME= mozjs78_78.15.0.orig PKGNAME= ${DISTNAME:S/_/-/:S/.orig//} CATEGORIES= lang MASTER_SITES= http://deb.debian.org/debian/pool/main/m/mozjs78/ Index: pkgsrc/lang/mozjs78/distinfo diff -u pkgsrc/lang/mozjs78/distinfo:1.14 pkgsrc/lang/mozjs78/distinfo:1.15 --- pkgsrc/lang/mozjs78/distinfo:1.14 Thu Oct 7 14:21:01 2021 +++ pkgsrc/lang/mozjs78/distinfo Sun Oct 10 00:14:54 2021 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.14 2021/10/07 14:21:01 nia Exp $ +$NetBSD: distinfo,v 1.15 2021/10/10 00:14:54 gutteridge Exp $ -RMD160 (mozjs78_78.13.0.orig.tar.xz) = c4f3079b79328e8578b26547a0dcc56586b28bc3 -SHA512 (mozjs78_78.13.0.orig.tar.xz) = e47e69ae37df73db16f20d581c1b8cec7653e62578510bfd5b6c3dea8a86a28076f70633ae2d0e2c6f2e144f676c80faa51a8d64318ccc01c71e523b07bd542a -Size (mozjs78_78.13.0.orig.tar.xz) = 60022692 bytes +RMD160 (mozjs78_78.15.0.orig.tar.xz) = 52a495b54f37adc82dfe52f7dc992a14ddebe853 +SHA512 (mozjs78_78.15.0.orig.tar.xz) = 709e60765b93db4ce8cd6fe21f7ed52d3a53806eb096a46dd42847014c56c0329a2a14a19bfe5ca989ccd6fd62992aee7232baaeca02cff4dafb46a9f33e041b +Size (mozjs78_78.15.0.orig.tar.xz) = 60013324 bytes SHA1 (patch-build_moz.configure_rust.configure) = 149301b4a8fb81f6c64d90672b3137ae6d68461f SHA1 (patch-build_moz.configure_toolchain.configure) = 0a398dcd2855de94b25e5afd993c9f40cc323980 SHA1 (patch-js_moz.configure) = f3d762b293761e359ac7c389059aa228949a6f0b --_----------=_1633824894188800--