pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-reshape2 R-reshape2: update to canonical form o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19b5bbd1a3e6
branches:  trunk
changeset: 337196:19b5bbd1a3e6
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 20:25:06 2019 +0000

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

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

diffstat:

 math/R-reshape2/Makefile |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r 112901f6750a -r 19b5bbd1a3e6 math/R-reshape2/Makefile
--- a/math/R-reshape2/Makefile  Wed Jul 31 20:23:32 2019 +0000
+++ b/math/R-reshape2/Makefile  Wed Jul 31 20:25:06 2019 +0000
@@ -1,19 +1,20 @@
-# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:50 brook Exp $
+# $NetBSD: Makefile,v 1.3 2019/07/31 20:25:06 brook Exp $
 
-CATEGORIES=    math
+CATEGORIES=    math R
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      http://had.co.nz/reshape/
-COMMENT=       Flexibly reshape data
+COMMENT=       Flexibly reshape data: a reboot of the reshape package
+LICENSE=       mit
 
 R_PKGNAME=     reshape2
 R_PKGVER=      1.4.3
 
 DEPENDS+=      R-plyr>=1.8.1:../../math/R-plyr
-DEPENDS+=      R-stringr-[0-9]*:../../textproc/R-stringr
+DEPENDS+=      R-stringr>=1.4.0:../../textproc/R-stringr
 
 USE_LANGUAGES= c++
 
+.include "../../math/R/Makefile.extension"
 .include "../../devel/R-Rcpp/buildlink3.mk"
-.include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index