Received: by mail.netbsd.org (Postfix, from userid 605) id 39A8784E36; Wed, 31 Jul 2019 15:25:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B49E984D3A for ; Wed, 31 Jul 2019 15:25:26 +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 Dq2GSEvZhZn8 for ; Wed, 31 Jul 2019 15:25:26 +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 16EA484C85 for ; Wed, 31 Jul 2019 15:25:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1449CFBF4; Wed, 31 Jul 2019 15:25:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1564586726195470" MIME-Version: 1.0 Date: Wed, 31 Jul 2019 15:25:26 +0000 From: "Brook Milligan" Subject: CVS commit: pkgsrc/devel/R-inline To: pkgsrc-changes@NetBSD.org Reply-To: brook@netbsd.org X-Mailer: log_accum Message-Id: <20190731152526.1449CFBF4@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. --_----------=_1564586726195470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: brook Date: Wed Jul 31 15:25:26 UTC 2019 Modified Files: pkgsrc/devel/R-inline: Makefile Log Message: R-inline: update to canonical form of an R package. Update to the canonical form of an R package and fix the LICENSE field. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-inline/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1564586726195470 Content-Disposition: inline Content-Length: 883 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/R-inline/Makefile diff -u pkgsrc/devel/R-inline/Makefile:1.2 pkgsrc/devel/R-inline/Makefile:1.3 --- pkgsrc/devel/R-inline/Makefile:1.2 Fri Jun 1 02:02:11 2018 +++ pkgsrc/devel/R-inline/Makefile Wed Jul 31 15:25:25 2019 @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.2 2018/06/01 02:02:11 wen Exp $ +# $NetBSD: Makefile,v 1.3 2019/07/31 15:25:25 brook Exp $ -DISTNAME= inline_0.3.15 -CATEGORIES= devel +CATEGORIES= devel R MAINTAINER= minskim@NetBSD.org -COMMENT= Functions to Inline C, C++, Fortran Function Calls from R -LICENSE= gnu-lgpl-v2 +COMMENT= Functions to inline C, C++, Fortran function calls from R +LICENSE= gnu-lgpl-v2 OR gnu-lgpl-v2.1 OR gnu-lgpl-v3 + +R_PKGNAME= inline +R_PKGVER= 0.3.15 USE_LANGUAGES= # none -BUILDLINK_API_DEPENDS.R+= R>=2.4.0 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" --_----------=_1564586726195470--