Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2018 08:06:17 +0000 (UTC)
From:      =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org>
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
Message-ID:  <201809270806.w8R86HHu051782@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809270806.w8R86HHu051782>