diff options
author | Romain Tartière <romain@FreeBSD.org> | 2020-12-05 05:25:16 +0800 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2020-12-05 05:25:16 +0800 |
commit | fab792439550a248c1bea2494794331715f0b5d9 (patch) | |
tree | 67be732c52f5199d4dd96f4e6d29e5048408dd7b /databases/puppetdb6 | |
parent | 6cb6b5993a732891c5c0f161770cdbc74da240da (diff) | |
download | freebsd-ports-gnome-fab792439550a248c1bea2494794331715f0b5d9.tar.gz freebsd-ports-gnome-fab792439550a248c1bea2494794331715f0b5d9.tar.zst freebsd-ports-gnome-fab792439550a248c1bea2494794331715f0b5d9.zip |
Hello PuppetDB 7!
Actually update databases/puppetdb7 and databases/puppetdb-terminus7 and a few
minor tweaks.
With hat: puppet
Diffstat (limited to 'databases/puppetdb6')
-rw-r--r-- | databases/puppetdb6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/puppetdb6/Makefile b/databases/puppetdb6/Makefile index 2afc66587a0c..2c6a34d86396 100644 --- a/databases/puppetdb6/Makefile +++ b/databases/puppetdb6/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= bash:shells/bash USE_RC_SUBR= puppetdb -CONFLICTS_INSTALL= puppetdb4-* puppetdb5-* +CONFLICTS_INSTALL= puppetdb5-* puppetdb7-* USES= shebangfix SHEBANG_FILES= ext/bin/puppetdb \ ext/cli/anonymize \ |