From nobody Tue Nov 09 10:32:22 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 9406418392E4; Tue, 9 Nov 2021 10:32:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HpPS63q8bz3kZs; Tue, 9 Nov 2021 10:32:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 62C8023799; Tue, 9 Nov 2021 10:32:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1A9AWMN8000873; Tue, 9 Nov 2021 10:32:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1A9AWM79000872; Tue, 9 Nov 2021 10:32:22 GMT (envelope-from git) Date: Tue, 9 Nov 2021 10:32:22 GMT Message-Id: <202111091032.1A9AWM79000872@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dries Michiels Subject: git: 8534f4382ce4 - main - */*: Consistently use my new driesm@FreeBSD.org alias List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: driesm X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8534f4382ce460759bcc6999e414fe5b3b51d43b Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by driesm: URL: https://cgit.FreeBSD.org/ports/commit/?id=8534f4382ce460759bcc6999e414fe5b3b51d43b commit 8534f4382ce460759bcc6999e414fe5b3b51d43b Author: Dries Michiels AuthorDate: 2021-11-08 18:44:36 +0000 Commit: Dries Michiels CommitDate: 2021-11-09 10:31:38 +0000 */*: Consistently use my new driesm@FreeBSD.org alias Replace all occurences of driesm.michiels@gmail.com with driesm@FreeBSD.org. Approved by: philip (mentor), 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D32896 --- UPDATING | 2 +- databases/influxdb/Makefile | 2 +- devel/ghq/Makefile | 2 +- devel/upnp/Makefile | 2 +- irc/inspircd/Makefile | 2 +- multimedia/emby-server/Makefile | 2 +- multimedia/librespot/Makefile | 2 +- net-mgmt/librenms/files/librenms.in | 2 +- net-mgmt/netdata-go/Makefile | 2 +- net/dhcpcd-ui/Makefile | 2 +- net/dhcpcd/Makefile | 2 +- net/librespeed-cli/Makefile | 2 +- net/librespeed-go/Makefile | 2 +- net/rclone-browser/Makefile | 2 +- security/pam_google_authenticator/Makefile | 2 +- security/py-vici/Makefile | 2 +- sysutils/bfs/Makefile | 2 +- sysutils/py-pyznap/Makefile | 2 +- sysutils/py-scarab/Makefile | 2 +- sysutils/stalepid/Makefile | 2 +- www/librespeed/Makefile | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/UPDATING b/UPDATING index 49fd668fe61a..05a642f7f68a 100644 --- a/UPDATING +++ b/UPDATING @@ -726,7 +726,7 @@ reinstall the new ones without using the pkg upgrade facility. 20210317: AFFECTS: users of security/strongswan - AUTHOR: driesm.michiels@gmail.com + AUTHOR: driesm@FreeBSD.org The stroke starter interface has been deprecated by upstream for some time now. The default interface for controlling the charon diff --git a/databases/influxdb/Makefile b/databases/influxdb/Makefile index 917ea9eab6fa..1520087c287a 100644 --- a/databases/influxdb/Makefile +++ b/databases/influxdb/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 1.8.10 CATEGORIES= databases net-mgmt -MAINTAINER= driesm.michiels@gmail.com +MAINTAINER= driesm@FreeBSD.org COMMENT= Open-source distributed time series database LICENSE= MIT diff --git a/devel/ghq/Makefile b/devel/ghq/Makefile index 30f7897b71ba..97a1310dae2e 100644 --- a/devel/ghq/Makefile +++ b/devel/ghq/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 1.2.1 CATEGORIES= devel -MAINTAINER= driesm.michiels@gmail.com +MAINTAINER= driesm@FreeBSD.org COMMENT= Repository management tool (Git, Hg, SVN, Fossil, Bazaar, Darcs) LICENSE= MIT diff --git a/devel/upnp/Makefile b/devel/upnp/Makefile index 7236b0bd9f2e..327cc65ef853 100644 --- a/devel/upnp/Makefile +++ b/devel/upnp/Makefile @@ -6,7 +6,7 @@ DISTVERSION= 1.14.12 PORTEPOCH= 1 CATEGORIES= devel -MAINTAINER= driesm.michiels@gmail.com +MAINTAINER= driesm@FreeBSD.org COMMENT= Universal Plug and Play Software Development Kit LICENSE= BSD3CLAUSE diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile index 39511030753e..077f2fbad2a5 100644 --- a/irc/inspircd/Makefile +++ b/irc/inspircd/Makefile @@ -5,7 +5,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 3.11.0 CATEGORIES= irc -MAINTAINER= driesm.michiels@gmail.com +MAINTAINER= driesm@FreeBSD.org COMMENT= Modular C++ IRC daemon LICENSE= GPLv2 diff --git a/multimedia/emby-server/Makefile b/multimedia/emby-server/Makefile index b1308fba1150..3e7511268f93 100644 --- a/multimedia/emby-server/Makefile +++ b/multimedia/emby-server/Makefile @@ -13,7 +13,7 @@ DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}.zip ffdetect-${FFVERSION}-x64_freebsd12.tar.xz \ ffmpeg-${FFVERSION}.tar.gz -MAINTAINER= driesm.michiels@gmail.com +MAINTAINER= driesm@FreeBSD.org COMMENT= Media server to organize, play & stream audio/video to various devices LICENSE= UNKNOWN diff --git a/multimedia/librespot/Makefile b/multimedia/librespot/Makefile index 264bda985c8b..780787261164 100644 --- a/multimedia/librespot/Makefile +++ b/multimedia/librespot/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 0.3.0 PORTREVISION= 1 CATEGORIES= multimedia -MAINTAINER= driesm.michiels@gmail.com +MAINTAINER= driesm@FreeBSD.org COMMENT= Open Source Spotify client library LICENSE= MIT diff --git a/net-mgmt/librenms/files/librenms.in b/net-mgmt/librenms/files/librenms.in index e8fc248d86e4..f0edd60d65c0 100644 --- a/net-mgmt/librenms/files/librenms.in +++ b/net-mgmt/librenms/files/librenms.in @@ -18,7 +18,7 @@ # librenms_daemonflags: Flags passed to daemon(8), overwrite this to use eg syslog # Default "-o /var/log/librenms/librenms-service.log" # -# Contributed by: Dries Michiels (driesm.michiels@gmail.com) +# Contributed by: Dries Michiels (driesm@FreeBSD.org) . /etc/rc.subr diff --git a/net-mgmt/netdata-go/Makefile b/net-mgmt/netdata-go/Makefile index 06018c3ff119..07bcf2402fbd 100644 --- a/net-mgmt/netdata-go/Makefile +++ b/net-mgmt/netdata-go/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.30.0 CATEGORIES= net-mgmt -MAINTAINER= driesm.michiels@gmail.com +MAINTAINER= driesm@FreeBSD.org COMMENT= External netdata collection plugin written in Go LICENSE= GPLv3 diff --git a/net/dhcpcd-ui/Makefile b/net/dhcpcd-ui/Makefile index a3c4268c7b66..315689592777 100644 --- a/net/dhcpcd-ui/Makefile +++ b/net/dhcpcd-ui/Makefile @@ -4,7 +4,7 @@ CATEGORIES= net MASTER_SITES= https://roy.marples.name/downloads/dhcpcd/ \ https://cflags.cc/roy/dhcpcd/ -MAINTAINER= driesm.michiels@gmail.com +MAINTAINER= driesm@FreeBSD.org COMMENT= GTK+ / Curses interface to dhcpcd LICENSE= BSD2CLAUSE diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index e614cb1d93ab..833fffcfcbfb 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -5,7 +5,7 @@ DISTVERSION= 9.4.1 CATEGORIES= net MASTER_SITES= https://roy.marples.name/downloads/dhcpcd/ -MAINTAINER= driesm.michiels@gmail.com +MAINTAINER= driesm@FreeBSD.org COMMENT= DHCP/IPv4LL/IPv6RS/DHCPv6 client LICENSE= BSD2CLAUSE diff --git a/net/librespeed-cli/Makefile b/net/librespeed-cli/Makefile index 7ec8c38cbcdd..d1daa874f18b 100644 --- a/net/librespeed-cli/Makefile +++ b/net/librespeed-cli/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 1.0.9 CATEGORIES= net www -MAINTAINER= driesm.michiels@gmail.com +MAINTAINER= driesm@FreeBSD.org COMMENT= CLI interface to run librespeed speedtests LICENSE= LGPL3 diff --git a/net/librespeed-go/Makefile b/net/librespeed-go/Makefile index 9a4f9c775265..36dbcb3f59ef 100644 --- a/net/librespeed-go/Makefile +++ b/net/librespeed-go/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 1.1.4 CATEGORIES= net www -MAINTAINER= driesm.michiels@gmail.com +MAINTAINER= driesm@FreeBSD.org COMMENT= GO backend for LibreSpeed LICENSE= LGPL3 diff --git a/net/rclone-browser/Makefile b/net/rclone-browser/Makefile index 8da819f97e3d..84f9bd9e138b 100644 --- a/net/rclone-browser/Makefile +++ b/net/rclone-browser/Makefile @@ -2,7 +2,7 @@ PORTNAME= rclone-browser DISTVERSION= 1.8.0 CATEGORIES= net -MAINTAINER= driesm.michiels@gmail.com +MAINTAINER= driesm@FreeBSD.org COMMENT= Simple cross platform GUI for rclone LICENSE= MIT diff --git a/security/pam_google_authenticator/Makefile b/security/pam_google_authenticator/Makefile index 727ea93aeb2d..6a6b0f9cb619 100644 --- a/security/pam_google_authenticator/Makefile +++ b/security/pam_google_authenticator/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 1.09 PORTEPOCH= 1 CATEGORIES= security -MAINTAINER= driesm.michiels@gmail.com +MAINTAINER= driesm@FreeBSD.org COMMENT= PAM module for two-step authentication from Google LICENSE= APACHE20 diff --git a/security/py-vici/Makefile b/security/py-vici/Makefile index b997c6d0db78..65821173ea99 100644 --- a/security/py-vici/Makefile +++ b/security/py-vici/Makefile @@ -4,7 +4,7 @@ CATEGORIES= security net-vpn python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= driesm.michiels@gmail.com +MAINTAINER= driesm@FreeBSD.org COMMENT= Native Python interface for strongSwan's VICI protocol LICENSE= MIT diff --git a/sysutils/bfs/Makefile b/sysutils/bfs/Makefile index 7b67576cfbc9..e5d1646c105c 100644 --- a/sysutils/bfs/Makefile +++ b/sysutils/bfs/Makefile @@ -2,7 +2,7 @@ PORTNAME= bfs DISTVERSION= 2.2.1 CATEGORIES= sysutils -MAINTAINER= driesm.michiels@gmail.com +MAINTAINER= driesm@FreeBSD.org COMMENT= Breadth-first version of the UNIX find command LICENSE= BSD0CLAUSE diff --git a/sysutils/py-pyznap/Makefile b/sysutils/py-pyznap/Makefile index 1410866ba596..4481dc72ad2d 100644 --- a/sysutils/py-pyznap/Makefile +++ b/sysutils/py-pyznap/Makefile @@ -4,7 +4,7 @@ CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= driesm.michiels@gmail.com +MAINTAINER= driesm@FreeBSD.org COMMENT= ZFS snapshot tool written in Python LICENSE= GPLv3 diff --git a/sysutils/py-scarab/Makefile b/sysutils/py-scarab/Makefile index 3b554c743e50..80e510b8c6dd 100644 --- a/sysutils/py-scarab/Makefile +++ b/sysutils/py-scarab/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 0.1.3 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= driesm.michiels@gmail.com +MAINTAINER= driesm@FreeBSD.org COMMENT= CLI interface for FreeBSD Bugzilla LICENSE= BSD3CLAUSE diff --git a/sysutils/stalepid/Makefile b/sysutils/stalepid/Makefile index bc31b84afecb..90070223c083 100644 --- a/sysutils/stalepid/Makefile +++ b/sysutils/stalepid/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 1.0.2 CATEGORIES= sysutils MASTER_SITES= https://devel.ringlet.net/files/sys/stalepid/ -MAINTAINER= driesm.michiels@gmail.com +MAINTAINER= driesm@FreeBSD.org COMMENT= Check for stale pid files and remove them LICENSE= BSD2CLAUSE diff --git a/www/librespeed/Makefile b/www/librespeed/Makefile index 89d8975ac0d5..b63f058b200c 100644 --- a/www/librespeed/Makefile +++ b/www/librespeed/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 1 CATEGORIES= www net PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} -MAINTAINER= driesm.michiels@gmail.com +MAINTAINER= driesm@FreeBSD.org COMMENT= Lightweight selfhosted speedtest LICENSE= LGPL3