pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/R-mapdata



Module Name:    pkgsrc
Committed By:   brook
Date:           Sun Aug  9 17:00:09 UTC 2020

Modified Files:
        pkgsrc/geography/R-mapdata: Makefile

Log Message:
geography/R-mapdata: 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.2 -r1.3 pkgsrc/geography/R-mapdata/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/R-mapdata/Makefile
diff -u pkgsrc/geography/R-mapdata/Makefile:1.2 pkgsrc/geography/R-mapdata/Makefile:1.3
--- pkgsrc/geography/R-mapdata/Makefile:1.2     Fri Aug  7 13:48:56 2020
+++ pkgsrc/geography/R-mapdata/Makefile Sun Aug  9 17:00:09 2020
@@ -1,16 +1,14 @@
-# $NetBSD: Makefile,v 1.2 2020/08/07 13:48:56 brook Exp $
+# $NetBSD: Makefile,v 1.3 2020/08/09 17:00:09 brook Exp $
 
+R_PKGNAME=     mapdata
+R_PKGVER=      2.3.0
 CATEGORIES=    geography
-MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      ${R_HOMEPAGE_BASE}/mapdata/
 COMMENT=       Extra Map Databases
 LICENSE=       gnu-gpl-v2
 
-R_PKGNAME=     mapdata
-R_PKGVER=      2.3.0
-
 USE_TOOLS+=    gmake
 
 DEPENDS+=      R-maps>=2.0-7:../../geography/R-maps



Home | Main Index | Thread Index | Old Index