Received: by mail.netbsd.org (Postfix, from userid 605) id DE30884E64; Sat, 2 Oct 2021 21:30:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 25FE784D58 for ; Sat, 2 Oct 2021 21:30:54 +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 M_p10E57h9Ug for ; Sat, 2 Oct 2021 21:30:53 +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 2704384D14 for ; Sat, 2 Oct 2021 21:30:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1B122FA97; Sat, 2 Oct 2021 21:30:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163321025314200" MIME-Version: 1.0 Date: Sat, 2 Oct 2021 21:30:53 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/cmake To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20211002213053.1B122FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163321025314200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Oct 2 21:30:53 UTC 2021 Modified Files: pkgsrc/devel/cmake: Makefile Log Message: cmake: really require newer rhash To generate a diff of this commit: cvs rdiff -u -r1.184 -r1.185 pkgsrc/devel/cmake/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163321025314200 Content-Disposition: inline Content-Length: 826 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/cmake/Makefile diff -u pkgsrc/devel/cmake/Makefile:1.184 pkgsrc/devel/cmake/Makefile:1.185 --- pkgsrc/devel/cmake/Makefile:1.184 Sat Oct 2 20:54:57 2021 +++ pkgsrc/devel/cmake/Makefile Sat Oct 2 21:30:52 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.184 2021/10/02 20:54:57 jklos Exp $ +# $NetBSD: Makefile,v 1.185 2021/10/02 21:30:52 wiz Exp $ -PKGREVISION= 1 +PKGREVISION= 1 .include "Makefile.common" COMMENT= Cross platform make @@ -57,7 +57,7 @@ pre-configure: USE_CURSES= wsyncup BUILDLINK_API_DEPENDS.libarchive+= libarchive>=3.3.3 -BUILDLINK_API_DEPENDS.rhash+= rhash>1.4.2 +BUILDLINK_API_DEPENDS.rhash+= rhash>1.4.2nb1 .include "../../archivers/libarchive/buildlink3.mk" .include "../../devel/libexecinfo/buildlink3.mk" .include "../../devel/libuv/buildlink3.mk" --_----------=_163321025314200--