pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-abind R-abind: update to canonical form of an R...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e3fd9a07db02
branches:  trunk
changeset: 337145:e3fd9a07db02
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 18:49:48 2019 +0000

description:
R-abind: 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-abind/Makefile |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 4bcea3d4490c -r e3fd9a07db02 math/R-abind/Makefile
--- a/math/R-abind/Makefile     Wed Jul 31 18:48:28 2019 +0000
+++ b/math/R-abind/Makefile     Wed Jul 31 18:49:48 2019 +0000
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.7 2018/07/28 14:40:46 brook Exp $
-#
+# $NetBSD: Makefile,v 1.8 2019/07/31 18:49:48 brook Exp $
 
-CATEGORIES=    math
+CATEGORIES=    math R
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      ${R_HOMEPAGE_BASE}/abind/
 COMMENT=       Combine multi-dimensional arrays
-LICENSE=       gnu-lgpl-v2
+LICENSE=       gnu-lgpl-v2 OR gnu-lgpl-v2.1 OR gnu-lgpl-v3
 
 R_PKGNAME=     abind
 R_PKGVER=      1.4-5
 
+USE_LANGUAGES= # none
+
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index