diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2018-07-10 12:37:47 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2018-07-10 12:37:47 +0000 |
commit | 16113ce4251c1966dcd89f0a083e942ea375ebf1 (patch) | |
tree | 700b26d7573626058a33b668f0553c86e4a54565 | |
parent | benchmarks/vegeta: making better use of Go framework (diff) |
Maintainership back to Submitter
PR: 229673
Submitted by: Sergey Akhmatov <sergey@akhmatov.ru>
Approved by: joneum, Kai (freebsd_ports@k-worx.org>
-rw-r--r-- | net-mgmt/py-junos-eznc/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/py-ncclient/Makefile | 2 | ||||
-rw-r--r-- | net/kafkacat/Makefile | 2 | ||||
-rw-r--r-- | net/pecl-rdkafka/Makefile | 2 | ||||
-rw-r--r-- | security/py-scp/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/py-junos-eznc/Makefile b/net-mgmt/py-junos-eznc/Makefile index 3d9dc426b4b4..289cea44a877 100644 --- a/net-mgmt/py-junos-eznc/Makefile +++ b/net-mgmt/py-junos-eznc/Makefile @@ -6,7 +6,7 @@ CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= freebsd_ports@k-worx.org +MAINTAINER= sergey@akhmatov.ru COMMENT= Junos easy automation for non-programmers LICENSE= APACHE20 diff --git a/net-mgmt/py-ncclient/Makefile b/net-mgmt/py-ncclient/Makefile index c3957ee264da..14a53728c09d 100644 --- a/net-mgmt/py-ncclient/Makefile +++ b/net-mgmt/py-ncclient/Makefile @@ -6,7 +6,7 @@ CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= freebsd_ports@k-worx.org +MAINTAINER= sergey@akhmatov.ru COMMENT= Python library for NETCONF clients LICENSE= APACHE20 diff --git a/net/kafkacat/Makefile b/net/kafkacat/Makefile index 16649d5913ed..37c372c0b903 100644 --- a/net/kafkacat/Makefile +++ b/net/kafkacat/Makefile @@ -5,7 +5,7 @@ PORTNAME= kafkacat PORTVERSION= 1.3.1 CATEGORIES= net -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sergey@akhmatov.ru COMMENT= Generic command line non-JVM Apache Kafka producer and consumer LICENSE= BSD2CLAUSE diff --git a/net/pecl-rdkafka/Makefile b/net/pecl-rdkafka/Makefile index 9b2e60f92894..bf7d9a8cb8bc 100644 --- a/net/pecl-rdkafka/Makefile +++ b/net/pecl-rdkafka/Makefile @@ -4,7 +4,7 @@ PORTNAME= rdkafka PORTVERSION= 3.0.5 CATEGORIES= net pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= sergey@akhmatov.ru COMMENT= Kafka client for PHP LICENSE= MIT diff --git a/security/py-scp/Makefile b/security/py-scp/Makefile index 4d771c09c58b..34fe93036cfc 100644 --- a/security/py-scp/Makefile +++ b/security/py-scp/Makefile @@ -6,7 +6,7 @@ CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= freebsd_ports@k-worx.org +MAINTAINER= sergey@akhmatov.ru COMMENT= Scp module for paramiko LICENSE= LGPL21+ |