Received: by mail.netbsd.org (Postfix, from userid 605) id DC4EC84D6F; Sun, 9 Aug 2020 17:11:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5FB5E84D6F for ; Sun, 9 Aug 2020 17:11:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 6DdR3RNDcc14 for ; Sun, 9 Aug 2020 17:11:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id ADABB84CEE for ; Sun, 9 Aug 2020 17:11:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A1A1CFB28; Sun, 9 Aug 2020 17:11:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1596993106182780" MIME-Version: 1.0 Date: Sun, 9 Aug 2020 17:11:46 +0000 From: "Brook Milligan" Subject: CVS commit: pkgsrc/geography/R-maps To: pkgsrc-changes@NetBSD.org Reply-To: brook@netbsd.org X-Mailer: log_accum Message-Id: <20200809171146.A1A1CFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1596993106182780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: brook Date: Sun Aug 9 17:11:46 UTC 2020 Modified Files: pkgsrc/geography/R-maps: Makefile Log Message: geography/R-maps: 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-maps/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1596993106182780 Content-Disposition: inline Content-Length: 742 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/R-maps/Makefile diff -u pkgsrc/geography/R-maps/Makefile:1.2 pkgsrc/geography/R-maps/Makefile:1.3 --- pkgsrc/geography/R-maps/Makefile:1.2 Fri Aug 7 13:50:41 2020 +++ pkgsrc/geography/R-maps/Makefile Sun Aug 9 17:11:46 2020 @@ -1,16 +1,14 @@ -# $NetBSD: Makefile,v 1.2 2020/08/07 13:50:41 brook Exp $ +# $NetBSD: Makefile,v 1.3 2020/08/09 17:11:46 brook Exp $ +R_PKGNAME= maps +R_PKGVER= 3.3.0 CATEGORIES= geography -MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ${R_HOMEPAGE_BASE}/maps/ COMMENT= Draw Geographical Maps LICENSE= gnu-gpl-v2 -R_PKGNAME= maps -R_PKGVER= 3.3.0 - USE_TOOLS+= gmake .include "../../math/R/Makefile.extension" --_----------=_1596993106182780--