pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R Add 'R' to the cateogries for R packages.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25620651ad4b
branches:  trunk
changeset: 337563:25620651ad4b
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Aug 07 21:54:34 2019 +0000

description:
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.

diffstat:

 math/R/Makefile.extension |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9a0e6cdec4d5 -r 25620651ad4b math/R/Makefile.extension
--- a/math/R/Makefile.extension Wed Aug 07 21:48:01 2019 +0000
+++ b/math/R/Makefile.extension Wed Aug 07 21:54:34 2019 +0000
@@ -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 @@
 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