Received: by mail.netbsd.org (Postfix, from userid 605) id 9D8028800B; Fri, 15 Oct 2021 01:10:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AFD6E8F285 for ; Thu, 14 Oct 2021 19:28:14 +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 LdNv2kPNMKSs for ; Thu, 14 Oct 2021 19:28:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3B46186A7B for ; Thu, 14 Oct 2021 18:22:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9AD81FAAF; Thu, 14 Oct 2021 12:42:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1634215363251380" MIME-Version: 1.0 Date: Thu, 14 Oct 2021 12:42:43 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/mozilla-rootcerts-openssl To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20211014124243.9AD81FAAF@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1634215363251380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Oct 14 12:42:43 UTC 2021 Modified Files: pkgsrc/security/mozilla-rootcerts-openssl: Makefile Log Message: mozilla-rootcerts-openssl: adapt for mozilla-rootcerts change To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/mozilla-rootcerts-openssl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1634215363251380 Content-Disposition: inline Content-Length: 898 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/mozilla-rootcerts-openssl/Makefile diff -u pkgsrc/security/mozilla-rootcerts-openssl/Makefile:1.17 pkgsrc/security/mozilla-rootcerts-openssl/Makefile:1.18 --- pkgsrc/security/mozilla-rootcerts-openssl/Makefile:1.17 Thu Oct 14 12:40:10 2021 +++ pkgsrc/security/mozilla-rootcerts-openssl/Makefile Thu Oct 14 12:42:43 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2021/10/14 12:40:10 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2021/10/14 12:42:43 wiz Exp $ PKGNAME= mozilla-rootcerts-openssl-2.7 CATEGORIES= security @@ -14,7 +14,7 @@ USE_TOOLS+= openssl WRKSRC= ${WRKDIR} BUILD_DIRS= # empty -BUILD_DEPENDS+= mozilla-rootcerts-1.0.20211014{,nb[0-9]*}:../../security/mozilla-rootcerts +BUILD_DEPENDS+= mozilla-rootcerts-1.0.20210916{,nb[0-9]*}:../../security/mozilla-rootcerts SCRIPT= ${LOCALBASE}/sbin/mozilla-rootcerts CHECK_BUILTIN.openssl= yes --_----------=_1634215363251380--