From owner-svn-ports-all@freebsd.org Wed Apr 3 18:49:42 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 0A0D6154F7F1; Wed, 3 Apr 2019 18:49:42 +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 9CA228F0FC; Wed, 3 Apr 2019 18:49:41 +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 5CCAE19FB4; Wed, 3 Apr 2019 18:49:41 +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 x33InfVo010895; Wed, 3 Apr 2019 18:49:41 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x33IneGM010891; Wed, 3 Apr 2019 18:49:40 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201904031849.x33IneGM010891@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: Wed, 3 Apr 2019 18:49:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497751 - 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: 497751 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9CA228F0FC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,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-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: Wed, 03 Apr 2019 18:49:42 -0000 Author: romain Date: Wed Apr 3 18:49:40 2019 New Revision: 497751 URL: https://svnweb.freebsd.org/changeset/ports/497751 Log: Update to 6.3.0 Release notes: https://puppet.com/docs/puppetdb/6.3/release_notes.html#puppetdb-630 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 Wed Apr 3 18:48:50 2019 (r497750) +++ head/databases/puppetdb-terminus6/Makefile Wed Apr 3 18:49:40 2019 (r497751) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= puppetdb-terminus -PORTVERSION= 6.2.0 +PORTVERSION= 6.3.0 CATEGORIES= databases ruby MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/ PKGNAMESUFFIX= 6 Modified: head/databases/puppetdb-terminus6/distinfo ============================================================================== --- head/databases/puppetdb-terminus6/distinfo Wed Apr 3 18:48:50 2019 (r497750) +++ head/databases/puppetdb-terminus6/distinfo Wed Apr 3 18:49:40 2019 (r497751) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548376057 -SHA256 (puppetdb-6.2.0.tar.gz) = 30a8e557f57b4a2028f032256e2807240439907f62c1ad03980a96f3c07dc3d8 -SIZE (puppetdb-6.2.0.tar.gz) = 39922402 +TIMESTAMP = 1554308541 +SHA256 (puppetdb-6.3.0.tar.gz) = 92b1f4d93adda65fc2082d58e15a1299c5c6516f10ceb942e4379a3dbc6548e7 +SIZE (puppetdb-6.3.0.tar.gz) = 41678795 Modified: head/databases/puppetdb6/Makefile ============================================================================== --- head/databases/puppetdb6/Makefile Wed Apr 3 18:48:50 2019 (r497750) +++ head/databases/puppetdb6/Makefile Wed Apr 3 18:49:40 2019 (r497751) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= puppetdb -PORTVERSION= 6.2.0 +PORTVERSION= 6.3.0 CATEGORIES= databases java MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/ PKGNAMESUFFIX= 6 Modified: head/databases/puppetdb6/distinfo ============================================================================== --- head/databases/puppetdb6/distinfo Wed Apr 3 18:48:50 2019 (r497750) +++ head/databases/puppetdb6/distinfo Wed Apr 3 18:49:40 2019 (r497751) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548376031 -SHA256 (puppetdb-6.2.0.tar.gz) = 30a8e557f57b4a2028f032256e2807240439907f62c1ad03980a96f3c07dc3d8 -SIZE (puppetdb-6.2.0.tar.gz) = 39922402 +TIMESTAMP = 1554308519 +SHA256 (puppetdb-6.3.0.tar.gz) = 92b1f4d93adda65fc2082d58e15a1299c5c6516f10ceb942e4379a3dbc6548e7 +SIZE (puppetdb-6.3.0.tar.gz) = 41678795