pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/R-htmltools R-htmltools: update to canonical ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/928a602f7fc4
branches:  trunk
changeset: 337216:928a602f7fc4
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 20:52:24 2019 +0000

description:
R-htmltools: update to canonical form of an R package.

Update to the canonical form of an R package and fix the LICENSE
field.

diffstat:

 textproc/R-htmltools/Makefile |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r 169c6e07a5e6 -r 928a602f7fc4 textproc/R-htmltools/Makefile
--- a/textproc/R-htmltools/Makefile     Wed Jul 31 20:51:22 2019 +0000
+++ b/textproc/R-htmltools/Makefile     Wed Jul 31 20:52:24 2019 +0000
@@ -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@localhost
 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"



Home | Main Index | Thread Index | Old Index