From e9056c9e5d0920f4dbf7f5723f12a3bfaa7434d6 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Thu, 13 Feb 2020 14:27:46 +0000 Subject: [PATCH] Update MAINTAINER: use @FreeBSD.org --- archivers/libunrar/Makefile | 2 +- archivers/qpress/Makefile | 2 +- comms/anyremote/Makefile | 2 +- comms/ebusd/Makefile | 2 +- converters/o3read/Makefile | 2 +- databases/xtrabackup/Makefile | 2 +- devel/cxxtest/Makefile | 2 +- dns/inadyn/Makefile | 2 +- dns/py-pybonjour/Makefile | 2 +- net-mgmt/check_nwc_health/Makefile | 2 +- net-mgmt/flowviewer/Makefile | 2 +- security/acmetool/Makefile | 2 +- security/lua-bcrypt/Makefile | 2 +- security/stoken/Makefile | 2 +- shells/ksh93/Makefile | 2 +- sysutils/atop/Makefile | 2 +- sysutils/busybox/Makefile | 2 +- sysutils/exfat-utils/Makefile | 2 +- sysutils/fusefs-exfat/Makefile | 2 +- sysutils/smartmontools/Makefile | 2 +- sysutils/ssync/Makefile | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/archivers/libunrar/Makefile b/archivers/libunrar/Makefile index a3a690143910..f5190955fd39 100644 --- a/archivers/libunrar/Makefile +++ b/archivers/libunrar/Makefile @@ -8,7 +8,7 @@ CATEGORIES= archivers MASTER_SITES= http://www.rarlab.com/rar/ DISTNAME= unrarsrc-${PORTVERSION} -MAINTAINER= samm@freebsd.org +MAINTAINER= samm@FreeBSD.org COMMENT= Library to work with RAR archives WRKSRC= ${WRKDIR}/unrar diff --git a/archivers/qpress/Makefile b/archivers/qpress/Makefile index b4c1d1f4bc4d..e1ff675bf5b7 100644 --- a/archivers/qpress/Makefile +++ b/archivers/qpress/Makefile @@ -7,7 +7,7 @@ CATEGORIES= archivers MASTER_SITES= http://www.quicklz.com/ DISTNAME= qpress-11-source -MAINTAINER= samm@freebsd.org +MAINTAINER= samm@FreeBSD.org COMMENT= Portable file archiver using QuickLZ LICENSE= GPLv2 diff --git a/comms/anyremote/Makefile b/comms/anyremote/Makefile index 6723bf70ec84..89892b203559 100644 --- a/comms/anyremote/Makefile +++ b/comms/anyremote/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 6.7.2 CATEGORIES= comms MASTER_SITES= SF -MAINTAINER= samm@freebsd.org +MAINTAINER= samm@FreeBSD.org COMMENT= Remote control service over Bluetooth, infrared, or TCP/IP networking LICENSE= GPLv2 diff --git a/comms/ebusd/Makefile b/comms/ebusd/Makefile index 27d7c0a70847..4c77010012bf 100644 --- a/comms/ebusd/Makefile +++ b/comms/ebusd/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 3.3 DISTVERSIONPREFIX= v CATEGORIES= comms -MAINTAINER= samm@freebsd.org +MAINTAINER= samm@FreeBSD.org COMMENT= Daemon for communication with eBUS heating systems LICENSE= GPLv3 diff --git a/converters/o3read/Makefile b/converters/o3read/Makefile index edfc922fc436..536006fbf3d0 100644 --- a/converters/o3read/Makefile +++ b/converters/o3read/Makefile @@ -7,7 +7,7 @@ CATEGORIES= converters MASTER_SITES= http://siag.nu/pub/o3read/ \ GENTOO -MAINTAINER= samm@freebsd.org +MAINTAINER= samm@FreeBSD.org COMMENT= Standalone converter for the OpenOffice.org writer and scalc formats LICENSE= GPLv2+ diff --git a/databases/xtrabackup/Makefile b/databases/xtrabackup/Makefile index e05903671095..7435b292fe71 100644 --- a/databases/xtrabackup/Makefile +++ b/databases/xtrabackup/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${ DISTFILES= percona-${PORTNAME}-${PORTVERSION}.tar.gz:xtrabackup \ boost_1_59_0.tar.bz2:boost -MAINTAINER= samm@freebsd.org +MAINTAINER= samm@FreeBSD.org COMMENT= OpenSource version of InnoDB backup with support of Percona extensions LICENSE= GPLv2 diff --git a/devel/cxxtest/Makefile b/devel/cxxtest/Makefile index 684ccd538ab5..c05453495726 100644 --- a/devel/cxxtest/Makefile +++ b/devel/cxxtest/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 4.4 CATEGORIES= devel MASTER_SITES= SF -MAINTAINER= hselasky@freebsd.org +MAINTAINER= hselasky@FreeBSD.org COMMENT= Simple and powerful JUnit/CppUnit/xUnit-like framework for C++ LICENSE= LGPL3+ diff --git a/dns/inadyn/Makefile b/dns/inadyn/Makefile index 4e2fa490bef6..d12e5c936946 100644 --- a/dns/inadyn/Makefile +++ b/dns/inadyn/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.inatech.eu/inadyn/ \ LOCAL/dhn DISTNAME= ${PORTNAME}.v${PORTVERSION} -MAINTAINER= samm@freebsd.org +MAINTAINER= samm@FreeBSD.org COMMENT= Dynamic DNS update client USES= dos2unix gmake zip diff --git a/dns/py-pybonjour/Makefile b/dns/py-pybonjour/Makefile index 6c7aa3767cfc..ef0953c877de 100644 --- a/dns/py-pybonjour/Makefile +++ b/dns/py-pybonjour/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 1.1.1 CATEGORIES= dns python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= jhixson@freebsd.org +MAINTAINER= jhixson@FreeBSD.org COMMENT= Pure-Python interface to Apple Bonjour LICENSE= MIT diff --git a/net-mgmt/check_nwc_health/Makefile b/net-mgmt/check_nwc_health/Makefile index c4d47badd3cc..9b53d4874c8c 100644 --- a/net-mgmt/check_nwc_health/Makefile +++ b/net-mgmt/check_nwc_health/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 7.10.1.5 CATEGORIES= net-mgmt MASTER_SITES= https://labs.consol.de/assets/downloads/nagios/ -MAINTAINER= leres@freebsd.org +MAINTAINER= leres@FreeBSD.org COMMENT= Nagios plugin to monitor network equipment via SNMP LICENSE= GPLv2 diff --git a/net-mgmt/flowviewer/Makefile b/net-mgmt/flowviewer/Makefile index 03db3dc9d9eb..07f8c87ed6e3 100644 --- a/net-mgmt/flowviewer/Makefile +++ b/net-mgmt/flowviewer/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME} DISTNAME= FlowViewer_${DISTVERSION} EXTRACT_SUFX= .tar -MAINTAINER= samm@freebsd.org +MAINTAINER= samm@FreeBSD.org COMMENT= Web-based user interface for the flow-tools NetFlow data RUN_DEPENDS= p5-GD-Graph>=0:graphics/p5-GD-Graph \ diff --git a/security/acmetool/Makefile b/security/acmetool/Makefile index e9b10112d86a..91afeb3f3f76 100644 --- a/security/acmetool/Makefile +++ b/security/acmetool/Makefile @@ -5,7 +5,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.0.67 CATEGORIES= security -MAINTAINER= samm@freebsd.org +MAINTAINER= samm@FreeBSD.org COMMENT= CLI tool for automatically acquiring certificates from ACME servers LICENSE= MIT diff --git a/security/lua-bcrypt/Makefile b/security/lua-bcrypt/Makefile index d26dda5bee68..f62cf838140e 100644 --- a/security/lua-bcrypt/Makefile +++ b/security/lua-bcrypt/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= security PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} -MAINTAINER= mdw@freebsd.org +MAINTAINER= mdw@FreeBSD.org COMMENT= Library providing OpenBSD's bcrypt hash function for Lua LICENSE= ISCL diff --git a/security/stoken/Makefile b/security/stoken/Makefile index a1e31c425253..b2dd866673f7 100644 --- a/security/stoken/Makefile +++ b/security/stoken/Makefile @@ -6,7 +6,7 @@ DISTVERSION= 0.92 CATEGORIES= security MASTER_SITES= SF/stoken -MAINTAINER= samm@freebsd.org +MAINTAINER= samm@FreeBSD.org COMMENT= Software Token for UNIX compatible with RSA SecurID LICENSE= LGPL21 diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index 8e2967069ecc..77faf3c58a20 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -6,7 +6,7 @@ PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= shells -MAINTAINER= cy@freebsd.org +MAINTAINER= cy@FreeBSD.org COMMENT= AT&T KornShell 93 LICENSE= EPL diff --git a/sysutils/atop/Makefile b/sysutils/atop/Makefile index 7fa8662b57e3..31f39afa7346 100644 --- a/sysutils/atop/Makefile +++ b/sysutils/atop/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 2.0.2.b3 PORTREVISION= 3 CATEGORIES= sysutils -MAINTAINER= samm@freebsd.org +MAINTAINER= samm@FreeBSD.org COMMENT= ASCII Monitor for system resources and process activity LICENSE= GPLv2 diff --git a/sysutils/busybox/Makefile b/sysutils/busybox/Makefile index 7c043302407c..5f4a2aa7e94b 100644 --- a/sysutils/busybox/Makefile +++ b/sysutils/busybox/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= sysutils misc shells MASTER_SITES= https://busybox.net/downloads/ -MAINTAINER= samm@freebsd.org +MAINTAINER= samm@FreeBSD.org COMMENT= Set of common utilities built as single binary LICENSE= GPLv2 diff --git a/sysutils/exfat-utils/Makefile b/sysutils/exfat-utils/Makefile index 1a393dd8ecfa..7fe815b1124c 100644 --- a/sysutils/exfat-utils/Makefile +++ b/sysutils/exfat-utils/Makefile @@ -7,7 +7,7 @@ DISTVERSION= 1.3.0 CATEGORIES= sysutils PKGNAMESUFFIX= -utils -MAINTAINER= samm@freebsd.org +MAINTAINER= samm@FreeBSD.org COMMENT= Utilities to create, check, label and dump exFAT filesystem LICENSE= GPLv2+ MSPAT diff --git a/sysutils/fusefs-exfat/Makefile b/sysutils/fusefs-exfat/Makefile index 125932bf080d..0461d9eb65fe 100644 --- a/sysutils/fusefs-exfat/Makefile +++ b/sysutils/fusefs-exfat/Makefile @@ -7,7 +7,7 @@ DISTVERSION= 1.3.0 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- -MAINTAINER= samm@freebsd.org +MAINTAINER= samm@FreeBSD.org COMMENT= Full-featured exFAT FS implementation as a FUSE module LICENSE= GPLv2+ MSPAT diff --git a/sysutils/smartmontools/Makefile b/sysutils/smartmontools/Makefile index f9d3c096e2ea..f4bb20aa7751 100644 --- a/sysutils/smartmontools/Makefile +++ b/sysutils/smartmontools/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF -MAINTAINER= samm@freebsd.org +MAINTAINER= samm@FreeBSD.org COMMENT= S.M.A.R.T. disk monitoring tools LICENSE= GPLv2+ diff --git a/sysutils/ssync/Makefile b/sysutils/ssync/Makefile index ce83d3a96a7f..a5f9582b9b11 100644 --- a/sysutils/ssync/Makefile +++ b/sysutils/ssync/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://linuxfocus.org/~guido/ -MAINTAINER= samm@freebsd.org +MAINTAINER= samm@FreeBSD.org COMMENT= Minimalistic tool for keeping filesystems in synchronization USES= gmake