Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/R-polyclip graphics/R-polyclip: remove MASTER...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/151e0348160f
branches:  trunk
changeset: 436829:151e0348160f
user:      brook <brook%pkgsrc.org@localhost>
date:      Sun Aug 09 17:02:38 2020 +0000

description:
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.

diffstat:

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

diffs (23 lines):

diff -r 0a4e5a993c66 -r 151e0348160f graphics/R-polyclip/Makefile
--- a/graphics/R-polyclip/Makefile      Sun Aug 09 17:00:09 2020 +0000
+++ b/graphics/R-polyclip/Makefile      Sun Aug 09 17:02:38 2020 +0000
@@ -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@localhost
 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"



Home | Main Index | Thread Index | Old Index