Date: Sat, 4 May 2019 21:03:04 +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: r500832 - in head/databases: puppetdb-terminus6 puppetdb6 Message-ID: <201905042103.x44L342P047308@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905042103.x44L342P047308>