From c429df1a0a943c68018316e6d81c493ce5e11dde Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Sun, 13 Oct 2019 13:30:39 +0200 Subject: [PATCH] R-*: remove use of old R_HOMEPAGE_BASE The homepage for R packages is provided by default since 2018-04-09. --- R-cubature/Makefile | 1 - R-getopt/Makefile | 1 - R-np/Makefile | 1 - R-optparse/Makefile | 1 - R-rgdal/Makefile | 1 - 5 files changed, 5 deletions(-) diff --git a/R-cubature/Makefile b/R-cubature/Makefile index 005eec81c9..0e5ac229d6 100644 --- a/R-cubature/Makefile +++ b/R-cubature/Makefile @@ -4,7 +4,6 @@ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= ${R_HOMEPAGE_BASE}/cubature/ COMMENT= Adaptive Multivariate Integration over Hypercubes LICENSE= gnu-gpl-v3 diff --git a/R-getopt/Makefile b/R-getopt/Makefile index 08b587ea0c..ea2653682c 100644 --- a/R-getopt/Makefile +++ b/R-getopt/Makefile @@ -4,7 +4,6 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= bacon@NetBSD.org -HOMEPAGE= ${R_HOMEPAGE_BASE}/getopt/ COMMENT= C-Like 'getopt' Behavior LICENSE= gnu-gpl-v2 diff --git a/R-np/Makefile b/R-np/Makefile index e73f9f9548..c7b5bf88ce 100644 --- a/R-np/Makefile +++ b/R-np/Makefile @@ -4,7 +4,6 @@ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= ${R_HOMEPAGE_BASE}/np/ COMMENT= Nonparametric Kernel Smoothing Methods for Mixed Data Types # TODO: LICENSE= GPL diff --git a/R-optparse/Makefile b/R-optparse/Makefile index 9a48b195c8..40494a3566 100644 --- a/R-optparse/Makefile +++ b/R-optparse/Makefile @@ -4,7 +4,6 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= bacon@NetBSD.org -HOMEPAGE= ${R_HOMEPAGE_BASE}/optparse/ COMMENT= Command Line Option Parser LICENSE= gnu-gpl-v2 diff --git a/R-rgdal/Makefile b/R-rgdal/Makefile index d72748e2f4..932d47b269 100644 --- a/R-rgdal/Makefile +++ b/R-rgdal/Makefile @@ -5,7 +5,6 @@ CATEGORIES= databases math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= mchittur@cs.nmsu.edu -HOMEPAGE= ${R_HOMEPAGE_BASE}/rgdal.html COMMENT= Provides bindings to GDAL and R R_PKGNAME= rgdal