pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-RNetCDF



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

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

Log Message:
R-RNetCDF: 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.4 -r1.5 pkgsrc/math/R-RNetCDF/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-RNetCDF/Makefile
diff -u pkgsrc/math/R-RNetCDF/Makefile:1.4 pkgsrc/math/R-RNetCDF/Makefile:1.5
--- pkgsrc/math/R-RNetCDF/Makefile:1.4  Sat Jul 20 22:46:32 2019
+++ pkgsrc/math/R-RNetCDF/Makefile      Wed Jul 31 18:23:57 2019
@@ -1,18 +1,17 @@
-# $NetBSD: Makefile,v 1.4 2019/07/20 22:46:32 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.5 2019/07/31 18:23:57 brook Exp $
 
 PKGREVISION=   3
-CATEGORIES=    math
-MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+CATEGORIES=    math R
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      ${R_HOMEPAGE_BASE}/ncdf/
-COMMENT=       High-level R interface to Unidata's netCDF data files
-LICENSE=       gnu-gpl-v2
+COMMENT=       Interface to NetCDF datasets
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3        # OR file LICENSE
 
 R_PKGNAME=     RNetCDF
 R_PKGVER=      1.9-1
 
+USE_LANGUAGES= c
 
 .include "../../math/R/Makefile.extension"
 .include "../../devel/netcdf/buildlink3.mk"



Home | Main Index | Thread Index | Old Index