pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-shapefiles R-shapefiles: update to canonical fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b29438b730d3
branches:  trunk
changeset: 337198:b29438b730d3
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 20:27:31 2019 +0000

description:
R-shapefiles: update to canonical form of an R package.

Update to the canonical form of an R package and fix the LICENSE
field.

diffstat:

 math/R-shapefiles/Makefile |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 543f3daa2016 -r b29438b730d3 math/R-shapefiles/Makefile
--- a/math/R-shapefiles/Makefile        Wed Jul 31 20:26:23 2019 +0000
+++ b/math/R-shapefiles/Makefile        Wed Jul 31 20:27:31 2019 +0000
@@ -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