From owner-svn-ports-all@freebsd.org Sat Mar 11 18:54:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7CDAD06EF4; Sat, 11 Mar 2017 18:54:47 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52C9B1C06; Sat, 11 Mar 2017 18:54:47 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2BIskfc002971; Sat, 11 Mar 2017 18:54:46 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2BIskRn002967; Sat, 11 Mar 2017 18:54:46 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <201703111854.v2BIskRn002967@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Sat, 11 Mar 2017 18:54:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435952 - in head: devel/py-application devel/py-xcaplib java/bouncycastle15 net/py-msrplib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Mar 2017 18:54:47 -0000 Author: eugen Date: Sat Mar 11 18:54:45 2017 New Revision: 435952 URL: https://svnweb.freebsd.org/changeset/ports/435952 Log: 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 Modified: head/devel/py-application/Makefile head/devel/py-xcaplib/Makefile head/java/bouncycastle15/Makefile head/net/py-msrplib/Makefile Modified: head/devel/py-application/Makefile ============================================================================== --- head/devel/py-application/Makefile Sat Mar 11 18:37:56 2017 (r435951) +++ head/devel/py-application/Makefile Sat Mar 11 18:54:45 2017 (r435952) @@ -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 Modified: head/devel/py-xcaplib/Makefile ============================================================================== --- head/devel/py-xcaplib/Makefile Sat Mar 11 18:37:56 2017 (r435951) +++ head/devel/py-xcaplib/Makefile Sat Mar 11 18:54:45 2017 (r435952) @@ -10,7 +10,7 @@ MASTER_SITES= http://download.ag-project PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@grosbein.net +MAINTAINER= eugen@FreeBSD.org COMMENT= Python XCAP client library LICENSE= LGPL20 LGPL21 LGPL3 Modified: head/java/bouncycastle15/Makefile ============================================================================== --- head/java/bouncycastle15/Makefile Sat Mar 11 18:37:56 2017 (r435951) +++ head/java/bouncycastle15/Makefile Sat Mar 11 18:54:45 2017 (r435952) @@ -9,7 +9,7 @@ MASTER_SITES= http://www.bouncycastle.or PKGNAMESUFFIX= 15 DISTNAME= crypto-${DVERSION} -MAINTAINER= ports@grosbein.net +MAINTAINER= eugen@FreeBSD.org COMMENT= Cleanroom build of Java Cryptography Extensions LICENSE= MIT Modified: head/net/py-msrplib/Makefile ============================================================================== --- head/net/py-msrplib/Makefile Sat Mar 11 18:37:56 2017 (r435951) +++ head/net/py-msrplib/Makefile Sat Mar 11 18:54:45 2017 (r435952) @@ -10,7 +10,7 @@ MASTER_SITES= http://download.ag-project PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@grosbein.net +MAINTAINER= eugen@FreeBSD.org COMMENT= Python MSRP client library LICENSE= GPLv2