Received: by mail.netbsd.org (Postfix, from userid 605) id 3E60D84D94; Sun, 9 Aug 2020 17:02:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BB77584D6F for ; Sun, 9 Aug 2020 17:02:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id HJAk5z2O_L-3 for ; Sun, 9 Aug 2020 17:02:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1C20984CEE for ; Sun, 9 Aug 2020 17:02:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 17090FB28; Sun, 9 Aug 2020 17:02:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1596992559178680" MIME-Version: 1.0 Date: Sun, 9 Aug 2020 17:02:39 +0000 From: "Brook Milligan" Subject: CVS commit: pkgsrc/graphics/R-polyclip To: pkgsrc-changes@NetBSD.org Reply-To: brook@netbsd.org X-Mailer: log_accum Message-Id: <20200809170239.17090FB28@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. --_----------=_1596992559178680 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:02:39 UTC 2020 Modified Files: pkgsrc/graphics/R-polyclip: Makefile Log Message: graphics/R-polyclip: 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/graphics/R-polyclip/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1596992559178680 Content-Disposition: inline Content-Length: 771 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/R-polyclip/Makefile diff -u pkgsrc/graphics/R-polyclip/Makefile:1.1 pkgsrc/graphics/R-polyclip/Makefile:1.2 --- pkgsrc/graphics/R-polyclip/Makefile:1.1 Sat Aug 1 02:03:53 2020 +++ pkgsrc/graphics/R-polyclip/Makefile Sun Aug 9 17:02:38 2020 @@ -1,16 +1,14 @@ -# $NetBSD: Makefile,v 1.1 2020/08/01 02:03:53 brook Exp $ +# $NetBSD: Makefile,v 1.2 2020/08/09 17:02:38 brook Exp $ +R_PKGNAME= polyclip +R_PKGVER= 1.10-0 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ${R_HOMEPAGE_BASE}/polyclip/ COMMENT= Polygon Clipping LICENSE= boost-license -R_PKGNAME= polyclip -R_PKGVER= 1.10-0 - USE_LANGUAGES+= c c++ .include "../../math/R/Makefile.extension" --_----------=_1596992559178680--