pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-abind



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 18:49:49 UTC 2019

Modified Files:
        pkgsrc/math/R-abind: Makefile

Log Message:
R-abind: 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.7 -r1.8 pkgsrc/math/R-abind/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-abind/Makefile
diff -u pkgsrc/math/R-abind/Makefile:1.7 pkgsrc/math/R-abind/Makefile:1.8
--- pkgsrc/math/R-abind/Makefile:1.7    Sat Jul 28 14:40:46 2018
+++ pkgsrc/math/R-abind/Makefile        Wed Jul 31 18:49:48 2019
@@ -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