diff options
author | riggs <riggs@FreeBSD.org> | 2016-07-02 23:32:43 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2016-07-02 23:32:43 +0800 |
commit | ff25149f1e62a50a806289dde76a7f9ba051fe8d (patch) | |
tree | b1c20e7502608f1ba11fd6e2702d7bbc07827650 /math/R | |
parent | 71c1b8d84591a3d854d6dbdcbdcf88d035a7e764 (diff) | |
download | freebsd-ports-gnome-ff25149f1e62a50a806289dde76a7f9ba051fe8d.tar.gz freebsd-ports-gnome-ff25149f1e62a50a806289dde76a7f9ba051fe8d.tar.zst freebsd-ports-gnome-ff25149f1e62a50a806289dde76a7f9ba051fe8d.zip |
Joseph Mingrone <jrm@ftfl.ca> has volunteered to maintain R in bf@'s absence
PR: 210754
Submitted by: jrm@ftfl.ca
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 778b8e00cd8a..220a2c076081 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -20,7 +20,7 @@ MASTER_SITES= http://cran.r-project.org/%SUBDIR%/ \ http://probability.ca/cran/%SUBDIR%/ MASTER_SITE_SUBDIR= src/base/R-${PORTVERSION:C|\..*||} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jrm@ftfl.ca COMMENT?= Language for statistical computing and graphics LICENSE= GPLv2 |