pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-RPostgreSQL



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

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

Log Message:
R-RPostgreSQL: 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-RPostgreSQL/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-RPostgreSQL/Makefile
diff -u pkgsrc/math/R-RPostgreSQL/Makefile:1.6 pkgsrc/math/R-RPostgreSQL/Makefile:1.7
--- pkgsrc/math/R-RPostgreSQL/Makefile:1.6      Sat Jul 28 14:40:46 2018
+++ pkgsrc/math/R-RPostgreSQL/Makefile  Wed Jul 31 18:26:23 2019
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2018/07/28 14:40:46 brook Exp $
+# $NetBSD: Makefile,v 1.7 2019/07/31 18:26:23 brook Exp $
 
-CATEGORIES=    math
+CATEGORIES=    math R
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      ${R_HOMEPAGE_BASE}/RPostgreSQL/
 COMMENT=       R interface to the PostgreSQL database system
-LICENSE=       gnu-gpl-v2 AND postgresql-license
+LICENSE=       gnu-gpl-v2      # OR file LICENSE
 
 R_PKGNAME=     RPostgreSQL
 R_PKGVER=      0.6-2
@@ -14,6 +14,7 @@ DEPENDS+=     R-DBI>=0.3:../../math/R-DBI
 
 USE_TOOLS+=    sh
 REPLACE_SH+=   ${WRKSRC}/inst/devTests/copyTest.sh
+USE_LANGUAGES= c
 
 CHECK_INTERPRETER_SKIP=        lib/R/library/RPostgreSQL/devTests/*
 



Home | Main Index | Thread Index | Old Index