From owner-svn-ports-head@freebsd.org Sun Jun 23 07:39:55 2019 Return-Path: Delivered-To: svn-ports-head@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 8039B15C822B; Sun, 23 Jun 2019 07:39:55 +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 265C5772D6; Sun, 23 Jun 2019 07:39:55 +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 DB2CD1EA6F; Sun, 23 Jun 2019 07:39:54 +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 x5N7dsMK088180; Sun, 23 Jun 2019 07:39:54 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5N7drBo088176; Sun, 23 Jun 2019 07:39:53 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201906230739.x5N7drBo088176@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: Sun, 23 Jun 2019 07:39:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504928 - 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: 504928 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 265C5772D6 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_SHORT(-0.96)[-0.958,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 23 Jun 2019 07:39:55 -0000 Author: romain Date: Sun Jun 23 07:39:53 2019 New Revision: 504928 URL: https://svnweb.freebsd.org/changeset/ports/504928 Log: Update to 6.3.3 Release notes: https://puppet.com/docs/puppetdb/6.3/release_notes.html#puppetdb-633 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 Sun Jun 23 07:39:06 2019 (r504927) +++ head/databases/puppetdb-terminus6/Makefile Sun Jun 23 07:39:53 2019 (r504928) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= puppetdb-terminus -PORTVERSION= 6.3.2 +PORTVERSION= 6.3.3 CATEGORIES= databases ruby MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/ PKGNAMESUFFIX= 6 Modified: head/databases/puppetdb-terminus6/distinfo ============================================================================== --- head/databases/puppetdb-terminus6/distinfo Sun Jun 23 07:39:06 2019 (r504927) +++ head/databases/puppetdb-terminus6/distinfo Sun Jun 23 07:39:53 2019 (r504928) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556833376 -SHA256 (puppetdb-6.3.2.tar.gz) = 6ec2b6aafda3fc5cf07f4f4db97f45160ac3516536831d7bdc2216e81438fe26 -SIZE (puppetdb-6.3.2.tar.gz) = 41707817 +TIMESTAMP = 1561084247 +SHA256 (puppetdb-6.3.3.tar.gz) = 8d32b420b36d391520c9f15ffaa6cebcfdd625a568b59058514cb23c1148fea0 +SIZE (puppetdb-6.3.3.tar.gz) = 41714959 Modified: head/databases/puppetdb6/Makefile ============================================================================== --- head/databases/puppetdb6/Makefile Sun Jun 23 07:39:06 2019 (r504927) +++ head/databases/puppetdb6/Makefile Sun Jun 23 07:39:53 2019 (r504928) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= puppetdb -PORTVERSION= 6.3.2 +PORTVERSION= 6.3.3 CATEGORIES= databases java MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/ PKGNAMESUFFIX= 6 Modified: head/databases/puppetdb6/distinfo ============================================================================== --- head/databases/puppetdb6/distinfo Sun Jun 23 07:39:06 2019 (r504927) +++ head/databases/puppetdb6/distinfo Sun Jun 23 07:39:53 2019 (r504928) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556833332 -SHA256 (puppetdb-6.3.2.tar.gz) = 6ec2b6aafda3fc5cf07f4f4db97f45160ac3516536831d7bdc2216e81438fe26 -SIZE (puppetdb-6.3.2.tar.gz) = 41707817 +TIMESTAMP = 1561084234 +SHA256 (puppetdb-6.3.3.tar.gz) = 8d32b420b36d391520c9f15ffaa6cebcfdd625a568b59058514cb23c1148fea0 +SIZE (puppetdb-6.3.3.tar.gz) = 41714959