pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R



Module Name:    pkgsrc
Committed By:   minskim
Date:           Mon Apr  9 21:57:46 UTC 2018

Modified Files:
        pkgsrc/math/R: Makefile.extension

Log Message:
Set default HOMEPAGE for R packages


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/math/R/Makefile.extension

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R/Makefile.extension
diff -u pkgsrc/math/R/Makefile.extension:1.20 pkgsrc/math/R/Makefile.extension:1.21
--- pkgsrc/math/R/Makefile.extension:1.20       Mon Feb 29 20:05:00 2016
+++ pkgsrc/math/R/Makefile.extension    Mon Apr  9 21:57:46 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.extension,v 1.20 2016/02/29 20:05:00 jperkin Exp $
+# $NetBSD: Makefile.extension,v 1.21 2018/04/09 21:57:46 minskim Exp $
 #
 # This Makefile fragment is included by packages for R library packages.
 #
@@ -13,6 +13,7 @@ PKGNAME?=             R-${R_PKGNAME}-${R_PKGVER:S/-
 MASTER_SITES?=         ${MASTER_SITE_R_CRAN:=contrib/}
 DIST_SUBDIR?=          R
 CATEGORIES+=           math
+HOMEPAGE?=             https://CRAN.R-project.org/package=${R_PKGNAME}
 
 WRKSRC=                ${WRKDIR}/${R_PKGNAME}
 



Home | Main Index | Thread Index | Old Index