aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2021-07-28 19:52:38 +0000
committerLars Engels <lme@FreeBSD.org>2021-07-28 20:34:51 +0000
commitc4fd7792f981de365293ee93ea4ee934bb5f0c18 (patch)
treeed723ec39fdd93d35d70657ec8cf1bc84920c6fc
parent0376808b0577a0a087151d55fce17c6a81d1e059 (diff)
downloadports-c4fd7792f981de365293ee93ea4ee934bb5f0c18.tar.gz
ports-c4fd7792f981de365293ee93ea4ee934bb5f0c18.zip
*: Drop maintainership on most of my ports.
Unfortunately I cannot give them the love they deserve at the moment.
-rw-r--r--audio/atunes/Makefile2
-rw-r--r--audio/osdmixer/Makefile2
-rw-r--r--audio/volumeicon/Makefile2
-rw-r--r--deskutils/gsimplecal/Makefile2
-rw-r--r--devel/astyle/Makefile2
-rw-r--r--devel/cmunge/Makefile2
-rw-r--r--devel/glrparser/Makefile2
-rw-r--r--games/bass/Makefile2
-rw-r--r--games/fotaq/Makefile2
-rw-r--r--games/xpilot/Makefile2
-rw-r--r--math/aribas/Makefile2
-rw-r--r--misc/tvbrowser/Makefile2
-rw-r--r--multimedia/mpeg_play/Makefile2
-rw-r--r--multimedia/mpeg_stat/Makefile2
-rw-r--r--multimedia/pwcbsd/Makefile2
-rw-r--r--net-mgmt/aircrack-ng/Makefile2
-rw-r--r--net-mgmt/icinga2/Makefile2
-rw-r--r--net-mgmt/icingaweb2-module-businessprocess/Makefile2
-rw-r--r--net-mgmt/icingaweb2-module-cube/Makefile2
-rw-r--r--net-mgmt/icingaweb2-module-director/Makefile2
-rw-r--r--net-mgmt/icingaweb2-module-elasticsearch/Makefile2
-rw-r--r--net-mgmt/icingaweb2-module-fileshipper/Makefile2
-rw-r--r--net-mgmt/icingaweb2-module-generictts/Makefile2
-rw-r--r--net-mgmt/icingaweb2-module-grafana/Makefile2
-rw-r--r--net-mgmt/icingaweb2-module-graphite/Makefile2
-rw-r--r--net-mgmt/icingaweb2-module-idoreports/Makefile2
-rw-r--r--net-mgmt/icingaweb2-module-ipl/Makefile2
-rw-r--r--net-mgmt/icingaweb2-module-map/Makefile2
-rw-r--r--net-mgmt/icingaweb2-module-pdfexport/Makefile2
-rw-r--r--net-mgmt/icingaweb2-module-reactbundle/Makefile2
-rw-r--r--net-mgmt/icingaweb2-module-reporting/Makefile2
-rw-r--r--net-mgmt/icingaweb2-module-vsphere/Makefile2
-rw-r--r--net-mgmt/icingaweb2/Makefile2
-rw-r--r--net-mgmt/pnp-icinga2/Makefile2
-rw-r--r--net-mgmt/pnp/Makefile2
-rw-r--r--net/cnd/Makefile2
-rw-r--r--security/fcheck/Makefile2
-rw-r--r--sysutils/chyves/Makefile2
-rw-r--r--sysutils/iohyve/Makefile2
-rw-r--r--textproc/qrcodegen/Makefile2
-rw-r--r--www/dhttpd/Makefile2
-rw-r--r--www/swiggle/Makefile2
-rw-r--r--x11-fm/mucommander/Makefile2
-rw-r--r--x11/bbrun/Makefile2
-rw-r--r--x11/mrxvt-devel/Makefile2
45 files changed, 45 insertions, 45 deletions
diff --git a/audio/atunes/Makefile b/audio/atunes/Makefile
index a04537d5ae6e..0c2519510357 100644
--- a/audio/atunes/Makefile
+++ b/audio/atunes/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= audio java
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/aTunes%20${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}-bin
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Full-featured audio player and manager developed in Java
LICENSE= GPLv2
diff --git a/audio/osdmixer/Makefile b/audio/osdmixer/Makefile
index 0fbb1a96d2ff..05cf360c2484 100644
--- a/audio/osdmixer/Makefile
+++ b/audio/osdmixer/Makefile
@@ -6,7 +6,7 @@ PORTREVISION= 7
CATEGORIES= audio
MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Displays audio volume with an OSD
LIB_DEPENDS= libxosd.so:misc/xosd
diff --git a/audio/volumeicon/Makefile b/audio/volumeicon/Makefile
index 1a99b3ee93d3..5e1a79013948 100644
--- a/audio/volumeicon/Makefile
+++ b/audio/volumeicon/Makefile
@@ -3,7 +3,7 @@ PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= audio
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Lightweight volume control for the systray
LICENSE= GPLv3
diff --git a/deskutils/gsimplecal/Makefile b/deskutils/gsimplecal/Makefile
index 05545538e584..e97cc299fa41 100644
--- a/deskutils/gsimplecal/Makefile
+++ b/deskutils/gsimplecal/Makefile
@@ -3,7 +3,7 @@ PORTVERSION= 2.2
DISTVERSIONPREFIX= v
CATEGORIES= deskutils
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Lightweight calendar applet written in C++ using GTK
LICENSE= GPLv3
diff --git a/devel/astyle/Makefile b/devel/astyle/Makefile
index 548beddd1177..274efea2aa9b 100644
--- a/devel/astyle/Makefile
+++ b/devel/astyle/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= devel textproc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
DISTNAME= ${PORTNAME}_${PORTVERSION}_linux
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Source code indenter and formatter for C, C++, C\#, and Java
LICENSE= MIT
diff --git a/devel/cmunge/Makefile b/devel/cmunge/Makefile
index cccbaedecb52..216a20ee8220 100644
--- a/devel/cmunge/Makefile
+++ b/devel/cmunge/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.vcpc.univie.ac.at/vcpc/jhm/code/ \
http://bsd-geek.de/FreeBSD/distfiles/
DISTNAME= ${PORTNAME}
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for encrypting and compacting C source code
WRKSRC= ${WRKDIR}/cmunger
diff --git a/devel/glrparser/Makefile b/devel/glrparser/Makefile
index 5ddbece853ed..f657471e60c6 100644
--- a/devel/glrparser/Makefile
+++ b/devel/glrparser/Makefile
@@ -6,7 +6,7 @@ PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Parser which works with the GLR(0) algorithm
GNU_CONFIGURE= yes
diff --git a/games/bass/Makefile b/games/bass/Makefile
index 7d6899b8f37f..43cca5bfe0d7 100644
--- a/games/bass/Makefile
+++ b/games/bass/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://de2.eu.scummvm.net/extras/Beneath%20a%20Steel%20Sky/ \
http://lt1.eu.scummvm.net/extras/Beneath%20a%20Steel%20Sky/
DISTNAME= bass-cd-1.2
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Beneath a Steel Sky: a post-apocalyptic futuristic graphical adventure
LICENSE= unknown
diff --git a/games/fotaq/Makefile b/games/fotaq/Makefile
index ba0799e06fd4..d57b67350a2b 100644
--- a/games/fotaq/Makefile
+++ b/games/fotaq/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= games
MASTER_SITES= SF/scummvm/extras/Flight%20of%20the%20Amazon%20Queen
DISTNAME= FOTAQ_Talkie-${PORTVERSION}
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Flight of the Amazon Queen: a classic graphical adventure
RUN_DEPENDS= scummvm:games/scummvm
diff --git a/games/xpilot/Makefile b/games/xpilot/Makefile
index c2e277b97877..1f1c83518768 100644
--- a/games/xpilot/Makefile
+++ b/games/xpilot/Makefile
@@ -5,7 +5,7 @@ PORTVERSION= 4.5.5
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}game/${PORTNAME}-4/${PORTNAME}-${PORTVERSION}
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Xpilot(client) and xpilots(server)
USES= imake tar:bzip2 xorg
diff --git a/math/aribas/Makefile b/math/aribas/Makefile
index 92e193aebf4f..9c3db6120aef 100644
--- a/math/aribas/Makefile
+++ b/math/aribas/Makefile
@@ -6,7 +6,7 @@ CATEGORIES= math
MASTER_SITES= ftp://ftp.mathematik.uni-muenchen.de/pub/forster/aribas/UNIX_LINUX/ \
http://bsd-geek.de/FreeBSD/distfiles/
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Interpreter for big integer/multi-precision floating point arithmetic
BUILD_WRKSRC= ${WRKSRC}/src
diff --git a/misc/tvbrowser/Makefile b/misc/tvbrowser/Makefile
index d6af7cfdc4f5..c96b7cda07da 100644
--- a/misc/tvbrowser/Makefile
+++ b/misc/tvbrowser/Makefile
@@ -6,7 +6,7 @@ CATEGORIES= misc java
MASTER_SITES= SF/${PORTNAME}/TV-Browser%20Releases%20%28Java%2011%20and%20higher%29/${PORTVERSION}/
DISTNAME= ${PORTNAME}_${PORTVERSION}_bin
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Digital TV and radio guide
LICENSE= GPLv3
diff --git a/multimedia/mpeg_play/Makefile b/multimedia/mpeg_play/Makefile
index 2faecd7fbcd0..b7e3305a1eb9 100644
--- a/multimedia/mpeg_play/Makefile
+++ b/multimedia/mpeg_play/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= http://www.bsd-geek.de/FreeBSD/distfiles/ \
ftp://mm-ftp.cs.berkeley.edu/pub/multimedia/mpeg/play/
EXTRACT_SUFX= -patched-src.tar.gz
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Program to play mpeg movies on X displays
NOT_FOR_ARCHS= aarch64 armv6 armv7 mips mips64 riscv64
diff --git a/multimedia/mpeg_stat/Makefile b/multimedia/mpeg_stat/Makefile
index 1aed1e17eb72..5530034a769a 100644
--- a/multimedia/mpeg_stat/Makefile
+++ b/multimedia/mpeg_stat/Makefile
@@ -6,7 +6,7 @@ CATEGORIES= multimedia
MASTER_SITES= http://www.bsd-geek.de/FreeBSD/distfiles/
DISTNAME= ${PKGNAME}-src
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= MPEG-I statistics gatherer
USES= shebangfix
diff --git a/multimedia/pwcbsd/Makefile b/multimedia/pwcbsd/Makefile
index 2f9dba1f6637..e7053df600b7 100644
--- a/multimedia/pwcbsd/Makefile
+++ b/multimedia/pwcbsd/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= http://raaf.atspace.org/ \
http://www.bsd-geek.de/FreeBSD/distfiles/ \
LOCAL/miwi
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= The Linux pwc webcam driver ported to FreeBSD
LICENSE= GPLv2
diff --git a/net-mgmt/aircrack-ng/Makefile b/net-mgmt/aircrack-ng/Makefile
index 6f0805c84464..dd371959a952 100644
--- a/net-mgmt/aircrack-ng/Makefile
+++ b/net-mgmt/aircrack-ng/Makefile
@@ -6,7 +6,7 @@ PORTREVISION= 1
CATEGORIES= net-mgmt security
MASTER_SITES= http://download.aircrack-ng.org/
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= 802.11 WEP and WPA-PSK keys cracking program
LICENSE= GPLv2 BSD3CLAUSE APACHE20
diff --git a/net-mgmt/icinga2/Makefile b/net-mgmt/icinga2/Makefile
index b621977f12fb..6be11bec1cb4 100644
--- a/net-mgmt/icinga2/Makefile
+++ b/net-mgmt/icinga2/Makefile
@@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v
DISTVERSION= 2.12.3
CATEGORIES= net-mgmt
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Monitoring and management system for hosts, services and networks
LICENSE= GPLv2
diff --git a/net-mgmt/icingaweb2-module-businessprocess/Makefile b/net-mgmt/icingaweb2-module-businessprocess/Makefile
index dcb6250ae353..d767a593d15c 100644
--- a/net-mgmt/icingaweb2-module-businessprocess/Makefile
+++ b/net-mgmt/icingaweb2-module-businessprocess/Makefile
@@ -5,7 +5,7 @@ PORTREVISION= 2
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Manage Business Processes in Icinga Web 2
LICENSE= GPLv2
diff --git a/net-mgmt/icingaweb2-module-cube/Makefile b/net-mgmt/icingaweb2-module-cube/Makefile
index e3245356e19e..c2bc3e620a6b 100644
--- a/net-mgmt/icingaweb2-module-cube/Makefile
+++ b/net-mgmt/icingaweb2-module-cube/Makefile
@@ -4,7 +4,7 @@ DISTVERSION= 1.1.1
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Drill-down view for Icinga web 2 based on custom variables
LICENSE= GPLv2
diff --git a/net-mgmt/icingaweb2-module-director/Makefile b/net-mgmt/icingaweb2-module-director/Makefile
index 94b172f735e6..6844101a4fda 100644
--- a/net-mgmt/icingaweb2-module-director/Makefile
+++ b/net-mgmt/icingaweb2-module-director/Makefile
@@ -5,7 +5,7 @@ PORTREVISION= 2
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Configuration frontend for Icinga 2, integrated automation
LICENSE= GPLv2
diff --git a/net-mgmt/icingaweb2-module-elasticsearch/Makefile b/net-mgmt/icingaweb2-module-elasticsearch/Makefile
index 98b2a0f057f8..79b809f103c2 100644
--- a/net-mgmt/icingaweb2-module-elasticsearch/Makefile
+++ b/net-mgmt/icingaweb2-module-elasticsearch/Makefile
@@ -5,7 +5,7 @@ PORTREVISION= 3
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Integrate Elasticsearch into Icinga Web 2
LICENSE= GPLv2
diff --git a/net-mgmt/icingaweb2-module-fileshipper/Makefile b/net-mgmt/icingaweb2-module-fileshipper/Makefile
index b7a95e82f834..94bb9d186e77 100644
--- a/net-mgmt/icingaweb2-module-fileshipper/Makefile
+++ b/net-mgmt/icingaweb2-module-fileshipper/Makefile
@@ -4,7 +4,7 @@ DISTVERSION= 1.2.0
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Import CSV, JSON, XML and YAML files for the Icinga Director
LICENSE= GPLv2
diff --git a/net-mgmt/icingaweb2-module-generictts/Makefile b/net-mgmt/icingaweb2-module-generictts/Makefile
index 7c056257198b..2c0f8e23fb46 100644
--- a/net-mgmt/icingaweb2-module-generictts/Makefile
+++ b/net-mgmt/icingaweb2-module-generictts/Makefile
@@ -5,7 +5,7 @@ PORTREVISION= 3
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Generic ticket system integration into Icinga web 2
LICENSE= GPLv2
diff --git a/net-mgmt/icingaweb2-module-grafana/Makefile b/net-mgmt/icingaweb2-module-grafana/Makefile
index 7b488c309f6d..56fe04780ce1 100644
--- a/net-mgmt/icingaweb2-module-grafana/Makefile
+++ b/net-mgmt/icingaweb2-module-grafana/Makefile
@@ -4,7 +4,7 @@ DISTVERSION= 1.4.2
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Add Grafana graphs into Icinga Web 2 to display performance metrics
LICENSE= GPLv2
diff --git a/net-mgmt/icingaweb2-module-graphite/Makefile b/net-mgmt/icingaweb2-module-graphite/Makefile
index 520a697bbb11..2ceff5a0246e 100644
--- a/net-mgmt/icingaweb2-module-graphite/Makefile
+++ b/net-mgmt/icingaweb2-module-graphite/Makefile
@@ -5,7 +5,7 @@ PORTREVISION= 3
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Graphite integration into Icinga Web 2
LICENSE= GPLv2
diff --git a/net-mgmt/icingaweb2-module-idoreports/Makefile b/net-mgmt/icingaweb2-module-idoreports/Makefile
index c8683449de80..65ac0d1f5eb5 100644
--- a/net-mgmt/icingaweb2-module-idoreports/Makefile
+++ b/net-mgmt/icingaweb2-module-idoreports/Makefile
@@ -5,7 +5,7 @@ PORTREVISION= 2
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Host and service availability reports for Icinga
LICENSE= GPLv2
diff --git a/net-mgmt/icingaweb2-module-ipl/Makefile b/net-mgmt/icingaweb2-module-ipl/Makefile
index d84bea26da5a..f7d247192899 100644
--- a/net-mgmt/icingaweb2-module-ipl/Makefile
+++ b/net-mgmt/icingaweb2-module-ipl/Makefile
@@ -4,7 +4,7 @@ DISTVERSION= 0.5.0
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Icinga PHP library
LICENSE= MIT
diff --git a/net-mgmt/icingaweb2-module-map/Makefile b/net-mgmt/icingaweb2-module-map/Makefile
index 8a566814a4ec..58dbeaa4bead 100644
--- a/net-mgmt/icingaweb2-module-map/Makefile
+++ b/net-mgmt/icingaweb2-module-map/Makefile
@@ -5,7 +5,7 @@ PORTREVISION= 3
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Display hosts on OpenStreetMap
LICENSE= GPLv2
diff --git a/net-mgmt/icingaweb2-module-pdfexport/Makefile b/net-mgmt/icingaweb2-module-pdfexport/Makefile
index 0a607161f77d..7003aa702b9b 100644
--- a/net-mgmt/icingaweb2-module-pdfexport/Makefile
+++ b/net-mgmt/icingaweb2-module-pdfexport/Makefile
@@ -5,7 +5,7 @@ PORTREVISION= 2
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Icinga PDF Export
LICENSE= GPLv2
diff --git a/net-mgmt/icingaweb2-module-reactbundle/Makefile b/net-mgmt/icingaweb2-module-reactbundle/Makefile
index 36948dc5a3a6..ff99ff51de45 100644
--- a/net-mgmt/icingaweb2-module-reactbundle/Makefile
+++ b/net-mgmt/icingaweb2-module-reactbundle/Makefile
@@ -4,7 +4,7 @@ DISTVERSION= 0.9.0
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Icinga Web 2 ReactPHP-based 3rd party libraries
LICENSE= MIT
diff --git a/net-mgmt/icingaweb2-module-reporting/Makefile b/net-mgmt/icingaweb2-module-reporting/Makefile
index 7a28f9547c22..ba147927e6ca 100644
--- a/net-mgmt/icingaweb2-module-reporting/Makefile
+++ b/net-mgmt/icingaweb2-module-reporting/Makefile
@@ -5,7 +5,7 @@ PORTREVISION= 1
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Reporting module for Icinga Web 2
LICENSE= GPLv2
diff --git a/net-mgmt/icingaweb2-module-vsphere/Makefile b/net-mgmt/icingaweb2-module-vsphere/Makefile
index f8218643eecc..b468017f5530 100644
--- a/net-mgmt/icingaweb2-module-vsphere/Makefile
+++ b/net-mgmt/icingaweb2-module-vsphere/Makefile
@@ -5,7 +5,7 @@ PORTREVISION= 4
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Automated import of your VMs and Physical Host from VMware Sphere
RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} \
diff --git a/net-mgmt/icingaweb2/Makefile b/net-mgmt/icingaweb2/Makefile
index 8a93402fde45..46b90e684b3b 100644
--- a/net-mgmt/icingaweb2/Makefile
+++ b/net-mgmt/icingaweb2/Makefile
@@ -5,7 +5,7 @@ PORTREVISION= 1
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Next generation web interface for Icinga 1 and 2
LICENSE= GPLv2
diff --git a/net-mgmt/pnp-icinga2/Makefile b/net-mgmt/pnp-icinga2/Makefile
index 034d04ae22ef..9d4eecc13e72 100644
--- a/net-mgmt/pnp-icinga2/Makefile
+++ b/net-mgmt/pnp-icinga2/Makefile
@@ -1,7 +1,7 @@
PORTREVISION= 3
PKGNAMESUFFIX= -icinga2
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Icinga2 performance data collector and grapher
MASTERDIR= ${.CURDIR}/../pnp
diff --git a/net-mgmt/pnp/Makefile b/net-mgmt/pnp/Makefile
index 8c42eb7a1f58..9fd7d9d64602 100644
--- a/net-mgmt/pnp/Makefile
+++ b/net-mgmt/pnp/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= net-mgmt
MASTER_SITES= SF/pnp4nagios/PNP-0.6
DISTNAME= pnp4nagios-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
-MAINTAINER?= lme@FreeBSD.org
+MAINTAINER?= ports@FreeBSD.org
COMMENT?= Nagios / Icinga performance data collector and grapher
LICENSE= GPLv2
diff --git a/net/cnd/Makefile b/net/cnd/Makefile
index 822b0e68a0df..cff785645ae1 100644
--- a/net/cnd/Makefile
+++ b/net/cnd/Makefile
@@ -6,7 +6,7 @@ PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.bsd-geek.de/FreeBSD/distfiles/
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Console network display
USES= ncurses
diff --git a/security/fcheck/Makefile b/security/fcheck/Makefile
index 7e35deeac0f9..3766089daa64 100644
--- a/security/fcheck/Makefile
+++ b/security/fcheck/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= http://www.sourcefiles.org/Networking/Security/Intrusion_Detection
http://bsd-geek.de/FreeBSD/distfiles/
DISTNAME= FCheck_${PORTVERSION}
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Intrusion detection and Policy enforcement / auditing software
LICENSE= GPLv2 GPLv3
diff --git a/sysutils/chyves/Makefile b/sysutils/chyves/Makefile
index 52234c97a2a0..a67fef8d65dc 100644
--- a/sysutils/chyves/Makefile
+++ b/sysutils/chyves/Makefile
@@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v
DISTVERSION= 0.2.0
CATEGORIES= sysutils
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= bhyve front-end manager
LICENSE= BSD2CLAUSE
diff --git a/sysutils/iohyve/Makefile b/sysutils/iohyve/Makefile
index 50cd8a6f8e32..d99d9e55aeaa 100644
--- a/sysutils/iohyve/Makefile
+++ b/sysutils/iohyve/Makefile
@@ -2,7 +2,7 @@ PORTNAME= iohyve
PORTVERSION= 0.7.9
CATEGORIES= sysutils
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= bhyve manager utilizing ZFS and other FreeBSD tools
LICENSE= BSD2CLAUSE
diff --git a/textproc/qrcodegen/Makefile b/textproc/qrcodegen/Makefile
index ee35d3587902..b2863a0de2bb 100644
--- a/textproc/qrcodegen/Makefile
+++ b/textproc/qrcodegen/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= textproc java
MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/
DISTNAME= ${PORTNAME}_${PORTVERSION}
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= GUI to generate QR codes
LICENSE= GPLv3
diff --git a/www/dhttpd/Makefile b/www/dhttpd/Makefile
index 6ce372301ab7..e38a65267902 100644
--- a/www/dhttpd/Makefile
+++ b/www/dhttpd/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= www
MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/
EXTRACT_SUFX= .tgz
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Minimal secure webserver. Fast and efficient, no cgi-bin support
LICENSE= GPLv2
diff --git a/www/swiggle/Makefile b/www/swiggle/Makefile
index b5e14401358f..6d59ef78a2ef 100644
--- a/www/swiggle/Makefile
+++ b/www/swiggle/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= www
MASTER_SITES= http://homepage.univie.ac.at/l.ertl/swiggle/files/ \
http://bsd-geek.de/FreeBSD/distfiles/
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Command-line web image gallery generator
LICENSE= BSD4CLAUSE
diff --git a/x11-fm/mucommander/Makefile b/x11-fm/mucommander/Makefile
index 9c37fd0cb7e3..3a0768859602 100644
--- a/x11-fm/mucommander/Makefile
+++ b/x11-fm/mucommander/Makefile
@@ -5,7 +5,7 @@ DISTVERSION= 0.9.5-1
CATEGORIES= x11-fm java
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Lightweight file manager featuring a Norton Commander style interface
LICENSE= GPLv3
diff --git a/x11/bbrun/Makefile b/x11/bbrun/Makefile
index ca15b32b40eb..b04a161944c3 100644
--- a/x11/bbrun/Makefile
+++ b/x11/bbrun/Makefile
@@ -6,7 +6,7 @@ PORTREVISION= 13
CATEGORIES= x11
MASTER_SITES= http://www.bsd-geek.de/FreeBSD/distfiles/
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Run box for Blackbox
OPTIONS_DEFINE= DOCS
diff --git a/x11/mrxvt-devel/Makefile b/x11/mrxvt-devel/Makefile
index ba4b6e6aa9ab..513ac5ad2ba2 100644
--- a/x11/mrxvt-devel/Makefile
+++ b/x11/mrxvt-devel/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= x11
MASTER_SITES= SF/materm/mrxvt%20source/${PORTVERSION}
DISTNAME= mrxvt-${PORTVERSION}
-MAINTAINER= lme@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Development version of mrxvt
LICENSE= GPLv2