From owner-svn-ports-all@freebsd.org Thu Sep 27 08:06:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0989910A52BB; Thu, 27 Sep 2018 08:06:20 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B1E657ABBC; Thu, 27 Sep 2018 08:06:19 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AC5122359D; Thu, 27 Sep 2018 08:06:19 +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 w8R86J6g051793; Thu, 27 Sep 2018 08:06:19 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8R86HHu051782; Thu, 27 Sep 2018 08:06:17 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201809270806.w8R86HHu051782@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, 27 Sep 2018 08:06:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480788 - in head/databases: . puppetdb-terminus4 puppetdb-terminus5 puppetdb-terminus6 puppetdb4 puppetdb5 puppetdb6 X-SVN-Group: ports-head X-SVN-Commit-Author: romain X-SVN-Commit-Paths: in head/databases: . puppetdb-terminus4 puppetdb-terminus5 puppetdb-terminus6 puppetdb4 puppetdb5 puppetdb6 X-SVN-Commit-Revision: 480788 X-SVN-Commit-Repository: ports 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.27 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: Thu, 27 Sep 2018 08:06:20 -0000 Author: romain Date: Thu Sep 27 08:06:17 2018 New Revision: 480788 URL: https://svnweb.freebsd.org/changeset/ports/480788 Log: New port: databases/puppetdb6 Release notes: https://puppet.com/docs/puppetdb/6.0/release_notes.html With hat: puppet Added: head/databases/puppetdb-terminus6/ - copied from r480787, head/databases/puppetdb-terminus5/ head/databases/puppetdb6/ - copied from r480787, head/databases/puppetdb5/ Modified: head/databases/Makefile head/databases/puppetdb-terminus4/Makefile head/databases/puppetdb-terminus5/Makefile head/databases/puppetdb-terminus6/Makefile head/databases/puppetdb-terminus6/distinfo head/databases/puppetdb4/Makefile head/databases/puppetdb5/Makefile head/databases/puppetdb6/Makefile head/databases/puppetdb6/distinfo head/databases/puppetdb6/pkg-plist Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Thu Sep 27 07:59:11 2018 (r480787) +++ head/databases/Makefile Thu Sep 27 08:06:17 2018 (r480788) @@ -762,8 +762,10 @@ SUBDIR += pspg SUBDIR += puppetdb-terminus4 SUBDIR += puppetdb-terminus5 + SUBDIR += puppetdb-terminus6 SUBDIR += puppetdb4 SUBDIR += puppetdb5 + SUBDIR += puppetdb6 SUBDIR += pure-sql3 SUBDIR += puredb SUBDIR += pxlib Modified: head/databases/puppetdb-terminus4/Makefile ============================================================================== --- head/databases/puppetdb-terminus4/Makefile Thu Sep 27 07:59:11 2018 (r480787) +++ head/databases/puppetdb-terminus4/Makefile Thu Sep 27 08:06:17 2018 (r480788) @@ -14,7 +14,7 @@ LICENSE= APACHE20 BUILD_DEPENDS= puppet4>=0:sysutils/puppet4 -CONFLICTS_INSTALL= puppetdb-terminus3-* puppetdb-terminus5-* +CONFLICTS_INSTALL= puppetdb-terminus5-* puppetdb-terminus6-* USE_RUBY= yes NO_BUILD= yes USES= gmake Modified: head/databases/puppetdb-terminus5/Makefile ============================================================================== --- head/databases/puppetdb-terminus5/Makefile Thu Sep 27 07:59:11 2018 (r480787) +++ head/databases/puppetdb-terminus5/Makefile Thu Sep 27 08:06:17 2018 (r480788) @@ -14,7 +14,7 @@ LICENSE= APACHE20 BUILD_DEPENDS= puppet5>=0:sysutils/puppet5 -CONFLICTS_INSTALL= puppetdb-terminus3-* puppetdb-terminus4-* +CONFLICTS_INSTALL= puppetdb-terminus4-* puppetdb-terminus6-* USE_RUBY= yes NO_BUILD= yes USES= gmake Modified: head/databases/puppetdb-terminus6/Makefile ============================================================================== --- head/databases/puppetdb-terminus5/Makefile Thu Sep 27 07:59:11 2018 (r480787) +++ head/databases/puppetdb-terminus6/Makefile Thu Sep 27 08:06:17 2018 (r480788) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= puppetdb-terminus -PORTVERSION= 5.2.4 +PORTVERSION= 6.0.0 CATEGORIES= databases ruby MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/ -PKGNAMESUFFIX= 5 +PKGNAMESUFFIX= 6 DISTNAME= puppetdb-${PORTVERSION} MAINTAINER= puppet@FreeBSD.org @@ -12,9 +12,9 @@ COMMENT= PuppetDB storeconfigs backend terminus module LICENSE= APACHE20 -BUILD_DEPENDS= puppet5>=0:sysutils/puppet5 +BUILD_DEPENDS= puppet6>=0:sysutils/puppet6 -CONFLICTS_INSTALL= puppetdb-terminus3-* puppetdb-terminus4-* +CONFLICTS_INSTALL= puppetdb-terminus4-* puppetdb-terminus5-* USE_RUBY= yes NO_BUILD= yes USES= gmake Modified: head/databases/puppetdb-terminus6/distinfo ============================================================================== --- head/databases/puppetdb-terminus5/distinfo Thu Sep 27 07:59:11 2018 (r480787) +++ head/databases/puppetdb-terminus6/distinfo Thu Sep 27 08:06:17 2018 (r480788) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531897501 -SHA256 (puppetdb-5.2.4.tar.gz) = 70df595460258d85e4cd31d5feb734e5cc6e0e5f96ee091d214ed4f051c67c8e -SIZE (puppetdb-5.2.4.tar.gz) = 25438658 +TIMESTAMP = 1537338868 +SHA256 (puppetdb-6.0.0.tar.gz) = c4821f6c6acb1e4250a36462cc7b51ffadc2d1510b9b42887b47c1bf75afa070 +SIZE (puppetdb-6.0.0.tar.gz) = 23168375 Modified: head/databases/puppetdb4/Makefile ============================================================================== --- head/databases/puppetdb4/Makefile Thu Sep 27 07:59:11 2018 (r480787) +++ head/databases/puppetdb4/Makefile Thu Sep 27 08:06:17 2018 (r480788) @@ -16,7 +16,7 @@ RUN_DEPENDS= bash:shells/bash \ USE_RC_SUBR= puppetdb -CONFLICTS_INSTALL= puppetdb3-* puppetdb5-* +CONFLICTS_INSTALL= puppetdb5-* puppetdb6-* USES= shebangfix SHEBANG_FILES= ext/bin/puppetdb \ ext/cli/anonymize \ Modified: head/databases/puppetdb5/Makefile ============================================================================== --- head/databases/puppetdb5/Makefile Thu Sep 27 07:59:11 2018 (r480787) +++ head/databases/puppetdb5/Makefile Thu Sep 27 08:06:17 2018 (r480788) @@ -16,7 +16,7 @@ RUN_DEPENDS= bash:shells/bash \ USE_RC_SUBR= puppetdb -CONFLICTS_INSTALL= puppetdb3-* puppetdb4-* +CONFLICTS_INSTALL= puppetdb4-* puppetdb5-* USES= shebangfix SHEBANG_FILES= ext/bin/puppetdb \ ext/cli/anonymize \ Modified: head/databases/puppetdb6/Makefile ============================================================================== --- head/databases/puppetdb5/Makefile Thu Sep 27 07:59:11 2018 (r480787) +++ head/databases/puppetdb6/Makefile Thu Sep 27 08:06:17 2018 (r480788) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= puppetdb -PORTVERSION= 5.2.4 +PORTVERSION= 6.0.0 CATEGORIES= databases java MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/ -PKGNAMESUFFIX= 5 +PKGNAMESUFFIX= 6 MAINTAINER= puppet@FreeBSD.org COMMENT= PuppetDB storeconfigs backend @@ -12,11 +12,11 @@ COMMENT= PuppetDB storeconfigs backend LICENSE= APACHE20 RUN_DEPENDS= bash:shells/bash \ - puppet:sysutils/puppet5 + puppet:sysutils/puppet6 USE_RC_SUBR= puppetdb -CONFLICTS_INSTALL= puppetdb3-* puppetdb4-* +CONFLICTS_INSTALL= puppetdb4-* puppetdb5-* USES= shebangfix SHEBANG_FILES= ext/bin/puppetdb \ ext/cli/anonymize \ @@ -26,6 +26,7 @@ SHEBANG_FILES= ext/bin/puppetdb \ ext/cli/start \ ext/cli/stop \ ext/cli/reload \ + ext/cli/upgrade \ ext/ezbake-functions.sh USE_JAVA= yes NO_ARCH= yes Modified: head/databases/puppetdb6/distinfo ============================================================================== --- head/databases/puppetdb5/distinfo Thu Sep 27 07:59:11 2018 (r480787) +++ head/databases/puppetdb6/distinfo Thu Sep 27 08:06:17 2018 (r480788) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531897593 -SHA256 (puppetdb-5.2.4.tar.gz) = 70df595460258d85e4cd31d5feb734e5cc6e0e5f96ee091d214ed4f051c67c8e -SIZE (puppetdb-5.2.4.tar.gz) = 25438658 +TIMESTAMP = 1537338682 +SHA256 (puppetdb-6.0.0.tar.gz) = c4821f6c6acb1e4250a36462cc7b51ffadc2d1510b9b42887b47c1bf75afa070 +SIZE (puppetdb-6.0.0.tar.gz) = 23168375 Modified: head/databases/puppetdb6/pkg-plist ============================================================================== --- head/databases/puppetdb5/pkg-plist Thu Sep 27 07:59:11 2018 (r480787) +++ head/databases/puppetdb6/pkg-plist Thu Sep 27 08:06:17 2018 (r480788) @@ -6,6 +6,7 @@ bin/puppetdb %%DATADIR%%/cli/apps/start %%DATADIR%%/cli/apps/stop %%DATADIR%%/cli/apps/reload +%%DATADIR%%/cli/apps/upgrade %%DATADIR%%/ezbake-functions.sh %%DATADIR%%/ezbake.manifest %%DATADIR%%/puppetdb.jar