pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-DBI



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

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

Log Message:
R-DBI: 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.6 -r1.7 pkgsrc/math/R-DBI/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-DBI/Makefile
diff -u pkgsrc/math/R-DBI/Makefile:1.6 pkgsrc/math/R-DBI/Makefile:1.7
--- pkgsrc/math/R-DBI/Makefile:1.6      Wed May  9 18:08:19 2018
+++ pkgsrc/math/R-DBI/Makefile  Wed Jul 31 18:06:35 2019
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.6 2018/05/09 18:08:19 minskim Exp $
+# $NetBSD: Makefile,v 1.7 2019/07/31 18:06:35 brook Exp $
 
-DISTNAME=      DBI_1.0.0
-CATEGORIES=    math
+CATEGORIES=    math R
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      http://r-dbi.github.io/DBI
-COMMENT=       R Database Interface
-LICENSE=       gnu-lgpl-v2
+COMMENT=       R database interface
+LICENSE=       gnu-lgpl-v2 OR gnu-lgpl-v2.1 OR gnu-lgpl-v3
+
+R_PKGNAME=     DBI
+R_PKGVER=      1.0.0
 
 USE_LANGUAGES= # none
 
-BUILDLINK_API_DEPENDS.R+=      R>=3.0.0
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index