diff options
author | Rene Ladan <rene@FreeBSD.org> | 2022-11-07 14:43:56 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2022-11-07 14:43:56 +0000 |
commit | aac3405804f4a3b406a44616eb67efb4a7f6e953 (patch) | |
tree | 3abbcba209b94bbe2a8ff736914dea850505a9b0 | |
parent | 0009097a6928ae032a24507d3b3e05cd54cc3a10 (diff) |
all: return bhughes' ports to the pool after safekeeping
With hat: portmgr-secretary
-rw-r--r-- | devel/awscli/Makefile | 2 | ||||
-rw-r--r-- | devel/libuv/Makefile | 2 | ||||
-rw-r--r-- | devel/py-botocore/Makefile | 2 | ||||
-rw-r--r-- | net/py-s3transfer/Makefile | 2 | ||||
-rw-r--r-- | net/turnserver/Makefile | 2 | ||||
-rw-r--r-- | www/node/Makefile | 2 | ||||
-rw-r--r-- | www/node14/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/devel/awscli/Makefile b/devel/awscli/Makefile index 723c86dbb5a4..3acd6c068136 100644 --- a/devel/awscli/Makefile +++ b/devel/awscli/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 1.20.61 CATEGORIES= devel MASTER_SITES= CHEESESHOP -MAINTAINER= bhughes@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Universal Command Line Interface for Amazon Web Services WWW= https://aws.amazon.com/cli/ diff --git a/devel/libuv/Makefile b/devel/libuv/Makefile index a7bb86d5defa..97542a594fce 100644 --- a/devel/libuv/Makefile +++ b/devel/libuv/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 1.44.2 CATEGORIES= devel MASTER_SITES= https://dist.libuv.org/dist/v${DISTVERSION}/ -MAINTAINER= bhughes@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Multi-platform support library with a focus on asynchronous I/O WWW= https://github.com/libuv/libuv diff --git a/devel/py-botocore/Makefile b/devel/py-botocore/Makefile index 0d5956de3c43..8f7e0f07f47c 100644 --- a/devel/py-botocore/Makefile +++ b/devel/py-botocore/Makefile @@ -5,7 +5,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= bhughes@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Low-level, core functionality of boto 3 WWW= https://github.com/boto/botocore diff --git a/net/py-s3transfer/Makefile b/net/py-s3transfer/Makefile index 7ed79c487618..b50c9c2f2321 100644 --- a/net/py-s3transfer/Makefile +++ b/net/py-s3transfer/Makefile @@ -4,7 +4,7 @@ CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= bhughes@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Amazon S3 Transfer Manager for Python WWW= https://github.com/boto/s3transfer diff --git a/net/turnserver/Makefile b/net/turnserver/Makefile index 8040f0a02279..48c164ab48ec 100644 --- a/net/turnserver/Makefile +++ b/net/turnserver/Makefile @@ -6,7 +6,7 @@ MASTER_SITES= http://turnserver.open-sys.org/downloads/extradocs/:xdocs \ PKGNAMEPREFIX= DISTFILES= turn.extra.docs-2.0.0.1.tar.gz:xdocs -MAINTAINER= bhughes@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= STUN/TURN Server; IPv6, DTLS support; RFCs 5389, 5766, 6062, 6156 WWW= https://code.google.com/p/coturn/ diff --git a/www/node/Makefile b/www/node/Makefile index 68b8c73277b2..1db21d0d607d 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -5,7 +5,7 @@ PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://nodejs.org/dist/v${DISTVERSION}/ -MAINTAINER= bhughes@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= V8 JavaScript for client and server WWW= https://nodejs.org/ diff --git a/www/node14/Makefile b/www/node14/Makefile index 709edd88a3db..57e2d77dc681 100644 --- a/www/node14/Makefile +++ b/www/node14/Makefile @@ -6,7 +6,7 @@ CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${DISTVERSION}/ PKGNAMESUFFIX= 14 -MAINTAINER= bhughes@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= V8 JavaScript for client and server WWW= https://nodejs.org/ |