Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-LearnBayes math/R-LearnBayes: remove MASTER_SITES



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa152ade7585
branches:  trunk
changeset: 436830:aa152ade7585
user:      brook <brook%pkgsrc.org@localhost>
date:      Sun Aug 09 17:05:12 2020 +0000

description:
math/R-LearnBayes: remove MASTER_SITES

MASTER_SITES is defined in math/R/Makefile.extension, which should be
included by all R packages.  Therefore, MASTER_SITES should not normally
be defined in the Makefile for an R package.

diffstat:

 math/R-LearnBayes/Makefile |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r 151e0348160f -r aa152ade7585 math/R-LearnBayes/Makefile
--- a/math/R-LearnBayes/Makefile        Sun Aug 09 17:02:38 2020 +0000
+++ b/math/R-LearnBayes/Makefile        Sun Aug 09 17:05:12 2020 +0000
@@ -1,14 +1,12 @@
-# $NetBSD: Makefile,v 1.1 2020/08/07 02:52:56 brook Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/09 17:05:12 brook Exp $
 
-MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+R_PKGNAME=     LearnBayes
+R_PKGVER=      2.15.1
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      ${R_HOMEPAGE_BASE}/LearnBayes/
 COMMENT=       Functions for Learning Bayesian Inference
 LICENSE=       gnu-gpl-v2
 
-R_PKGNAME=     LearnBayes
-R_PKGVER=      2.15.1
-
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index