aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2018-03-17 02:05:29 +0800
committernovel <novel@FreeBSD.org>2018-03-17 02:05:29 +0800
commite266ebf3c541c59d8737675ea3d7fdc18436997f (patch)
tree6b10dc29ea2b9a206ec4ec07b88dd1172af12d3f
parentace68554bb0dbe9d022a888b16116cdeee89ed92 (diff)
downloadfreebsd-ports-gnome-e266ebf3c541c59d8737675ea3d7fdc18436997f.tar.gz
freebsd-ports-gnome-e266ebf3c541c59d8737675ea3d7fdc18436997f.tar.zst
freebsd-ports-gnome-e266ebf3c541c59d8737675ea3d7fdc18436997f.zip
Drop maintainership
-rw-r--r--devel/py-oslo.i18n/Makefile2
-rw-r--r--devel/py-oslo.utils/Makefile2
-rw-r--r--net/py-python-novaclient/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-oslo.i18n/Makefile b/devel/py-oslo.i18n/Makefile
index c49194ca2693..625f68a5178f 100644
--- a/devel/py-oslo.i18n/Makefile
+++ b/devel/py-oslo.i18n/Makefile
@@ -6,7 +6,7 @@ CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= novel@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Oslo i18n library
LICENSE= APACHE20
diff --git a/devel/py-oslo.utils/Makefile b/devel/py-oslo.utils/Makefile
index 8042ca0bf95e..c8ed93e7ef78 100644
--- a/devel/py-oslo.utils/Makefile
+++ b/devel/py-oslo.utils/Makefile
@@ -6,7 +6,7 @@ CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= novel@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Oslo Utility library
LICENSE= APACHE20
diff --git a/net/py-python-novaclient/Makefile b/net/py-python-novaclient/Makefile
index 78bb90e3a7b2..41f67b9319d9 100644
--- a/net/py-python-novaclient/Makefile
+++ b/net/py-python-novaclient/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= novel@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Client for the OpenStack Nova API
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr@${FLAVOR}