Received: by mail.netbsd.org (Postfix, from userid 605) id 92A5584D83; Sun, 29 Oct 2017 22:26:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1D9A384D65 for ; Sun, 29 Oct 2017 22:26:57 +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 qAylq6wQ-z5D for ; Sun, 29 Oct 2017 22:26:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A58A884D35 for ; Sun, 29 Oct 2017 22:26:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9C14FFBDE; Sun, 29 Oct 2017 22:26:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1509316016132860" MIME-Version: 1.0 Date: Sun, 29 Oct 2017 22:26:56 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/lang/duktape To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20171029222656.9C14FFBDE@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. --_----------=_1509316016132860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sun Oct 29 22:26:56 UTC 2017 Modified Files: pkgsrc/lang/duktape: Makefile distinfo Log Message: duktape: Update lang/duktape to 2.2.0 Sync duktape to libduktape-2.2.0 update. Reviewed and thanks to ! To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/duktape/Makefile \ pkgsrc/lang/duktape/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1509316016132860 Content-Disposition: inline Content-Length: 1571 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/duktape/Makefile diff -u pkgsrc/lang/duktape/Makefile:1.1 pkgsrc/lang/duktape/Makefile:1.2 --- pkgsrc/lang/duktape/Makefile:1.1 Thu May 5 03:59:48 2016 +++ pkgsrc/lang/duktape/Makefile Sun Oct 29 22:26:56 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2016/05/05 03:59:48 agc Exp $ +# $NetBSD: Makefile,v 1.2 2017/10/29 22:26:56 leot Exp $ -DISTNAME= duktape-1.5.0 +DISTNAME= duktape-2.2.0 CATEGORIES= devel MASTER_SITES= http://duktape.org/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/lang/duktape/distinfo diff -u pkgsrc/lang/duktape/distinfo:1.1 pkgsrc/lang/duktape/distinfo:1.2 --- pkgsrc/lang/duktape/distinfo:1.1 Thu May 5 03:59:48 2016 +++ pkgsrc/lang/duktape/distinfo Sun Oct 29 22:26:56 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/05/05 03:59:48 agc Exp $ +$NetBSD: distinfo,v 1.2 2017/10/29 22:26:56 leot Exp $ -SHA1 (duktape-1.5.0.tar.xz) = 6c53eff86e498c9a81181dfaf72034d616a35cba -RMD160 (duktape-1.5.0.tar.xz) = c4af4b76978e03fe621886601b65d9fbad240b19 -SHA512 (duktape-1.5.0.tar.xz) = f9b1500980e75700296d054d91edcd6a86d5ee20d63a7c246c66af7d5f5f097191cf59c4175214138345154afb6e3f5bb338a549ac3fbadeba858d8beb610093 -Size (duktape-1.5.0.tar.xz) = 708528 bytes +SHA1 (duktape-2.2.0.tar.xz) = 059d8f6ce4537bfca5689da693225802bb482706 +RMD160 (duktape-2.2.0.tar.xz) = cd341d62ed4f2ec3a1969426dec8ef82ede47925 +SHA512 (duktape-2.2.0.tar.xz) = 6fe67660ad4cfbab37b9048840bd8c42ee9585441c17253e1f17cb06e4527d1413851bc167d8b013990d5cae9f8e6eb4cb6ff80866f55bd8d67b0cf47580be7c +Size (duktape-2.2.0.tar.xz) = 969136 bytes --_----------=_1509316016132860--