pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Aug  7 21:54:34 UTC 2019

Modified Files:
        pkgsrc/math/R: Makefile.extension

Log Message:
Add 'R' to the cateogries for R packages.

The category 'R' is used to denote R packages, just as 'perl5' and 'python'
are used in other cases.  To ensure consistency, add that to CATEGORIES in
Makefile.extension rather than in each individual R package.  This was
discussed in http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/math/R/Makefile.extension

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/Makefile.extension
diff -u pkgsrc/math/R/Makefile.extension:1.23 pkgsrc/math/R/Makefile.extension:1.24
--- pkgsrc/math/R/Makefile.extension:1.23       Sat Jul 28 14:53:46 2018
+++ pkgsrc/math/R/Makefile.extension    Wed Aug  7 21:54:34 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.extension,v 1.23 2018/07/28 14:53:46 brook Exp $
+# $NetBSD: Makefile.extension,v 1.24 2019/08/07 21:54:34 brook Exp $
 #
 # This Makefile fragment is included by packages for R library packages.
 #
@@ -18,7 +18,7 @@ PKGNAME?=             R-${R_PKGNAME}-${R_PKGVER:S/-
 MASTER_SITES?=         ${MASTER_SITE_R_CRAN:=contrib/} \
                        ${MASTER_SITE_R_CRAN:=contrib/Archive/${R_PKGNAME}/}
 DIST_SUBDIR?=          R
-CATEGORIES+=           math
+CATEGORIES+=           math R
 HOMEPAGE?=             https://CRAN.R-project.org/package=${R_PKGNAME}
 
 WRKSRC=                ${WRKDIR}/${R_PKGNAME}



Home | Main Index | Thread Index | Old Index