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 | |
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
-rw-r--r-- | devel/py-application/Makefile | 2 | ||||
-rw-r--r-- | devel/py-xcaplib/Makefile | 2 | ||||
-rw-r--r-- | java/bouncycastle15/Makefile | 2 | ||||
-rw-r--r-- | net/py-msrplib/Makefile | 2 |
4 files changed, 4 insertions, 4 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 diff --git a/java/bouncycastle15/Makefile b/java/bouncycastle15/Makefile index d55cc1473ab3..217b0aedb922 100644 --- a/java/bouncycastle15/Makefile +++ b/java/bouncycastle15/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.bouncycastle.org/download/ \ PKGNAMESUFFIX= 15 DISTNAME= crypto-${DVERSION} -MAINTAINER= ports@grosbein.net +MAINTAINER= eugen@FreeBSD.org COMMENT= Cleanroom build of Java Cryptography Extensions LICENSE= MIT diff --git a/net/py-msrplib/Makefile b/net/py-msrplib/Makefile index b95e3aa32ed9..6e5769958419 100644 --- a/net/py-msrplib/Makefile +++ b/net/py-msrplib/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://download.ag-projects.com/SipClient/ \ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@grosbein.net +MAINTAINER= eugen@FreeBSD.org COMMENT= Python MSRP client library LICENSE= GPLv2 |