svn commit: r500831 - head/databases/puppetdb5

Romain Tartière romain at FreeBSD.org
Sat May 4 21:01:37 UTC 2019


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
 


More information about the svn-ports-all mailing list