From owner-svn-ports-all@FreeBSD.ORG Wed Apr 17 06:44:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E61A2C20; Wed, 17 Apr 2013 06:44:01 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CAC13E9C; Wed, 17 Apr 2013 06:44:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3H6i1Io084795; Wed, 17 Apr 2013 06:44:01 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3H6i0i7084784; Wed, 17 Apr 2013 06:44:00 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201304170644.r3H6i0i7084784@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Wed, 17 Apr 2013 06:44:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315934 - in head: devel/py-six devel/py-zope.component devel/py-zope.configuration devel/py-zope.deprecation devel/py-zope.schema textproc/py-zope.i18nmessageid 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.14 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: Wed, 17 Apr 2013 06:44:02 -0000 Author: rm Date: Wed Apr 17 06:44:00 2013 New Revision: 315934 URL: http://svnweb.freebsd.org/changeset/ports/315934 Log: - pass maintainership to zope@ - trim Makefile header, while here Approved by: clsung (maintainer, via linkedin) Feature safe: yes Modified: head/devel/py-six/Makefile head/devel/py-zope.component/Makefile head/devel/py-zope.configuration/Makefile head/devel/py-zope.deprecation/Makefile head/devel/py-zope.schema/Makefile head/textproc/py-zope.i18nmessageid/Makefile Modified: head/devel/py-six/Makefile ============================================================================== --- head/devel/py-six/Makefile Wed Apr 17 06:42:52 2013 (r315933) +++ head/devel/py-six/Makefile Wed Apr 17 06:44:00 2013 (r315934) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= zope@FreeBSD.org COMMENT= Python 2 and 3 compatibility utilities LICENSE= MIT Modified: head/devel/py-zope.component/Makefile ============================================================================== --- head/devel/py-zope.component/Makefile Wed Apr 17 06:42:52 2013 (r315933) +++ head/devel/py-zope.component/Makefile Wed Apr 17 06:44:00 2013 (r315934) @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-zope.component -# Date created: 2011-03-21 -# Whom: Cheng-Lung Sung -# +# Created by: Cheng-Lung Sung # $FreeBSD$ -# PORTNAME= zope.component PORTVERSION= 3.12.0 @@ -11,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= zope@FreeBSD.org COMMENT= Zope Component Architecture LICENSE= ZPL21 Modified: head/devel/py-zope.configuration/Makefile ============================================================================== --- head/devel/py-zope.configuration/Makefile Wed Apr 17 06:42:52 2013 (r315933) +++ head/devel/py-zope.configuration/Makefile Wed Apr 17 06:44:00 2013 (r315934) @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-zope.configuration -# Date created: 2011-03-21 -# Whom: Cheng-Lung Sung -# +# Created by: Cheng-Lung Sung # $FreeBSD$ -# PORTNAME= zope.configuration PORTVERSION= 3.8.0 @@ -12,7 +8,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= zope@FreeBSD.org COMMENT= Zope Configuration Markup Language (ZCML) LICENSE= ZPL21 Modified: head/devel/py-zope.deprecation/Makefile ============================================================================== --- head/devel/py-zope.deprecation/Makefile Wed Apr 17 06:42:52 2013 (r315933) +++ head/devel/py-zope.deprecation/Makefile Wed Apr 17 06:44:00 2013 (r315934) @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-zope.deprecation -# Date created: 2011-03-21 -# Whom: Cheng-Lung Sung -# +# Created by: Cheng-Lung Sung # $FreeBSD$ -# PORTNAME= zope.deprecation PORTVERSION= 3.5.0 @@ -11,11 +7,10 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= zope@FreeBSD.org COMMENT= Zope 3 Deprecation Infrastructure DIST_SUBDIR= zope -# Python3 ready USE_PYTHON= yes USE_PYDISTUTILS= easy_install Modified: head/devel/py-zope.schema/Makefile ============================================================================== --- head/devel/py-zope.schema/Makefile Wed Apr 17 06:42:52 2013 (r315933) +++ head/devel/py-zope.schema/Makefile Wed Apr 17 06:44:00 2013 (r315934) @@ -6,7 +6,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= zope@FreeBSD.org COMMENT= Zope Interface extension for defining data schemas LICENSE= ZPL21 Modified: head/textproc/py-zope.i18nmessageid/Makefile ============================================================================== --- head/textproc/py-zope.i18nmessageid/Makefile Wed Apr 17 06:42:52 2013 (r315933) +++ head/textproc/py-zope.i18nmessageid/Makefile Wed Apr 17 06:44:00 2013 (r315934) @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-zope.i18nmessageid -# Date created: 2011-03-21 -# Whom: Cheng-Lung Sung -# +# Created by: Cheng-Lung Sung # $FreeBSD$ -# PORTNAME= zope.i18nmessageid PORTVERSION= 3.6.1 @@ -11,7 +7,7 @@ CATEGORIES= textproc www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= zope@FreeBSD.org COMMENT= Message Identifiers for internationalization USE_PYTHON= yes