Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/R-geosphere geography/R-geosphere: remove MA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dff67c133785
branches:  trunk
changeset: 436827:dff67c133785
user:      brook <brook%pkgsrc.org@localhost>
date:      Sun Aug 09 16:57:20 2020 +0000

description:
geography/R-geosphere: 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:

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

diffs (23 lines):

diff -r 5c196dbe93c1 -r dff67c133785 geography/R-geosphere/Makefile
--- a/geography/R-geosphere/Makefile    Sun Aug 09 16:50:13 2020 +0000
+++ b/geography/R-geosphere/Makefile    Sun Aug 09 16:57:20 2020 +0000
@@ -1,16 +1,14 @@
-# $NetBSD: Makefile,v 1.1 2020/08/07 00:25:49 brook Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/09 16:57:20 brook Exp $
 
+R_PKGNAME=     geosphere
+R_PKGVER=      1.5-10
 CATEGORIES=    geography
-MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      ${R_HOMEPAGE_BASE}/geosphere/
 COMMENT=       Spherical Trigonometry
 LICENSE=       gnu-gpl-v3
 
-R_PKGNAME=     geosphere
-R_PKGVER=      1.5-10
-
 DEPENDS+=      R-sp>=1.2.5:../../math/R-sp
 
 .include "../../math/R/Makefile.extension"



Home | Main Index | Thread Index | Old Index