From owner-svn-ports-all@FreeBSD.ORG Tue Jul 1 22:35:36 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A67F0938; Tue, 1 Jul 2014 22:35:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 94065273F; Tue, 1 Jul 2014 22:35:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s61MZaLj044496; Tue, 1 Jul 2014 22:35:36 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s61MZama044495; Tue, 1 Jul 2014 22:35:36 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201407012235.s61MZama044495@svn.freebsd.org> From: William Grzybowski Date: Tue, 1 Jul 2014 22:35:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360107 - head/sysutils/py-bcfg2 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.18 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: Tue, 01 Jul 2014 22:35:36 -0000 Author: wg Date: Tue Jul 1 22:35:36 2014 New Revision: 360107 URL: http://svnweb.freebsd.org/changeset/ports/360107 QAT: https://qat.redports.org/buildarchive/r360107/ Log: sysutils/py-bcfg2: pass maintainership Approved by: maintainer Modified: head/sysutils/py-bcfg2/Makefile Modified: head/sysutils/py-bcfg2/Makefile ============================================================================== --- head/sysutils/py-bcfg2/Makefile Tue Jul 1 22:29:52 2014 (r360106) +++ head/sysutils/py-bcfg2/Makefile Tue Jul 1 22:35:36 2014 (r360107) @@ -9,8 +9,8 @@ MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/ http://mirror.opensysadmin.com/bcfg/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= dhutty@allgoodbits.org -COMMENT= A configuration management system written in Python +MAINTAINER= python@FreeBSD.org +COMMENT= Configuration management system written in Python RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/gamin.py:${PORTSDIR}/devel/py-gamin