From owner-svn-ports-head@freebsd.org Sat Oct 15 07:28:41 2016 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 34A29C123E9; Sat, 15 Oct 2016 07:28:41 +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 E989E106; Sat, 15 Oct 2016 07:28:40 +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 u9F7SeMa014519; Sat, 15 Oct 2016 07:28:40 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9F7Scia014503; Sat, 15 Oct 2016 07:28:38 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201610150728.u9F7Scia014503@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: Sat, 15 Oct 2016 07:28:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424006 - in head: databases databases/py-pypuppetdb databases/py-pypuppetdb03 www www/py-puppetboard www/py-puppetboard02 X-SVN-Group: ports-head 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: Sat, 15 Oct 2016 07:28:41 -0000 Author: romain Date: Sat Oct 15 07:28:38 2016 New Revision: 424006 URL: https://svnweb.freebsd.org/changeset/ports/424006 Log: New port for Puppetboard 0.2 Puppetboard depends on pypuppetdb>=0.3, so: - copy databases/py-pypuppetdb to databases/py-pypuppetdb03; - update databases/py-pypuppetdb03 to 0.3.1; - copy www/py-puppetboard to www/py-puppetboard02; - update www/py-puppetboard02 to 0.2.0; - register conflicts between these ports; - take maintainership of new ports. While here: - Update projects account. PR: 211604 [1], 211918 [2] Submitted by: neel@neelc.org [1], romain [2] Added: head/databases/py-pypuppetdb03/ - copied from r420389, head/databases/py-pypuppetdb/ head/www/py-puppetboard02/ - copied from r420389, head/www/py-puppetboard/ Modified: head/databases/Makefile head/databases/py-pypuppetdb/Makefile head/databases/py-pypuppetdb/distinfo head/databases/py-pypuppetdb/pkg-descr head/databases/py-pypuppetdb03/Makefile head/databases/py-pypuppetdb03/distinfo head/databases/py-pypuppetdb03/pkg-descr head/www/Makefile head/www/py-puppetboard/Makefile head/www/py-puppetboard/distinfo head/www/py-puppetboard/pkg-descr head/www/py-puppetboard02/Makefile head/www/py-puppetboard02/distinfo head/www/py-puppetboard02/pkg-descr Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sat Oct 15 07:18:19 2016 (r424005) +++ head/databases/Makefile Sat Oct 15 07:28:38 2016 (r424006) @@ -775,6 +775,7 @@ SUBDIR += py-pymssql SUBDIR += py-pymysql SUBDIR += py-pypuppetdb + SUBDIR += py-pypuppetdb03 SUBDIR += py-pytc SUBDIR += py-python-memcached SUBDIR += py-python-rrdtool Modified: head/databases/py-pypuppetdb/Makefile ============================================================================== --- head/databases/py-pypuppetdb/Makefile Sat Oct 15 07:18:19 2016 (r424005) +++ head/databases/py-pypuppetdb/Makefile Sat Oct 15 07:28:38 2016 (r424006) @@ -12,8 +12,9 @@ COMMENT= Library to work with PuppetDB's LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +CONFLICTS_INSTALL= pypuppetdb03-* USE_GITHUB= yes -GH_ACCOUNT= puppet-community +GH_ACCOUNT= voxpupuli USES= python USE_PYTHON= autoplist distutils Modified: head/databases/py-pypuppetdb/distinfo ============================================================================== --- head/databases/py-pypuppetdb/distinfo Sat Oct 15 07:18:19 2016 (r424005) +++ head/databases/py-pypuppetdb/distinfo Sat Oct 15 07:28:38 2016 (r424006) @@ -1,2 +1,3 @@ -SHA256 (puppet-community-pypuppetdb-v0.1.1_GH0.tar.gz) = e1d34b8a5ceef363c36aa1cfcb2c1243e3288ca66345157d606904f26b37b2d3 -SIZE (puppet-community-pypuppetdb-v0.1.1_GH0.tar.gz) = 28597 +TIMESTAMP = 1476513087 +SHA256 (voxpupuli-pypuppetdb-v0.1.1_GH0.tar.gz) = e1d34b8a5ceef363c36aa1cfcb2c1243e3288ca66345157d606904f26b37b2d3 +SIZE (voxpupuli-pypuppetdb-v0.1.1_GH0.tar.gz) = 28597 Modified: head/databases/py-pypuppetdb/pkg-descr ============================================================================== --- head/databases/py-pypuppetdb/pkg-descr Sat Oct 15 07:18:19 2016 (r424005) +++ head/databases/py-pypuppetdb/pkg-descr Sat Oct 15 07:28:38 2016 (r424006) @@ -1,4 +1,4 @@ This library is a thin wrapper around the PuppetDB REST API providing some convinience functions and objects to request and hold data from PuppetDB. -WWW: https://github.com/puppet-community/pypuppetdb +WWW: https://github.com/voxpupuli/pypuppetdb Modified: head/databases/py-pypuppetdb03/Makefile ============================================================================== --- head/databases/py-pypuppetdb/Makefile Thu Aug 18 09:01:14 2016 (r420389) +++ head/databases/py-pypuppetdb03/Makefile Sat Oct 15 07:28:38 2016 (r424006) @@ -1,19 +1,21 @@ # $FreeBSD$ PORTNAME= pypuppetdb -PORTVERSION= 0.1.1 +PORTVERSION= 0.3.1 DISTVERSIONPREFIX= v CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 03 -MAINTAINER= allanjude@FreeBSD.org +MAINTAINER= romain@FreeBSD.org COMMENT= Library to work with PuppetDB's REST API LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +CONFLICTS_INSTALL= pypuppetdb-* USE_GITHUB= yes -GH_ACCOUNT= puppet-community +GH_ACCOUNT= voxpupuli USES= python USE_PYTHON= autoplist distutils Modified: head/databases/py-pypuppetdb03/distinfo ============================================================================== --- head/databases/py-pypuppetdb/distinfo Thu Aug 18 09:01:14 2016 (r420389) +++ head/databases/py-pypuppetdb03/distinfo Sat Oct 15 07:28:38 2016 (r424006) @@ -1,2 +1,3 @@ -SHA256 (puppet-community-pypuppetdb-v0.1.1_GH0.tar.gz) = e1d34b8a5ceef363c36aa1cfcb2c1243e3288ca66345157d606904f26b37b2d3 -SIZE (puppet-community-pypuppetdb-v0.1.1_GH0.tar.gz) = 28597 +TIMESTAMP = 1476513123 +SHA256 (voxpupuli-pypuppetdb-v0.3.1_GH0.tar.gz) = 6a5558f149cc5b6ec8b8943516a60ce1168042b9b6d7e7a7600df145ef81bc37 +SIZE (voxpupuli-pypuppetdb-v0.3.1_GH0.tar.gz) = 42702 Modified: head/databases/py-pypuppetdb03/pkg-descr ============================================================================== --- head/databases/py-pypuppetdb/pkg-descr Thu Aug 18 09:01:14 2016 (r420389) +++ head/databases/py-pypuppetdb03/pkg-descr Sat Oct 15 07:28:38 2016 (r424006) @@ -1,4 +1,4 @@ This library is a thin wrapper around the PuppetDB REST API providing some convinience functions and objects to request and hold data from PuppetDB. -WWW: https://github.com/puppet-community/pypuppetdb +WWW: https://github.com/voxpupuli/pypuppetdb Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Oct 15 07:18:19 2016 (r424005) +++ head/www/Makefile Sat Oct 15 07:28:38 2016 (r424006) @@ -1736,6 +1736,7 @@ SUBDIR += py-praw SUBDIR += py-prewikka SUBDIR += py-puppetboard + SUBDIR += py-puppetboard02 SUBDIR += py-py-restclient SUBDIR += py-pySmartDL SUBDIR += py-pyjwt Modified: head/www/py-puppetboard/Makefile ============================================================================== --- head/www/py-puppetboard/Makefile Sat Oct 15 07:18:19 2016 (r424005) +++ head/www/py-puppetboard/Makefile Sat Oct 15 07:28:38 2016 (r424006) @@ -18,8 +18,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flas ${PYTHON_PKGNAMEPREFIX}pypuppetdb>=0.1.1:databases/py-pypuppetdb \ ${PYTHON_PKGNAMEPREFIX}requests>=2.2.1:www/py-requests +CONFLICTS_INSTALL=puppetboard02-* USE_GITHUB= yes -GH_ACCOUNT= puppet-community +GH_ACCOUNT= voxpupuli USES= python:2.7 USE_PYTHON= autoplist distutils Modified: head/www/py-puppetboard/distinfo ============================================================================== --- head/www/py-puppetboard/distinfo Sat Oct 15 07:18:19 2016 (r424005) +++ head/www/py-puppetboard/distinfo Sat Oct 15 07:28:38 2016 (r424006) @@ -1,2 +1,3 @@ -SHA256 (puppet-community-puppetboard-v0.0.4_GH0.tar.gz) = 95ce69e4b017d56d38b7ea8aa2ca131b7702a18228c68d41fcfd0d7080732817 -SIZE (puppet-community-puppetboard-v0.0.4_GH0.tar.gz) = 2851486 +TIMESTAMP = 1476513137 +SHA256 (voxpupuli-puppetboard-v0.0.4_GH0.tar.gz) = 95ce69e4b017d56d38b7ea8aa2ca131b7702a18228c68d41fcfd0d7080732817 +SIZE (voxpupuli-puppetboard-v0.0.4_GH0.tar.gz) = 2851486 Modified: head/www/py-puppetboard/pkg-descr ============================================================================== --- head/www/py-puppetboard/pkg-descr Sat Oct 15 07:18:19 2016 (r424005) +++ head/www/py-puppetboard/pkg-descr Sat Oct 15 07:28:38 2016 (r424006) @@ -1,4 +1,4 @@ Puppetboard is a web interface to PuppetDB aiming to replace the reporting functionality of Puppet Dashboard. -WWW: https://github.com/puppet-community/puppetboard +WWW: https://github.com/voxpupuli/puppetboard Modified: head/www/py-puppetboard02/Makefile ============================================================================== --- head/www/py-puppetboard/Makefile Thu Aug 18 09:01:14 2016 (r420389) +++ head/www/py-puppetboard02/Makefile Sat Oct 15 07:28:38 2016 (r424006) @@ -1,12 +1,13 @@ # $FreeBSD$ PORTNAME= puppetboard -PORTVERSION= 0.0.4 +PORTVERSION= 0.2.0 DISTVERSIONPREFIX= v CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 02 -MAINTAINER= allanjude@FreeBSD.org +MAINTAINER= romain@FreeBSD.org COMMENT= Web interface to PuppetDB LICENSE= APACHE20 @@ -15,11 +16,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.10.1:www/py-flask \ ${PYTHON_PKGNAMEPREFIX}Flask-WTF>=0.9.4:www/py-flask-wtf \ ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.19:textproc/py-MarkupSafe \ - ${PYTHON_PKGNAMEPREFIX}pypuppetdb>=0.1.1:databases/py-pypuppetdb \ + ${PYTHON_PKGNAMEPREFIX}pypuppetdb03>=0.2.0:databases/py-pypuppetdb03 \ ${PYTHON_PKGNAMEPREFIX}requests>=2.2.1:www/py-requests +CONFLICTS_INSTALL=puppetboard-* USE_GITHUB= yes -GH_ACCOUNT= puppet-community +GH_ACCOUNT= voxpupuli USES= python:2.7 USE_PYTHON= autoplist distutils Modified: head/www/py-puppetboard02/distinfo ============================================================================== --- head/www/py-puppetboard/distinfo Thu Aug 18 09:01:14 2016 (r420389) +++ head/www/py-puppetboard02/distinfo Sat Oct 15 07:28:38 2016 (r424006) @@ -1,2 +1,3 @@ -SHA256 (puppet-community-puppetboard-v0.0.4_GH0.tar.gz) = 95ce69e4b017d56d38b7ea8aa2ca131b7702a18228c68d41fcfd0d7080732817 -SIZE (puppet-community-puppetboard-v0.0.4_GH0.tar.gz) = 2851486 +TIMESTAMP = 1476513140 +SHA256 (voxpupuli-puppetboard-v0.2.0_GH0.tar.gz) = 07754a754c45d9862adda49df692292f4d0a5daf5e965038a83a842cddc3e08f +SIZE (voxpupuli-puppetboard-v0.2.0_GH0.tar.gz) = 1516564 Modified: head/www/py-puppetboard02/pkg-descr ============================================================================== --- head/www/py-puppetboard/pkg-descr Thu Aug 18 09:01:14 2016 (r420389) +++ head/www/py-puppetboard02/pkg-descr Sat Oct 15 07:28:38 2016 (r424006) @@ -1,4 +1,4 @@ Puppetboard is a web interface to PuppetDB aiming to replace the reporting functionality of Puppet Dashboard. -WWW: https://github.com/puppet-community/puppetboard +WWW: https://github.com/voxpupuli/puppetboard