aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2021-09-25 15:30:47 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2021-09-25 15:30:47 +0000
commit578dca8c8577df4cf35dfd79ce1417f77a2a0f5a (patch)
tree7cc1d69fa5b9364f36f825af854070cd2c18c178
parent02e5e4dd63cf4c9cab8b7b651666ad3f9808558c (diff)
downloadports-578dca8c8577df4cf35dfd79ce1417f77a2a0f5a.tar.gz
ports-578dca8c8577df4cf35dfd79ce1417f77a2a0f5a.zip
*/*: Reset MAINTAINER due to fatal email bounces
-rw-r--r--devel/pmdk/Makefile2
-rw-r--r--sysutils/turbostat/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/pmdk/Makefile b/devel/pmdk/Makefile
index 09c72212ad87..0b14a47e4559 100644
--- a/devel/pmdk/Makefile
+++ b/devel/pmdk/Makefile
@@ -2,7 +2,7 @@ PORTNAME= pmdk
DISTVERSION= 1.6.1
CATEGORIES= devel
-MAINTAINER= d.scott.phillips@intel.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Libraries and tools to manage and access persistent memory devices
# PMDK code is BSD3CLAUSE, jemalloc is BSD2CLAUSE,
diff --git a/sysutils/turbostat/Makefile b/sysutils/turbostat/Makefile
index 2a48d2258b21..c748473c3a7e 100644
--- a/sysutils/turbostat/Makefile
+++ b/sysutils/turbostat/Makefile
@@ -7,7 +7,7 @@ MASTER_SITES= https://raw.githubusercontent.com/torvalds/linux/v${PORTVERSION}/t
DISTFILES= ${PORTNAME}.c ${PORTNAME}.8 msr-index.h intel-family.h
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
-MAINTAINER= d.scott.phillips@intel.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Report power statistics for Intel CPUs
LICENSE= GPLv2