Received: by mail.netbsd.org (Postfix, from userid 605) id 1947E84D77; Thu, 23 Apr 2020 08:32:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 966F784D4E for ; Thu, 23 Apr 2020 08:32:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id IUHGhmXjwjf0 for ; Thu, 23 Apr 2020 08:32:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1ADE084D37 for ; Thu, 23 Apr 2020 08:32:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 13534FB27; Thu, 23 Apr 2020 08:32:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1587630776228130" MIME-Version: 1.0 Date: Thu, 23 Apr 2020 08:32:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang/mozjs60 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200423083256.13534FB27@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. --_----------=_1587630776228130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Apr 23 08:32:55 UTC 2020 Modified Files: pkgsrc/lang/mozjs60: Makefile distinfo Log Message: mozjs60: restore patch to distinfo Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/mozjs60/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/mozjs60/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1587630776228130 Content-Disposition: inline Content-Length: 1672 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/mozjs60/Makefile diff -u pkgsrc/lang/mozjs60/Makefile:1.5 pkgsrc/lang/mozjs60/Makefile:1.6 --- pkgsrc/lang/mozjs60/Makefile:1.5 Sat Apr 18 21:59:15 2020 +++ pkgsrc/lang/mozjs60/Makefile Thu Apr 23 08:32:55 2020 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2020/04/18 21:59:15 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2020/04/23 08:32:55 wiz Exp $ DISTNAME= mozjs60_60.8.0.orig PKGNAME= ${DISTNAME:S/_/-/:S/.orig//} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= lang MASTER_SITES= http://deb.debian.org/debian/pool/main/m/mozjs60/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/lang/mozjs60/distinfo diff -u pkgsrc/lang/mozjs60/distinfo:1.3 pkgsrc/lang/mozjs60/distinfo:1.4 --- pkgsrc/lang/mozjs60/distinfo:1.3 Sat Apr 18 21:59:15 2020 +++ pkgsrc/lang/mozjs60/distinfo Thu Apr 23 08:32:55 2020 @@ -1,9 +1,10 @@ -$NetBSD: distinfo,v 1.3 2020/04/18 21:59:15 joerg Exp $ +$NetBSD: distinfo,v 1.4 2020/04/23 08:32:55 wiz Exp $ SHA1 (mozjs60_60.8.0.orig.tar.xz) = b66207ee477c110995029f173e6b026f2e013591 RMD160 (mozjs60_60.8.0.orig.tar.xz) = fef033969a51dc56c84669d33401f60bd499de6d SHA512 (mozjs60_60.8.0.orig.tar.xz) = ad4d5d17824b1d0e50fc43a56cb5ffe022ffd150ce0e4af4e57326b8c1a8688c90da72c156122f637f558300b1caeb2f50d0bc83a1a12455fed3be656dd8c5be Size (mozjs60_60.8.0.orig.tar.xz) = 25294372 bytes +SHA1 (patch-.._.._config_rules.mk) = cf3421d991e1cbfab4c0cdcb7b648b1388fa32d5 SHA1 (patch-.._.._python_mozbuild_mozbuild_backend_recursivemake.py) = dda670432e5673c5d28dcf6c4902d4a724e71170 SHA1 (patch-.._public_TypeDecls.h) = 846e0707755cbe7e97cc380f66bfe6da0daf996e SHA1 (patch-gc_Memory.cpp) = ba865bee4b99ce6298404b41b465b281fd23555f --_----------=_1587630776228130--