pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-shapefiles



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 20:27:31 UTC 2019

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

Log Message:
R-shapefiles: 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-shapefiles/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-shapefiles/Makefile
diff -u pkgsrc/math/R-shapefiles/Makefile:1.7 pkgsrc/math/R-shapefiles/Makefile:1.8
--- pkgsrc/math/R-shapefiles/Makefile:1.7       Sat Jul 28 14:40:50 2018
+++ pkgsrc/math/R-shapefiles/Makefile   Wed Jul 31 20:27:31 2019
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.7 2018/07/28 14:40:50 brook Exp $
-#
+# $NetBSD: Makefile,v 1.8 2019/07/31 20:27:31 brook Exp $
 
-CATEGORIES=    math
+CATEGORIES=    math R
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      ${R_HOMEPAGE_BASE}/shapefiles/
-COMMENT=       Functions to read and write ESRI shapefiles
-LICENSE=       gnu-gpl-v2
+COMMENT=       Read and write ESRI shapefiles
+LICENSE=       gnu-gpl-v1 OR gnu-gpl-v2 OR gnu-gpl-v3
 
 R_PKGNAME=     shapefiles
 R_PKGVER=      0.7
 
+USE_LANGUAGES= # none
+
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index