Received: by mail.netbsd.org (Postfix, from userid 605) id 1456284ECA; Mon, 22 Aug 2022 22:21:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4BC7B84EC6 for ; Mon, 22 Aug 2022 22:21:54 +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 QHwegCIoosQm for ; Mon, 22 Aug 2022 22:21: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 D0C4184D4B for ; Mon, 22 Aug 2022 22:21:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C4961FB1A; Mon, 22 Aug 2022 22:21:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1661206913212690" MIME-Version: 1.0 Date: Mon, 22 Aug 2022 22:21:53 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/geography/R-s2 To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20220822222153.C4961FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1661206913212690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Mon Aug 22 22:21:53 UTC 2022 Modified Files: pkgsrc/geography/R-s2: Makefile Log Message: R-s2: needs openssl To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/geography/R-s2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1661206913212690 Content-Disposition: inline Content-Length: 678 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/R-s2/Makefile diff -u pkgsrc/geography/R-s2/Makefile:1.1 pkgsrc/geography/R-s2/Makefile:1.2 --- pkgsrc/geography/R-s2/Makefile:1.1 Mon Sep 20 06:08:07 2021 +++ pkgsrc/geography/R-s2/Makefile Mon Aug 22 22:21:53 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2021/09/20 06:08:07 mef Exp $ +# $NetBSD: Makefile,v 1.2 2022/08/22 22:21:53 tnn Exp $ R_PKGNAME= s2 R_PKGVER= 1.0.6 @@ -13,4 +13,5 @@ USE_LANGUAGES= c c++ .include "../../math/R/Makefile.extension" .include "../../devel/R-Rcpp/buildlink3.mk" .include "../../geography/R-wk/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1661206913212690--