diff options
author | eugen <eugen@FreeBSD.org> | 2017-03-12 02:54:45 +0800 |
---|---|---|
committer | eugen <eugen@FreeBSD.org> | 2017-03-12 02:54:45 +0800 |
commit | 355263660ab8a214e592c8524336f17fd14460d7 (patch) | |
tree | bafa9e2e46239a66d4e09c42b488fcdce27b8f89 /devel | |
parent | 2fd359a5e9780b8da34f90a649d412a3ceeec540 (diff) | |
download | freebsd-ports-gnome-355263660ab8a214e592c8524336f17fd14460d7.tar.gz freebsd-ports-gnome-355263660ab8a214e592c8524336f17fd14460d7.tar.zst freebsd-ports-gnome-355263660ab8a214e592c8524336f17fd14460d7.zip |
Switch MAINTAINER to my new account for my ports.
Reviewed by: az
M devel/py-application/Makefile
M devel/py-xcaplib/Makefile
M java/bouncycastle15/Makefile
M net/py-msrplib/Makefile
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-application/Makefile | 2 | ||||
-rw-r--r-- | devel/py-xcaplib/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-application/Makefile b/devel/py-application/Makefile index 97e4421dc157..23acae5351be 100644 --- a/devel/py-application/Makefile +++ b/devel/py-application/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@grosbein.net +MAINTAINER= eugen@FreeBSD.org COMMENT= Basic building blocks for python applications USES= python diff --git a/devel/py-xcaplib/Makefile b/devel/py-xcaplib/Makefile index e16752626c5b..c4f4d103de57 100644 --- a/devel/py-xcaplib/Makefile +++ b/devel/py-xcaplib/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://download.ag-projects.com/XCAP/ \ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@grosbein.net +MAINTAINER= eugen@FreeBSD.org COMMENT= Python XCAP client library LICENSE= LGPL20 LGPL21 LGPL3 |