From 578dca8c8577df4cf35dfd79ce1417f77a2a0f5a Mon Sep 17 00:00:00 2001 From: Ryan Steinmetz Date: Sat, 25 Sep 2021 11:30:47 -0400 Subject: [PATCH] */*: Reset MAINTAINER due to fatal email bounces --- devel/pmdk/Makefile | 2 +- sysutils/turbostat/Makefile | 2 +- 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