From owner-svn-ports-all@freebsd.org Sat May 4 21:03:05 2019 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 6334D1598D6E; Sat, 4 May 2019 21:03:05 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B29C715AB; Sat, 4 May 2019 21:03:05 +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 D85BADD5A; Sat, 4 May 2019 21:03:04 +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 x44L346l047311; Sat, 4 May 2019 21:03:04 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x44L342P047308; Sat, 4 May 2019 21:03:04 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201905042103.x44L342P047308@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, 4 May 2019 21:03:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500832 - in head/databases: puppetdb-terminus6 puppetdb6 X-SVN-Group: ports-head X-SVN-Commit-Author: romain X-SVN-Commit-Paths: in head/databases: puppetdb-terminus6 puppetdb6 X-SVN-Commit-Revision: 500832 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0B29C715AB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.966,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 04 May 2019 21:03:05 -0000 Author: romain Date: Sat May 4 21:03:03 2019 New Revision: 500832 URL: https://svnweb.freebsd.org/changeset/ports/500832 Log: Update to 6.3.2 While here, remove an unneeded dependency: PuppetDB does not depend on Puppet. puppetdb-terminus is the piece connecting Puppet and PuppetDB and thus the dependency is only needed at this level. With hat: puppet Modified: head/databases/puppetdb-terminus6/Makefile head/databases/puppetdb-terminus6/distinfo head/databases/puppetdb6/Makefile head/databases/puppetdb6/distinfo Modified: head/databases/puppetdb-terminus6/Makefile ============================================================================== --- head/databases/puppetdb-terminus6/Makefile Sat May 4 21:01:36 2019 (r500831) +++ head/databases/puppetdb-terminus6/Makefile Sat May 4 21:03:03 2019 (r500832) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= puppetdb-terminus -PORTVERSION= 6.3.1 +PORTVERSION= 6.3.2 CATEGORIES= databases ruby MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/ PKGNAMESUFFIX= 6 Modified: head/databases/puppetdb-terminus6/distinfo ============================================================================== --- head/databases/puppetdb-terminus6/distinfo Sat May 4 21:01:36 2019 (r500831) +++ head/databases/puppetdb-terminus6/distinfo Sat May 4 21:03:03 2019 (r500832) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555531514 -SHA256 (puppetdb-6.3.1.tar.gz) = 7bac6a9254731f869b37382b97454064ad6e997bded793b94a120ceceb3f039b -SIZE (puppetdb-6.3.1.tar.gz) = 41706703 +TIMESTAMP = 1556833376 +SHA256 (puppetdb-6.3.2.tar.gz) = 6ec2b6aafda3fc5cf07f4f4db97f45160ac3516536831d7bdc2216e81438fe26 +SIZE (puppetdb-6.3.2.tar.gz) = 41707817 Modified: head/databases/puppetdb6/Makefile ============================================================================== --- head/databases/puppetdb6/Makefile Sat May 4 21:01:36 2019 (r500831) +++ head/databases/puppetdb6/Makefile Sat May 4 21:03:03 2019 (r500832) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= puppetdb -PORTVERSION= 6.3.1 -PORTREVISION= 1 +PORTVERSION= 6.3.2 CATEGORIES= databases java MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/ PKGNAMESUFFIX= 6 @@ -12,8 +11,7 @@ COMMENT= PuppetDB storeconfigs backend LICENSE= APACHE20 -RUN_DEPENDS= bash:shells/bash \ - puppet:sysutils/puppet6 +RUN_DEPENDS= bash:shells/bash USE_RC_SUBR= puppetdb Modified: head/databases/puppetdb6/distinfo ============================================================================== --- head/databases/puppetdb6/distinfo Sat May 4 21:01:36 2019 (r500831) +++ head/databases/puppetdb6/distinfo Sat May 4 21:03:03 2019 (r500832) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555531506 -SHA256 (puppetdb-6.3.1.tar.gz) = 7bac6a9254731f869b37382b97454064ad6e997bded793b94a120ceceb3f039b -SIZE (puppetdb-6.3.1.tar.gz) = 41706703 +TIMESTAMP = 1556833332 +SHA256 (puppetdb-6.3.2.tar.gz) = 6ec2b6aafda3fc5cf07f4f4db97f45160ac3516536831d7bdc2216e81438fe26 +SIZE (puppetdb-6.3.2.tar.gz) = 41707817