From owner-dev-commits-ports-all@freebsd.org Sat Aug 14 19:49:47 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6D9BD652740; Sat, 14 Aug 2021 19:49:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gn9xR2f6Sz4hK9; Sat, 14 Aug 2021 19:49:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 43FAC2796B; Sat, 14 Aug 2021 19:49:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17EJnl28078633; Sat, 14 Aug 2021 19:49:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17EJnleI078632; Sat, 14 Aug 2021 19:49:47 GMT (envelope-from git) Date: Sat, 14 Aug 2021 19:49:47 GMT Message-Id: <202108141949.17EJnleI078632@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Joseph Mingrone Subject: git: 4c8b381485df - main - math/R;math/libRmath: Update maintainers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jrm X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4c8b381485df6266bbbe0468ec1e3f9de9873c7f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Aug 2021 19:49:47 -0000 The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=4c8b381485df6266bbbe0468ec1e3f9de9873c7f commit 4c8b381485df6266bbbe0468ec1e3f9de9873c7f Author: Joseph Mingrone AuthorDate: 2021-08-14 19:45:38 +0000 Commit: Joseph Mingrone CommitDate: 2021-08-14 19:49:46 +0000 math/R;math/libRmath: Update maintainers I intended to drop maintainership of math/libRmath as I no longer use it (and suspect there are few users), but accidentally dropped maintainership of math/R. --- math/R/Makefile | 2 +- math/libRmath/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/math/R/Makefile b/math/R/Makefile index 0e3acbd08602..682b58b0f2db 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -5,7 +5,7 @@ DISTVERSION= 4.1.1 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jrm@FreeBSD.org COMMENT= Language for statistical computing and graphics LICENSE= GPLv2 diff --git a/math/libRmath/Makefile b/math/libRmath/Makefile index 400ec7131960..f6be92205f89 100644 --- a/math/libRmath/Makefile +++ b/math/libRmath/Makefile @@ -6,7 +6,7 @@ CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} DISTNAME= R-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} -MAINTAINER= jrm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Standalone math library from R LICENSE= GPLv2