Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2020 21:25:16 +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: r557024 - in head/databases: . puppetdb-terminus5 puppetdb-terminus6 puppetdb-terminus7 puppetdb5 puppetdb6 puppetdb7
Message-ID:  <202012042125.0B4LPGlD075803@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: romain
Date: Fri Dec  4 21:25:16 2020
New Revision: 557024
URL: https://svnweb.freebsd.org/changeset/ports/557024

Log:
  Hello PuppetDB 7!
  
  Actually update databases/puppetdb7 and databases/puppetdb-terminus7 and a few
  minor tweaks.
  
  With hat:	puppet

Modified:
  head/databases/Makefile
  head/databases/puppetdb-terminus5/Makefile
  head/databases/puppetdb-terminus6/Makefile
  head/databases/puppetdb-terminus7/Makefile
  head/databases/puppetdb-terminus7/distinfo
  head/databases/puppetdb5/Makefile
  head/databases/puppetdb6/Makefile
  head/databases/puppetdb7/Makefile
  head/databases/puppetdb7/distinfo

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Fri Dec  4 21:22:25 2020	(r557023)
+++ head/databases/Makefile	Fri Dec  4 21:25:16 2020	(r557024)
@@ -736,8 +736,10 @@
     SUBDIR += pspg
     SUBDIR += puppetdb-terminus5
     SUBDIR += puppetdb-terminus6
+    SUBDIR += puppetdb-terminus7
     SUBDIR += puppetdb5
     SUBDIR += puppetdb6
+    SUBDIR += puppetdb7
     SUBDIR += puredb
     SUBDIR += pxlib
     SUBDIR += pxtools

Modified: head/databases/puppetdb-terminus5/Makefile
==============================================================================
--- head/databases/puppetdb-terminus5/Makefile	Fri Dec  4 21:22:25 2020	(r557023)
+++ head/databases/puppetdb-terminus5/Makefile	Fri Dec  4 21:25:16 2020	(r557024)
@@ -14,7 +14,7 @@ LICENSE=	APACHE20
 
 BUILD_DEPENDS=	puppet5>=0:sysutils/puppet5
 
-CONFLICTS_INSTALL=	puppetdb-terminus4-* puppetdb-terminus6-*
+CONFLICTS_INSTALL=	puppetdb-terminus6-* puppetdb-terminus7-*
 USE_RUBY=	yes
 NO_BUILD=	yes
 USES=		gmake

Modified: head/databases/puppetdb-terminus6/Makefile
==============================================================================
--- head/databases/puppetdb-terminus6/Makefile	Fri Dec  4 21:22:25 2020	(r557023)
+++ head/databases/puppetdb-terminus6/Makefile	Fri Dec  4 21:25:16 2020	(r557024)
@@ -14,7 +14,7 @@ LICENSE=	APACHE20
 
 BUILD_DEPENDS=	puppet6>=0:sysutils/puppet6
 
-CONFLICTS_INSTALL=	puppetdb-terminus4-* puppetdb-terminus5-*
+CONFLICTS_INSTALL=	puppetdb-terminus5-* puppetdb-terminus7-*
 USE_RUBY=	yes
 NO_BUILD=	yes
 USES=		gmake

Modified: head/databases/puppetdb-terminus7/Makefile
==============================================================================
--- head/databases/puppetdb-terminus7/Makefile	Fri Dec  4 21:22:25 2020	(r557023)
+++ head/databases/puppetdb-terminus7/Makefile	Fri Dec  4 21:25:16 2020	(r557024)
@@ -1,10 +1,10 @@
 # $FreeBSD$
 
 PORTNAME=	puppetdb-terminus
-PORTVERSION=	6.13.1
+PORTVERSION=	7.0.0
 CATEGORIES=	databases ruby
 MASTER_SITES=	https://downloads.puppetlabs.com/puppetdb/
-PKGNAMESUFFIX=	6
+PKGNAMESUFFIX=	7
 DISTNAME=	puppetdb-${PORTVERSION}
 
 MAINTAINER=	puppet@FreeBSD.org
@@ -12,9 +12,9 @@ COMMENT=	PuppetDB storeconfigs backend terminus module
 
 LICENSE=	APACHE20
 
-BUILD_DEPENDS=	puppet6>=0:sysutils/puppet6
+BUILD_DEPENDS=	puppet7>=0:sysutils/puppet7
 
-CONFLICTS_INSTALL=	puppetdb-terminus4-* puppetdb-terminus5-*
+CONFLICTS_INSTALL=	puppetdb-terminus5-* puppetdb-terminus6-*
 USE_RUBY=	yes
 NO_BUILD=	yes
 USES=		gmake

Modified: head/databases/puppetdb-terminus7/distinfo
==============================================================================
--- head/databases/puppetdb-terminus7/distinfo	Fri Dec  4 21:22:25 2020	(r557023)
+++ head/databases/puppetdb-terminus7/distinfo	Fri Dec  4 21:25:16 2020	(r557024)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604551624
-SHA256 (puppetdb-6.13.1.tar.gz) = ee72627dcc2b79b04f10d3e077bde77feb5e7bc7611f5788e373e5ab85b4da42
-SIZE (puppetdb-6.13.1.tar.gz) = 46404282
+TIMESTAMP = 1605813801
+SHA256 (puppetdb-7.0.0.tar.gz) = 37da4049528dc193ef1d4f23d0f5a5d3561711d4f7f91e8b1753721aa6403249
+SIZE (puppetdb-7.0.0.tar.gz) = 46444965

Modified: head/databases/puppetdb5/Makefile
==============================================================================
--- head/databases/puppetdb5/Makefile	Fri Dec  4 21:22:25 2020	(r557023)
+++ head/databases/puppetdb5/Makefile	Fri Dec  4 21:25:16 2020	(r557024)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	bash:shells/bash
 
 USE_RC_SUBR=	puppetdb
 
-CONFLICTS_INSTALL=	puppetdb4-* puppetdb5-*
+CONFLICTS_INSTALL=	puppetdb6-* puppetdb7-*
 USES=		shebangfix
 SHEBANG_FILES=	ext/bin/puppetdb \
 		ext/cli/anonymize \

Modified: head/databases/puppetdb6/Makefile
==============================================================================
--- head/databases/puppetdb6/Makefile	Fri Dec  4 21:22:25 2020	(r557023)
+++ head/databases/puppetdb6/Makefile	Fri Dec  4 21:25:16 2020	(r557024)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	bash:shells/bash
 
 USE_RC_SUBR=	puppetdb
 
-CONFLICTS_INSTALL=	puppetdb4-* puppetdb5-*
+CONFLICTS_INSTALL=	puppetdb5-* puppetdb7-*
 USES=		shebangfix
 SHEBANG_FILES=	ext/bin/puppetdb \
 		ext/cli/anonymize \

Modified: head/databases/puppetdb7/Makefile
==============================================================================
--- head/databases/puppetdb7/Makefile	Fri Dec  4 21:22:25 2020	(r557023)
+++ head/databases/puppetdb7/Makefile	Fri Dec  4 21:25:16 2020	(r557024)
@@ -1,10 +1,10 @@
 # $FreeBSD$
 
 PORTNAME=	puppetdb
-PORTVERSION=	6.13.1
+PORTVERSION=	7.0.0
 CATEGORIES=	databases java
 MASTER_SITES=	https://downloads.puppetlabs.com/puppetdb/
-PKGNAMESUFFIX=	6
+PKGNAMESUFFIX=	7
 
 MAINTAINER=	puppet@FreeBSD.org
 COMMENT=	PuppetDB storeconfigs backend
@@ -15,7 +15,7 @@ RUN_DEPENDS=	bash:shells/bash
 
 USE_RC_SUBR=	puppetdb
 
-CONFLICTS_INSTALL=	puppetdb4-* puppetdb5-*
+CONFLICTS_INSTALL=	puppetdb5-* puppetdb6-*
 USES=		shebangfix
 SHEBANG_FILES=	ext/bin/puppetdb \
 		ext/cli/anonymize \

Modified: head/databases/puppetdb7/distinfo
==============================================================================
--- head/databases/puppetdb7/distinfo	Fri Dec  4 21:22:25 2020	(r557023)
+++ head/databases/puppetdb7/distinfo	Fri Dec  4 21:25:16 2020	(r557024)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604551611
-SHA256 (puppetdb-6.13.1.tar.gz) = ee72627dcc2b79b04f10d3e077bde77feb5e7bc7611f5788e373e5ab85b4da42
-SIZE (puppetdb-6.13.1.tar.gz) = 46404282
+TIMESTAMP = 1605813751
+SHA256 (puppetdb-7.0.0.tar.gz) = 37da4049528dc193ef1d4f23d0f5a5d3561711d4f7f91e8b1753721aa6403249
+SIZE (puppetdb-7.0.0.tar.gz) = 46444965



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