Received: by mail.netbsd.org (Postfix, from userid 605) id 938CC84E52; Wed, 31 Jul 2019 20:52:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 19BBF84D7E for ; Wed, 31 Jul 2019 20:52: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 Lt8sqB9JrbF2 for ; Wed, 31 Jul 2019 20:52:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1D96784CCF for ; Wed, 31 Jul 2019 20:52:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1B5F2FBF4; Wed, 31 Jul 2019 20:52:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1564606345285300" MIME-Version: 1.0 Date: Wed, 31 Jul 2019 20:52:25 +0000 From: "Brook Milligan" Subject: CVS commit: pkgsrc/textproc/R-htmltools To: pkgsrc-changes@NetBSD.org Reply-To: brook@netbsd.org X-Mailer: log_accum Message-Id: <20190731205225.1B5F2FBF4@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. --_----------=_1564606345285300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: brook Date: Wed Jul 31 20:52:25 UTC 2019 Modified Files: pkgsrc/textproc/R-htmltools: Makefile Log Message: R-htmltools: 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.1 -r1.2 pkgsrc/textproc/R-htmltools/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1564606345285300 Content-Disposition: inline Content-Length: 995 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/R-htmltools/Makefile diff -u pkgsrc/textproc/R-htmltools/Makefile:1.1 pkgsrc/textproc/R-htmltools/Makefile:1.2 --- pkgsrc/textproc/R-htmltools/Makefile:1.1 Sat May 12 21:54:24 2018 +++ pkgsrc/textproc/R-htmltools/Makefile Wed Jul 31 20:52:24 2019 @@ -1,18 +1,19 @@ -# $NetBSD: Makefile,v 1.1 2018/05/12 21:54:24 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2019/07/31 20:52:24 brook Exp $ -DISTNAME= htmltools_0.3.6 -CATEGORIES= textproc +CATEGORIES= textproc R MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://github.com/rstudio/htmltools COMMENT= Tools for HTML -LICENSE= gnu-gpl-v2 +LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 -DEPENDS+= R-digest-[0-9]*:../../security/R-digest +R_PKGNAME= htmltools +R_PKGVER= 0.3.6 + +DEPENDS+= R-digest>=0.6.20:../../security/R-digest USE_LANGUAGES+= c c++ -BUILDLINK_API_DEPENDS.R+= R>=2.14.1 .include "../../math/R/Makefile.extension" .include "../../devel/R-Rcpp/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1564606345285300--