Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2019 21:01:36 +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: r500831 - head/databases/puppetdb5
Message-ID:  <201905042101.x44L1aB3043911@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: romain
Date: Sat May  4 21:01:36 2019
New Revision: 500831
URL: https://svnweb.freebsd.org/changeset/ports/500831

Log:
  Remove 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/puppetdb5/Makefile

Modified: head/databases/puppetdb5/Makefile
==============================================================================
--- head/databases/puppetdb5/Makefile	Sat May  4 20:41:59 2019	(r500830)
+++ head/databases/puppetdb5/Makefile	Sat May  4 21:01:36 2019	(r500831)
@@ -2,7 +2,7 @@
 
 PORTNAME=	puppetdb
 PORTVERSION=	5.2.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases java
 MASTER_SITES=	https://downloads.puppetlabs.com/puppetdb/
 PKGNAMESUFFIX=	5
@@ -12,8 +12,7 @@ COMMENT=	PuppetDB storeconfigs backend
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	bash:shells/bash \
-		puppet:sysutils/puppet5
+RUN_DEPENDS=	bash:shells/bash
 
 USE_RC_SUBR=	puppetdb
 



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