git: 04cd57975495 - main - */*: Take maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 15 Sep 2024 06:36:25 UTC
The branch main has been updated by uzsolt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=04cd5797549537587c46e7a2c4d0ca8b14239b05
commit 04cd5797549537587c46e7a2c4d0ca8b14239b05
Author: Zsolt Udvari <uzsolt@FreeBSD.org>
AuthorDate: 2024-09-15 06:32:11 +0000
Commit: Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-09-15 06:35:23 +0000
*/*: Take maintainership
devel/R-cran-brio
devel/R-cran-callr
devel/R-cran-covr
devel/R-cran-crayon
devel/R-cran-cyclocomp
devel/R-cran-desc
devel/R-cran-diffobj
devel/R-cran-ini
devel/R-cran-lintr
devel/R-cran-pkgbuild
devel/R-cran-pkgload
devel/R-cran-prettycode
devel/R-cran-rappdirs
devel/R-cran-rematch2
devel/R-cran-remotes
devel/R-cran-rversions
devel/R-cran-sessioninfo
devel/R-cran-waldo
devel/R-cran-whisker
graphics/R-cran-jpeg
math/R-cran-date
math/R-cran-intervals
security/R-cran-gitcreds
sysutils/R-cran-fs
sysutils/R-cran-processx
sysutils/R-cran-xopen
textproc/R-cran-hunspell
textproc/R-cran-rex
textproc/R-cran-xmlparsedata
www/R-cran-gh
www/R-cran-webshot
---
devel/R-cran-brio/Makefile | 2 +-
devel/R-cran-callr/Makefile | 2 +-
devel/R-cran-covr/Makefile | 2 +-
devel/R-cran-crayon/Makefile | 2 +-
devel/R-cran-cyclocomp/Makefile | 2 +-
devel/R-cran-desc/Makefile | 2 +-
devel/R-cran-diffobj/Makefile | 2 +-
devel/R-cran-ini/Makefile | 2 +-
devel/R-cran-lintr/Makefile | 2 +-
devel/R-cran-pkgbuild/Makefile | 2 +-
devel/R-cran-pkgload/Makefile | 2 +-
devel/R-cran-prettycode/Makefile | 2 +-
devel/R-cran-rappdirs/Makefile | 2 +-
devel/R-cran-rematch2/Makefile | 2 +-
devel/R-cran-remotes/Makefile | 2 +-
devel/R-cran-rversions/Makefile | 2 +-
devel/R-cran-sessioninfo/Makefile | 2 +-
devel/R-cran-waldo/Makefile | 2 +-
devel/R-cran-whisker/Makefile | 2 +-
graphics/R-cran-jpeg/Makefile | 2 +-
math/R-cran-date/Makefile | 2 +-
math/R-cran-intervals/Makefile | 2 +-
security/R-cran-gitcreds/Makefile | 2 +-
sysutils/R-cran-fs/Makefile | 2 +-
sysutils/R-cran-processx/Makefile | 2 +-
sysutils/R-cran-xopen/Makefile | 2 +-
textproc/R-cran-hunspell/Makefile | 2 +-
textproc/R-cran-rex/Makefile | 2 +-
textproc/R-cran-xmlparsedata/Makefile | 2 +-
www/R-cran-gh/Makefile | 2 +-
www/R-cran-webshot/Makefile | 2 +-
31 files changed, 31 insertions(+), 31 deletions(-)
diff --git a/devel/R-cran-brio/Makefile b/devel/R-cran-brio/Makefile
index e8df5efe2ea5..07a08fae5cd4 100644
--- a/devel/R-cran-brio/Makefile
+++ b/devel/R-cran-brio/Makefile
@@ -4,7 +4,7 @@ PORTREVISION= 1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Basic R Input Output
WWW= https://brio.r-lib.org
diff --git a/devel/R-cran-callr/Makefile b/devel/R-cran-callr/Makefile
index 5bb261d6aa95..a6bf0d8b8436 100644
--- a/devel/R-cran-callr/Makefile
+++ b/devel/R-cran-callr/Makefile
@@ -4,7 +4,7 @@ PORTREVISION= 1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Call R from R
WWW= https://callr.r-lib.org
diff --git a/devel/R-cran-covr/Makefile b/devel/R-cran-covr/Makefile
index 8483adae2a4c..394ba20cf67e 100644
--- a/devel/R-cran-covr/Makefile
+++ b/devel/R-cran-covr/Makefile
@@ -3,7 +3,7 @@ DISTVERSION= 3.6.4
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Test Coverage for Packages
WWW= https://covr.r-lib.org
diff --git a/devel/R-cran-crayon/Makefile b/devel/R-cran-crayon/Makefile
index 96327e9a8b2a..57c2113edac4 100644
--- a/devel/R-cran-crayon/Makefile
+++ b/devel/R-cran-crayon/Makefile
@@ -4,7 +4,7 @@ PORTREVISION= 1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Colored Terminal Output
WWW= https://github.com/r-lib/crayon#readme
diff --git a/devel/R-cran-cyclocomp/Makefile b/devel/R-cran-cyclocomp/Makefile
index 782247c5972c..d9d47c623e74 100644
--- a/devel/R-cran-cyclocomp/Makefile
+++ b/devel/R-cran-cyclocomp/Makefile
@@ -3,7 +3,7 @@ DISTVERSION= 1.1.1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Cyclomatic Complexity of R Code
WWW= https://github.com/gaborcsardi/cyclocomp
diff --git a/devel/R-cran-desc/Makefile b/devel/R-cran-desc/Makefile
index 7d297eef21a8..a1a5691f5702 100644
--- a/devel/R-cran-desc/Makefile
+++ b/devel/R-cran-desc/Makefile
@@ -4,7 +4,7 @@ PORTREVISION= 1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Manipulate DESCRIPTION Files
WWW= https://github.com/r-lib/desc#readme
diff --git a/devel/R-cran-diffobj/Makefile b/devel/R-cran-diffobj/Makefile
index 4028d30546e7..cdeba9dd70d8 100644
--- a/devel/R-cran-diffobj/Makefile
+++ b/devel/R-cran-diffobj/Makefile
@@ -4,7 +4,7 @@ PORTREVISION= 1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Diffs for R Objects
WWW= https://github.com/brodieG/diffobj
diff --git a/devel/R-cran-ini/Makefile b/devel/R-cran-ini/Makefile
index d2fd1d48d505..a75f586f9219 100644
--- a/devel/R-cran-ini/Makefile
+++ b/devel/R-cran-ini/Makefile
@@ -4,7 +4,7 @@ PORTREVISION= 1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Read and Write '.ini' Files
WWW= https://github.com/dvdscripter/ini
diff --git a/devel/R-cran-lintr/Makefile b/devel/R-cran-lintr/Makefile
index 956227951286..55237870f371 100644
--- a/devel/R-cran-lintr/Makefile
+++ b/devel/R-cran-lintr/Makefile
@@ -3,7 +3,7 @@ DISTVERSION= 3.1.1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= A 'Linter' for R Code
WWW= https://github.com/r-lib/lintr
diff --git a/devel/R-cran-pkgbuild/Makefile b/devel/R-cran-pkgbuild/Makefile
index c85b51040c43..76a2287ce1ea 100644
--- a/devel/R-cran-pkgbuild/Makefile
+++ b/devel/R-cran-pkgbuild/Makefile
@@ -3,7 +3,7 @@ DISTVERSION= 1.4.2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Find Tools Needed to Build R Packages
WWW= https://github.com/r-lib/pkgbuild
diff --git a/devel/R-cran-pkgload/Makefile b/devel/R-cran-pkgload/Makefile
index 37af2b8b1304..fd88c0273830 100644
--- a/devel/R-cran-pkgload/Makefile
+++ b/devel/R-cran-pkgload/Makefile
@@ -3,7 +3,7 @@ DISTVERSION= 1.3.2.1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Simulate Package Installation and Attach
WWW= https://github.com/r-lib/pkgload
diff --git a/devel/R-cran-prettycode/Makefile b/devel/R-cran-prettycode/Makefile
index 14e84816b4a1..eeeaf5eaddde 100644
--- a/devel/R-cran-prettycode/Makefile
+++ b/devel/R-cran-prettycode/Makefile
@@ -4,7 +4,7 @@ PORTREVISION= 1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Pretty Print R Code in the Terminal
WWW= https://github.com/r-lib/prettycode #readme
diff --git a/devel/R-cran-rappdirs/Makefile b/devel/R-cran-rappdirs/Makefile
index 2242be939d16..d5691abb01c0 100644
--- a/devel/R-cran-rappdirs/Makefile
+++ b/devel/R-cran-rappdirs/Makefile
@@ -4,7 +4,7 @@ PORTREVISION= 1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Application Directories: Determine Where to Save Data, Caches, and Logs
WWW= https://rappdirs.r-lib.org
diff --git a/devel/R-cran-rematch2/Makefile b/devel/R-cran-rematch2/Makefile
index 84d042f9b707..e1cf51c82fa3 100644
--- a/devel/R-cran-rematch2/Makefile
+++ b/devel/R-cran-rematch2/Makefile
@@ -4,7 +4,7 @@ PORTREVISION= 1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Tidy Output from Regular Expression Matching
WWW= https://github.com/r-lib/rematch2 #readme
diff --git a/devel/R-cran-remotes/Makefile b/devel/R-cran-remotes/Makefile
index e2efc02b124a..8d5f21eb76af 100644
--- a/devel/R-cran-remotes/Makefile
+++ b/devel/R-cran-remotes/Makefile
@@ -3,7 +3,7 @@ DISTVERSION= 2.4.2.1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= R Package Installation from Remote Repositories, Including 'GitHub'
WWW= https://remotes.r-lib.org
diff --git a/devel/R-cran-rversions/Makefile b/devel/R-cran-rversions/Makefile
index 4712ff3ee546..445a1aa6fc0c 100644
--- a/devel/R-cran-rversions/Makefile
+++ b/devel/R-cran-rversions/Makefile
@@ -4,7 +4,7 @@ PORTREVISION= 1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Query 'R' Versions, Including 'r-release' and 'r-oldrel'
WWW= https://github.com/r-hub/rversions
diff --git a/devel/R-cran-sessioninfo/Makefile b/devel/R-cran-sessioninfo/Makefile
index ff7de2de17d8..b5327cbd66a7 100644
--- a/devel/R-cran-sessioninfo/Makefile
+++ b/devel/R-cran-sessioninfo/Makefile
@@ -4,7 +4,7 @@ PORTREVISION= 1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= R Session Information
WWW= https://github.com/r-lib/sessioninfo #readme
diff --git a/devel/R-cran-waldo/Makefile b/devel/R-cran-waldo/Makefile
index 09a75ab1368c..6874ac195388 100644
--- a/devel/R-cran-waldo/Makefile
+++ b/devel/R-cran-waldo/Makefile
@@ -3,7 +3,7 @@ DISTVERSION= 0.5.1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Find Differences Between R Objects
WWW= https://waldo.r-lib.org
diff --git a/devel/R-cran-whisker/Makefile b/devel/R-cran-whisker/Makefile
index abd4fc497bfe..547c9b29e9bc 100644
--- a/devel/R-cran-whisker/Makefile
+++ b/devel/R-cran-whisker/Makefile
@@ -4,7 +4,7 @@ PORTREVISION= 1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= {{mustache}} for R, Logicless Templating
WWW= https://github.com/edwindj/whisker
diff --git a/graphics/R-cran-jpeg/Makefile b/graphics/R-cran-jpeg/Makefile
index abde5a3db75d..9fb2d2c85ed2 100644
--- a/graphics/R-cran-jpeg/Makefile
+++ b/graphics/R-cran-jpeg/Makefile
@@ -4,7 +4,7 @@ PORTREVISION= 1
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Read and write JPEG images
WWW= https://www.rforge.net/jpeg/
diff --git a/math/R-cran-date/Makefile b/math/R-cran-date/Makefile
index e55433d577da..b5f87a41beaf 100644
--- a/math/R-cran-date/Makefile
+++ b/math/R-cran-date/Makefile
@@ -4,7 +4,7 @@ PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Functions for Handling Dates
WWW= https://CRAN.R-project.org/package=date
diff --git a/math/R-cran-intervals/Makefile b/math/R-cran-intervals/Makefile
index 387716fa722d..bcfb7348355b 100644
--- a/math/R-cran-intervals/Makefile
+++ b/math/R-cran-intervals/Makefile
@@ -3,7 +3,7 @@ DISTVERSION= 0.15.4
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Tools for Working with Points and Intervals
WWW= https://github.com/edzer/intervals
diff --git a/security/R-cran-gitcreds/Makefile b/security/R-cran-gitcreds/Makefile
index ced86a34a519..a03b519516cf 100644
--- a/security/R-cran-gitcreds/Makefile
+++ b/security/R-cran-gitcreds/Makefile
@@ -4,7 +4,7 @@ PORTREVISION= 1
CATEGORIES= security
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Query 'git' Credentials from 'R'
WWW= https://gitcreds.r-lib.org/
diff --git a/sysutils/R-cran-fs/Makefile b/sysutils/R-cran-fs/Makefile
index 572d35674c40..ba7d264e1cd3 100644
--- a/sysutils/R-cran-fs/Makefile
+++ b/sysutils/R-cran-fs/Makefile
@@ -3,7 +3,7 @@ DISTVERSION= 1.6.3
CATEGORIES= sysutils
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Cross-Platform File System Operations Based on 'libuv'
WWW= https://fs.r-lib.org
diff --git a/sysutils/R-cran-processx/Makefile b/sysutils/R-cran-processx/Makefile
index c30001e02f1a..761044197832 100644
--- a/sysutils/R-cran-processx/Makefile
+++ b/sysutils/R-cran-processx/Makefile
@@ -3,7 +3,7 @@ DISTVERSION= 3.8.2
CATEGORIES= sysutils
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Execute and Control System Processes
WWW= https://processx.r-lib.org
diff --git a/sysutils/R-cran-xopen/Makefile b/sysutils/R-cran-xopen/Makefile
index c9b261cba0b4..b9a6020e521e 100644
--- a/sysutils/R-cran-xopen/Makefile
+++ b/sysutils/R-cran-xopen/Makefile
@@ -4,7 +4,7 @@ PORTREVISION= 1
CATEGORIES= sysutils
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Open System Files, 'URLs', Anything
WWW= https://github.com/r-lib/xopen #readme
diff --git a/textproc/R-cran-hunspell/Makefile b/textproc/R-cran-hunspell/Makefile
index dd655d1b25e3..b611bfa0333d 100644
--- a/textproc/R-cran-hunspell/Makefile
+++ b/textproc/R-cran-hunspell/Makefile
@@ -4,7 +4,7 @@ PORTREVISION= 1
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= High-Performance Stemmer, Tokenizer, and Spell Checker
WWW= https://docs.ropensci.org/hunspell/
diff --git a/textproc/R-cran-rex/Makefile b/textproc/R-cran-rex/Makefile
index 9b8c6c7c755e..fb8746e57bca 100644
--- a/textproc/R-cran-rex/Makefile
+++ b/textproc/R-cran-rex/Makefile
@@ -4,7 +4,7 @@ PORTREVISION= 1
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Friendly Regular Expressions
WWW= https://github.com/kevinushey/rex
diff --git a/textproc/R-cran-xmlparsedata/Makefile b/textproc/R-cran-xmlparsedata/Makefile
index 07141d02d73a..253057c7babd 100644
--- a/textproc/R-cran-xmlparsedata/Makefile
+++ b/textproc/R-cran-xmlparsedata/Makefile
@@ -4,7 +4,7 @@ PORTREVISION= 1
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Parse Data of 'R' Code as an 'XML' Tree
WWW= https://github.com/r-lib/xmlparsedata #readme
diff --git a/www/R-cran-gh/Makefile b/www/R-cran-gh/Makefile
index 2ccbb121535a..f6456cf4a8a0 100644
--- a/www/R-cran-gh/Makefile
+++ b/www/R-cran-gh/Makefile
@@ -4,7 +4,7 @@ PORTREVISION= 1
CATEGORIES= www
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= 'GitHub' 'API'
WWW= https://gh.r-lib.org/
diff --git a/www/R-cran-webshot/Makefile b/www/R-cran-webshot/Makefile
index 0ef4f97762f9..632b336c8e1b 100644
--- a/www/R-cran-webshot/Makefile
+++ b/www/R-cran-webshot/Makefile
@@ -3,7 +3,7 @@ DISTVERSION= 0.5.5
CATEGORIES= www
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Take Screenshots of Web Pages
WWW= https://wch.github.io/webshot/