pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-LearnBayes



Module Name:    pkgsrc
Committed By:   brook
Date:           Sun Aug  9 17:05:12 UTC 2020

Modified Files:
        pkgsrc/math/R-LearnBayes: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/R-LearnBayes/Makefile

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-LearnBayes/Makefile
diff -u pkgsrc/math/R-LearnBayes/Makefile:1.1 pkgsrc/math/R-LearnBayes/Makefile:1.2
--- pkgsrc/math/R-LearnBayes/Makefile:1.1       Fri Aug  7 02:52:56 2020
+++ pkgsrc/math/R-LearnBayes/Makefile   Sun Aug  9 17:05:12 2020
@@ -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