Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id B77B21A921F for ; Fri, 11 Mar 2022 07:10:42 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5E93184E7C; Fri, 11 Mar 2022 07:10:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 97C8E84E78 for ; Fri, 11 Mar 2022 07:10:41 +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 v49aapMRUPkT for ; Fri, 11 Mar 2022 07:10:41 +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 18A4284D82 for ; Fri, 11 Mar 2022 07:10:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0C9BAFB24; Fri, 11 Mar 2022 07:10:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1646982641133170" MIME-Version: 1.0 Date: Fri, 11 Mar 2022 07:10:41 +0000 From: "Andreas Gustafsson" Subject: CVS commit: pkgsrc/devel/egypt To: pkgsrc-changes@NetBSD.org Reply-To: gson@netbsd.org X-Mailer: log_accum Message-Id: <20220311071041.0C9BAFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1646982641133170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gson Date: Fri Mar 11 07:10:40 UTC 2022 Modified Files: pkgsrc/devel/egypt: Makefile distinfo Log Message: devel/egypt: update to 1.11. Changes from 1.10: Miscellaneous bug fixes. New command line option --cluster-by-file. New command line options --callees and --callers. Support omitting external functions using the --omit option. Support new RTL dump function comment syntax of gcc versions 7 and 10. New command line option --summarize-callers. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/egypt/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/egypt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1646982641133170 Content-Disposition: inline Content-Length: 1436 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/egypt/Makefile diff -u pkgsrc/devel/egypt/Makefile:1.6 pkgsrc/devel/egypt/Makefile:1.7 --- pkgsrc/devel/egypt/Makefile:1.6 Mon May 24 19:49:56 2021 +++ pkgsrc/devel/egypt/Makefile Fri Mar 11 07:10:40 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2021/05/24 19:49:56 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2022/03/11 07:10:40 gson Exp $ -DISTNAME= egypt-1.10 -PKGREVISION= 4 +DISTNAME= egypt-1.11 CATEGORIES= devel MASTER_SITES= ${HOMEPAGE}download/ Index: pkgsrc/devel/egypt/distinfo diff -u pkgsrc/devel/egypt/distinfo:1.3 pkgsrc/devel/egypt/distinfo:1.4 --- pkgsrc/devel/egypt/distinfo:1.3 Tue Oct 26 10:14:35 2021 +++ pkgsrc/devel/egypt/distinfo Fri Mar 11 07:10:40 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:14:35 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/03/11 07:10:40 gson Exp $ -BLAKE2s (egypt-1.10.tar.gz) = 84551b83c8391f9a0ec7e9065cda26e6c482f715d76200412d6b350c65caf703 -SHA512 (egypt-1.10.tar.gz) = 81e98b3d379301f1c0919aeb46d45264772b7d9d77277cb842c8ed7b944d61918e530f4e9e2c56451445dc2c6a312fd76086a81e193540baa3d56f3bb56b438d -Size (egypt-1.10.tar.gz) = 4670 bytes +BLAKE2s (egypt-1.11.tar.gz) = f4b5ff0c437268eff24a5eeedf8f0b1c3ea1edfbd07a23800cd22cd42aac4e13 +SHA512 (egypt-1.11.tar.gz) = 6817ba991c3908f601977499481a1b28a6ab8ce9961749b7c6ef516cc2cd7daf355fc0fd5a4a4577c5d2201fe8e74cda498a6e2083f21f0113f7e7ce69b834e6 +Size (egypt-1.11.tar.gz) = 8808 bytes --_----------=_1646982641133170--