Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb208442c41c
branches:  trunk
changeset: 436825:bb208442c41c
user:      brook <brook%pkgsrc.org@localhost>
date:      Sun Aug 09 16:45:23 2020 +0000

description:
math/R-psych: 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 be
defined in a Makefile for an R package.

diffstat:

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

diffs (22 lines):

diff -r db0b28ce8b7f -r bb208442c41c math/R-psych/Makefile
--- a/math/R-psych/Makefile     Sun Aug 09 16:42:15 2020 +0000
+++ b/math/R-psych/Makefile     Sun Aug 09 16:45:23 2020 +0000
@@ -1,15 +1,13 @@
-# $NetBSD: Makefile,v 1.1 2020/08/07 02:46:40 brook Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/09 16:45:23 brook Exp $
 
-MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+R_PKGNAME=     psych
+R_PKGVER=      1.9.12.31
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      ${R_HOMEPAGE_BASE}/psych/
 COMMENT=       Procedures for psychological and psychometric research
 LICENSE=       gnu-gpl-v2
 
-R_PKGNAME=     psych
-R_PKGVER=      1.9.12.31
-
 DEPENDS+=      R-mnormt>=1.5.4:../../math/R-mnormt
 
 .include "../../math/R/Makefile.extension"



Home | Main Index | Thread Index | Old Index