pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/R-gridExtra



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 16:06:21 UTC 2019

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

Log Message:
R-gridExtra: 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.1 -r1.2 pkgsrc/graphics/R-gridExtra/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-gridExtra/Makefile
diff -u pkgsrc/graphics/R-gridExtra/Makefile:1.1 pkgsrc/graphics/R-gridExtra/Makefile:1.2
--- pkgsrc/graphics/R-gridExtra/Makefile:1.1    Tue May  1 16:05:57 2018
+++ pkgsrc/graphics/R-gridExtra/Makefile        Wed Jul 31 16:06:21 2019
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile,v 1.1 2018/05/01 16:05:57 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2019/07/31 16:06:21 brook Exp $
 
-DISTNAME=      gridExtra_2.3
-CATEGORIES=    graphics
+CATEGORIES=    graphics R
 
 MAINTAINER=    minskim%NetBSD.org@localhost
-COMMENT=       Miscellaneous Functions for "Grid" Graphics
-LICENSE=       gnu-gpl-v2
+COMMENT=       Miscellaneous functions for "grid" graphics
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
-DEPENDS+=      R-gtable-[0-9]*:../../math/R-gtable
+R_PKGNAME=     gridExtra
+R_PKGVER=      2.3
+
+DEPENDS+=      R-gtable>=0.3.0:../../math/R-gtable
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index