From owner-svn-ports-head@freebsd.org Thu Jul 20 15:30:55 2017 Return-Path: Delivered-To: svn-ports-head@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 128DEC7A738; Thu, 20 Jul 2017 15:30:55 +0000 (UTC) (envelope-from romain@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 E2AF26D6CB; Thu, 20 Jul 2017 15:30:54 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6KFUspa089933; Thu, 20 Jul 2017 15:30:54 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6KFUqnI089919; Thu, 20 Jul 2017 15:30:52 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201707201530.v6KFUqnI089919@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: romain set sender to romain@FreeBSD.org using -f From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= Date: Thu, 20 Jul 2017 15:30:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446262 - in head: databases/puppetdb-terminus3 databases/puppetdb-terminus4 databases/puppetdb3 databases/puppetdb4 devel/cpp-hocon devel/leatherman sysutils/facter sysutils/mcollectiv... X-SVN-Group: ports-head X-SVN-Commit-Author: romain X-SVN-Commit-Paths: in head: databases/puppetdb-terminus3 databases/puppetdb-terminus4 databases/puppetdb3 databases/puppetdb4 devel/cpp-hocon devel/leatherman sysutils/facter sysutils/mcollective sysutils/mcollective-ac... X-SVN-Commit-Revision: 446262 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2017 15:30:55 -0000 Author: romain Date: Thu Jul 20 15:30:52 2017 New Revision: 446262 URL: https://svnweb.freebsd.org/changeset/ports/446262 Log: Pass maintainership to puppet@ puppet@ is basically aliased to the previous maintainers in order to ease-up updating Puppet-related ports. The changes where approved by e-mail. Modified: head/databases/puppetdb-terminus3/Makefile head/databases/puppetdb-terminus4/Makefile head/databases/puppetdb3/Makefile head/databases/puppetdb4/Makefile head/devel/cpp-hocon/Makefile head/devel/leatherman/Makefile head/sysutils/facter/Makefile head/sysutils/mcollective-actionpolicy-auth/Makefile head/sysutils/mcollective-nettest-common/Makefile head/sysutils/mcollective-nrpe-common/Makefile head/sysutils/mcollective-puppet-common/Makefile head/sysutils/mcollective-service-common/Makefile head/sysutils/mcollective/Makefile head/sysutils/puppet4/Makefile Modified: head/databases/puppetdb-terminus3/Makefile ============================================================================== --- head/databases/puppetdb-terminus3/Makefile Thu Jul 20 13:53:57 2017 (r446261) +++ head/databases/puppetdb-terminus3/Makefile Thu Jul 20 15:30:52 2017 (r446262) @@ -6,7 +6,7 @@ CATEGORIES= databases ruby MASTER_SITES= http://downloads.puppetlabs.com/puppetdb/ DISTNAME= puppetdb-${PORTVERSION} -MAINTAINER= freebsd@zleslie.info +MAINTAINER= puppet@FreeBSD.org COMMENT= PuppetDB storeconfigs backend terminus module LICENSE= APACHE20 Modified: head/databases/puppetdb-terminus4/Makefile ============================================================================== --- head/databases/puppetdb-terminus4/Makefile Thu Jul 20 13:53:57 2017 (r446261) +++ head/databases/puppetdb-terminus4/Makefile Thu Jul 20 15:30:52 2017 (r446262) @@ -7,7 +7,7 @@ MASTER_SITES= http://downloads.puppetlabs.com/puppetdb PKGNAMESUFFIX= 4 DISTNAME= puppetdb-${PORTVERSION} -MAINTAINER= tj@FreeBSD.org +MAINTAINER= puppet@FreeBSD.org COMMENT= PuppetDB storeconfigs backend terminus module LICENSE= APACHE20 Modified: head/databases/puppetdb3/Makefile ============================================================================== --- head/databases/puppetdb3/Makefile Thu Jul 20 13:53:57 2017 (r446261) +++ head/databases/puppetdb3/Makefile Thu Jul 20 15:30:52 2017 (r446262) @@ -6,7 +6,7 @@ CATEGORIES= databases java MASTER_SITES= http://downloads.puppetlabs.com/puppetdb/ PKGNAMESUFFIX= 3 -MAINTAINER= freebsd@zleslie.info +MAINTAINER= puppet@FreeBSD.org COMMENT= PuppetDB storeconfigs backend LICENSE= APACHE20 Modified: head/databases/puppetdb4/Makefile ============================================================================== --- head/databases/puppetdb4/Makefile Thu Jul 20 13:53:57 2017 (r446261) +++ head/databases/puppetdb4/Makefile Thu Jul 20 15:30:52 2017 (r446262) @@ -6,7 +6,7 @@ CATEGORIES= databases java MASTER_SITES= http://downloads.puppetlabs.com/puppetdb/ PKGNAMESUFFIX= 4 -MAINTAINER= tj@FreeBSD.org +MAINTAINER= puppet@FreeBSD.org COMMENT= PuppetDB storeconfigs backend LICENSE= APACHE20 Modified: head/devel/cpp-hocon/Makefile ============================================================================== --- head/devel/cpp-hocon/Makefile Thu Jul 20 13:53:57 2017 (r446261) +++ head/devel/cpp-hocon/Makefile Thu Jul 20 15:30:52 2017 (r446262) @@ -5,7 +5,7 @@ PORTVERSION= 0.1.4 PORTREVISION= 1 CATEGORIES= devel -MAINTAINER= jslagle@gmail.com +MAINTAINER= puppet@FreeBSD.org COMMENT= C++ configuration library LICENSE= APACHE20 Modified: head/devel/leatherman/Makefile ============================================================================== --- head/devel/leatherman/Makefile Thu Jul 20 13:53:57 2017 (r446261) +++ head/devel/leatherman/Makefile Thu Jul 20 15:30:52 2017 (r446262) @@ -5,7 +5,7 @@ PORTVERSION= 0.10.1 PORTREVISION= 1 CATEGORIES= devel -MAINTAINER= jslagle@gmail.com +MAINTAINER= puppet@FreeBSD.org COMMENT= Leatherman C++ Tool library LICENSE= APACHE20 Modified: head/sysutils/facter/Makefile ============================================================================== --- head/sysutils/facter/Makefile Thu Jul 20 13:53:57 2017 (r446261) +++ head/sysutils/facter/Makefile Thu Jul 20 15:30:52 2017 (r446262) @@ -6,7 +6,7 @@ PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/facter/ -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= puppet@FreeBSD.org COMMENT= Cross-platform library for retrieving facts from OS LICENSE= APACHE20 Modified: head/sysutils/mcollective-actionpolicy-auth/Makefile ============================================================================== --- head/sysutils/mcollective-actionpolicy-auth/Makefile Thu Jul 20 13:53:57 2017 (r446261) +++ head/sysutils/mcollective-actionpolicy-auth/Makefile Thu Jul 20 15:30:52 2017 (r446262) @@ -4,7 +4,7 @@ PORTNAME= mcollective-actionpolicy-auth PORTVERSION= 2.2.0 CATEGORIES= sysutils -MAINTAINER= romain@FreeBSD.org +MAINTAINER= puppet@FreeBSD.org COMMENT= MCollective Authorization plugin allowing fine grained ACLs LICENSE= APACHE20 Modified: head/sysutils/mcollective-nettest-common/Makefile ============================================================================== --- head/sysutils/mcollective-nettest-common/Makefile Thu Jul 20 13:53:57 2017 (r446261) +++ head/sysutils/mcollective-nettest-common/Makefile Thu Jul 20 15:30:52 2017 (r446262) @@ -4,7 +4,7 @@ PORTNAME?= mcollective-nettest-common PORTVERSION= 3.0.4 CATEGORIES= sysutils -MAINTAINER= romain@FreeBSD.org +MAINTAINER= puppet@FreeBSD.org COMMENT?= MCollective common files to test ICMP and TCP connectivity LICENSE= APACHE20 Modified: head/sysutils/mcollective-nrpe-common/Makefile ============================================================================== --- head/sysutils/mcollective-nrpe-common/Makefile Thu Jul 20 13:53:57 2017 (r446261) +++ head/sysutils/mcollective-nrpe-common/Makefile Thu Jul 20 15:30:52 2017 (r446262) @@ -4,7 +4,7 @@ PORTNAME?= mcollective-nrpe-common PORTVERSION= 3.1.0 CATEGORIES= sysutils -MAINTAINER= ports@FreeBSD.org +MAINTAINER= puppet@FreeBSD.org COMMENT?= MCollective common files to interact with the NRPE monitoring system LICENSE= APACHE20 Modified: head/sysutils/mcollective-puppet-common/Makefile ============================================================================== --- head/sysutils/mcollective-puppet-common/Makefile Thu Jul 20 13:53:57 2017 (r446261) +++ head/sysutils/mcollective-puppet-common/Makefile Thu Jul 20 15:30:52 2017 (r446262) @@ -4,7 +4,7 @@ PORTNAME?= mcollective-puppet-common PORTVERSION= 1.13.1 CATEGORIES= sysutils -MAINTAINER= romain@FreeBSD.org +MAINTAINER= puppet@FreeBSD.org COMMENT?= MCollective common files to manage the Puppet Agent LICENSE= APACHE20 Modified: head/sysutils/mcollective-service-common/Makefile ============================================================================== --- head/sysutils/mcollective-service-common/Makefile Thu Jul 20 13:53:57 2017 (r446261) +++ head/sysutils/mcollective-service-common/Makefile Thu Jul 20 15:30:52 2017 (r446262) @@ -4,7 +4,7 @@ PORTNAME?= mcollective-service-common PORTVERSION= 3.1.3 CATEGORIES= sysutils -MAINTAINER= romain@FreeBSD.org +MAINTAINER= puppet@FreeBSD.org COMMENT?= MCollective common files to manage the OS Services LICENSE= APACHE20 Modified: head/sysutils/mcollective/Makefile ============================================================================== --- head/sysutils/mcollective/Makefile Thu Jul 20 13:53:57 2017 (r446261) +++ head/sysutils/mcollective/Makefile Thu Jul 20 15:30:52 2017 (r446262) @@ -6,7 +6,7 @@ PORTVERSION= 2.9.0 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/${PORTNAME}/ -MAINTAINER= swills@FreeBSD.org +MAINTAINER= puppet@FreeBSD.org COMMENT= Modern scalable datacenter orchestration framework LICENSE= APACHE20 Modified: head/sysutils/puppet4/Makefile ============================================================================== --- head/sysutils/puppet4/Makefile Thu Jul 20 13:53:57 2017 (r446261) +++ head/sysutils/puppet4/Makefile Thu Jul 20 15:30:52 2017 (r446262) @@ -6,7 +6,7 @@ CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ PKGNAMESUFFIX= 4 -MAINTAINER= freebsd@zleslie.info +MAINTAINER= puppet@FreeBSD.org COMMENT= Configuration management framework written in Ruby LICENSE= APACHE20