pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/R-latticeExtra



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 16:09:08 UTC 2019

Modified Files:
        pkgsrc/graphics/R-latticeExtra: Makefile

Log Message:
R-latticeExtra: 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.3 -r1.4 pkgsrc/graphics/R-latticeExtra/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/R-latticeExtra/Makefile
diff -u pkgsrc/graphics/R-latticeExtra/Makefile:1.3 pkgsrc/graphics/R-latticeExtra/Makefile:1.4
--- pkgsrc/graphics/R-latticeExtra/Makefile:1.3 Sat Jul 28 14:40:44 2018
+++ pkgsrc/graphics/R-latticeExtra/Makefile     Wed Jul 31 16:09:08 2019
@@ -1,16 +1,18 @@
-# $NetBSD: Makefile,v 1.3 2018/07/28 14:40:44 brook Exp $
+# $NetBSD: Makefile,v 1.4 2019/07/31 16:09:08 brook Exp $
 
-CATEGORIES=    graphics
+CATEGORIES=    graphics R
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      ${R_HOMEPAGE_BASE}/latticeExtra/
 COMMENT=       Extra graphical utilities based on lattice
-LICENSE=       gnu-gpl-v2
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
 R_PKGNAME=     latticeExtra
 R_PKGVER=      0.6-28
 
 DEPENDS+=      R-RColorBrewer>=1.0.5:../../math/R-RColorBrewer
 
+USE_LANGUAGES= # none
+
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index