pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R Added a variable R_HOMEPAGE_BASE that is needed...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4540f34c12dc
branches:  trunk
changeset: 502222:4540f34c12dc
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Nov 03 12:00:32 2005 +0000

description:
Added a variable R_HOMEPAGE_BASE that is needed as a replacement for all
those packages that currently use ${MASTER_SITE_R_CRAN:=foo} as their
HOMEPAGE. As the HOMEPAGE is a single URL, not a list of URLs, the
MASTER_SITE variables cannot be used for this.

diffstat:

 math/R/Makefile.extension |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ad8afb4a1622 -r 4540f34c12dc math/R/Makefile.extension
--- a/math/R/Makefile.extension Thu Nov 03 10:57:07 2005 +0000
+++ b/math/R/Makefile.extension Thu Nov 03 12:00:32 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.extension,v 1.6 2004/01/20 12:20:04 agc Exp $
+# $NetBSD: Makefile.extension,v 1.7 2005/11/03 12:00:32 rillig Exp $
 #
 # This Makefile fragment is included by packages for R library packages.
 #
@@ -14,6 +14,8 @@
 DIST_SUBDIR?=          R
 CATEGORIES+=           math
 
+R_HOMEPAGE_BASE=       http://cran.r-project.org/src/contrib/Descriptions
+
 R_DEPENDS?=            R>=1.7.0
 DEPENDS+=               ${R_DEPENDS}:../../math/R
 



Home | Main Index | Thread Index | Old Index