puppet 4 will soon be the default puppet version, so switch these ports to the

matching hiera port.

discussed with and ok sebastia@
This commit is contained in:
jasper 2016-09-06 11:02:00 +00:00
parent 8977fc1275
commit 1f69c5f572
2 changed files with 6 additions and 4 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2016/09/06 09:04:48 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2016/09/06 11:02:00 jasper Exp $
COMMENT = Hiera backend for decrypting encrypted yaml properties
DISTNAME = hiera-eyaml-2.1.0
REVISION = 0
CATEGORIES = databases
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
@ -15,7 +16,7 @@ MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = databases/ruby-hiera,${MODRUBY_FLAVOR} \
RUN_DEPENDS = databases/ruby-hiera3,${MODRUBY_FLAVOR} \
devel/ruby-highline,${MODRUBY_FLAVOR}<1.7 \
devel/ruby-trollop,${MODRUBY_FLAVOR}

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2016/09/06 09:04:48 jasper Exp $
# $OpenBSD: Makefile,v 1.7 2016/09/06 11:02:00 jasper Exp $
COMMENT = data backend for Hiera to return whole files
DISTNAME = hiera-file-1.1.1
REVISION = 0
CATEGORIES = databases
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
@ -15,6 +16,6 @@ MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = databases/ruby-hiera,${MODRUBY_FLAVOR}
RUN_DEPENDS = databases/ruby-hiera3,${MODRUBY_FLAVOR}
.include <bsd.port.mk>