Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jun 2022 11:49:21 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ca473fb22848 - main - all: Take maintainership
Message-ID:  <202206061149.256BnL2r054473@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ca473fb228489407687bfe3d1f772296e1c0ba7b

commit ca473fb228489407687bfe3d1f772296e1c0ba7b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-06-06 11:48:06 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-06-06 11:48:06 +0000

    all: Take maintainership
---
 comms/libmodbus/Makefile                 | 2 +-
 devel/libftdi1/Makefile                  | 2 +-
 devel/libserialport/Makefile             | 2 +-
 devel/libsigrok/Makefile                 | 2 +-
 devel/libsigrokdecode/Makefile           | 2 +-
 mail/imaptools/Makefile                  | 2 +-
 science/sigrok-cli/Makefile              | 2 +-
 science/sigrok-firmware-fx2lafw/Makefile | 2 +-
 science/sigrok-firmware-utils/Makefile   | 2 +-
 science/sigrok-firmware/Makefile         | 2 +-
 sysutils/mapchan/Makefile                | 2 +-
 www/py-pyweblib/Makefile                 | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/comms/libmodbus/Makefile b/comms/libmodbus/Makefile
index 6fa32e790fb3..0c39f028c242 100644
--- a/comms/libmodbus/Makefile
+++ b/comms/libmodbus/Makefile
@@ -4,7 +4,7 @@ PORTREVISION=	1
 CATEGORIES=	comms
 MASTER_SITES=	https://libmodbus.org/releases/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Modbus library
 
 LICENSE=	LGPL21+
diff --git a/devel/libftdi1/Makefile b/devel/libftdi1/Makefile
index c71187b37774..1cbf35804140 100644
--- a/devel/libftdi1/Makefile
+++ b/devel/libftdi1/Makefile
@@ -4,7 +4,7 @@ PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	https://www.intra2net.com/en/developer/libftdi/download/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Library (using libusb) to talk to FTDI chips
 
 LICENSE=		GPLv2 LGPL21
diff --git a/devel/libserialport/Makefile b/devel/libserialport/Makefile
index 414c463acea4..2d50d8772cb0 100644
--- a/devel/libserialport/Makefile
+++ b/devel/libserialport/Makefile
@@ -6,7 +6,7 @@ PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://sigrok.org/download/source/libserialport/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Framework for hardware logic analyzers, serial port support library
 
 LICENSE=	LGPL3
diff --git a/devel/libsigrok/Makefile b/devel/libsigrok/Makefile
index 06508c806ffa..17d75b8b1568 100644
--- a/devel/libsigrok/Makefile
+++ b/devel/libsigrok/Makefile
@@ -5,7 +5,7 @@ PORTVERSION=	0.5.2
 CATEGORIES=	devel
 MASTER_SITES=	http://sigrok.org/download/source/libsigrok/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Framework for hardware logic analyzers, core library
 
 LICENSE=	GPLv3+
diff --git a/devel/libsigrokdecode/Makefile b/devel/libsigrokdecode/Makefile
index 0265a358afe2..3200bd176198 100644
--- a/devel/libsigrokdecode/Makefile
+++ b/devel/libsigrokdecode/Makefile
@@ -5,7 +5,7 @@ PORTVERSION=	0.5.3
 CATEGORIES=	devel
 MASTER_SITES=	http://sigrok.org/download/source/libsigrokdecode/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Framework for hardware logic analyzers, protocol decoders library
 
 LICENSE=	GPLv3+
diff --git a/mail/imaptools/Makefile b/mail/imaptools/Makefile
index a1c84aac8e0c..608560a98f81 100644
--- a/mail/imaptools/Makefile
+++ b/mail/imaptools/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	mail
 MASTER_SITES=	LOCAL/bsam
 DISTNAME=	imap_tools_V${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Tools and scripts to use with IMAP servers
 
 LICENSE=	ISCL
diff --git a/science/sigrok-cli/Makefile b/science/sigrok-cli/Makefile
index c81a12e061ce..fad2d53722b3 100644
--- a/science/sigrok-cli/Makefile
+++ b/science/sigrok-cli/Makefile
@@ -5,7 +5,7 @@ PORTVERSION=	0.7.1
 CATEGORIES=	science cad
 MASTER_SITES=	http://sigrok.org/download/source/sigrok-cli/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Framework for hardware logic analyzers, CLI client
 
 LICENSE=	GPLv3
diff --git a/science/sigrok-firmware-fx2lafw/Makefile b/science/sigrok-firmware-fx2lafw/Makefile
index 89b15cb5e33a..f1e90e25b69f 100644
--- a/science/sigrok-firmware-fx2lafw/Makefile
+++ b/science/sigrok-firmware-fx2lafw/Makefile
@@ -8,7 +8,7 @@ PKGNAMEPREFIX=	sigrok-
 PKGNAMESUFFIX=	-fx2lafw
 DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-bin-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Cypress FX2 firmware for hardware logic analyzers
 
 LICENSE=	GPLv2
diff --git a/science/sigrok-firmware-utils/Makefile b/science/sigrok-firmware-utils/Makefile
index 044f689698db..c5dee6608213 100644
--- a/science/sigrok-firmware-utils/Makefile
+++ b/science/sigrok-firmware-utils/Makefile
@@ -9,7 +9,7 @@ PKGNAMEPREFIX=	sigrok-
 PKGNAMESUFFIX=	-utils
 DISTFILES=	#none
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Sigrok firmware extraction utilities
 
 LICENSE=	GPLv3+
diff --git a/science/sigrok-firmware/Makefile b/science/sigrok-firmware/Makefile
index 167ee66e572d..dce7e80401d2 100644
--- a/science/sigrok-firmware/Makefile
+++ b/science/sigrok-firmware/Makefile
@@ -5,7 +5,7 @@ PORTVERSION=	20150123
 CATEGORIES=	science
 PKGNAMEPREFIX=	sigrok-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Sigrok firmware
 
 RUN_DEPENDS=	parseelf.py:science/sigrok-firmware-utils \
diff --git a/sysutils/mapchan/Makefile b/sysutils/mapchan/Makefile
index d18e6c28765b..c7eb83d48ee7 100644
--- a/sysutils/mapchan/Makefile
+++ b/sysutils/mapchan/Makefile
@@ -6,7 +6,7 @@ PORTREVISION=	2
 CATEGORIES=	sysutils converters
 MASTER_SITES=	SF
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Transform the input and output of a terminal (SCO Unix alike)
 
 LICENSE=	GPLv2
diff --git a/www/py-pyweblib/Makefile b/www/py-pyweblib/Makefile
index 1daa9762d62d..26677e3ee272 100644
--- a/www/py-pyweblib/Makefile
+++ b/www/py-pyweblib/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	www
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Yet another web programming framework for Python
 
 LICENSE=	GPLv2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206061149.256BnL2r054473>