Subject: CVS commit: pkgsrc/math
From: Brook Milligan
Date: 2018-07-28 16:53:46
Message id: 20180728145346.75231FBEC@cvs.NetBSD.org

Log Message:
Add the CRAN archives to R package MASTER_SITES.

Distfiles for older R packges are moved on CRAN from contrib/ to
contrib/Archive/${R_PKGNAME}/.  As a result, they may be inaccessible to
'make fetch'.  Add the additional directory to MASTER_SITES in
math/R/Makefile.extension so that older distfiles will be retrieved
directly from CRAN.  In addition, remove the definition of MASTER_SITES
from math/R-prob/Makefile, which is the only package directly referring to
the distfile archive.  At this point all R packages should rely on
math/R/Makefile.extension to define MASTER_SITES; they should not be
defining MASTER_SITES directly.

Files:
RevisionActionfile
1.23modifypkgsrc/math/R/Makefile.extension
1.2modifypkgsrc/math/R-prob/Makefile