Update to ruby-hiera-1.2.1.

This commit is contained in:
ajacoutot 2013-04-24 08:44:35 +00:00
parent 61c8154f04
commit 5b2d4302ba
3 changed files with 11 additions and 6 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2013/03/22 19:58:21 jeremy Exp $
# $OpenBSD: Makefile,v 1.8 2013/04/24 08:44:35 ajacoutot Exp $
COMMENT= simple pluggable hierarchical database
V= 1.1.2
V= 1.2.1
DISTNAME= hiera-${V}
REVISION= 2
CATEGORIES= databases

View File

@ -1,2 +1,2 @@
SHA256 (hiera-1.1.2.gem) = +SSfXGkmtV0umjdpOLBqgDOpGs5Wbm3sZG7NAPy51sY=
SIZE (hiera-1.1.2.gem) = 22528
SHA256 (hiera-1.2.1.gem) = SEfSFh8yZUVy6JRKrbJz512PucVi/jkBAKBjK7NEDnE=
SIZE (hiera-1.2.1.gem) = 25600

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2013/03/09 09:38:51 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.4 2013/04/24 08:44:35 ajacoutot Exp $
@extraunexec rm -rf /var/db/hiera/*
${GEM_BIN}/hiera
${GEM_LIB}/cache/${DISTNAME}.gem
@ -17,8 +17,11 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/hiera/backend/json_backend.rb
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/backend/yaml_backend.rb
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/config.rb
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/console_logger.rb
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/fallback_logger.rb
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/filecache.rb
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/noop_logger.rb
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/puppet_logger.rb
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/recursive_lookup.rb
${GEM_LIB}/gems/${DISTNAME}/lib/hiera/util.rb
${GEM_LIB}/gems/${DISTNAME}/spec/
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
@ -29,7 +32,10 @@ ${GEM_LIB}/gems/${DISTNAME}/spec/unit/backend/yaml_backend_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/unit/backend_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/unit/config_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/unit/console_logger_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fallback_logger_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/unit/filecache_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/unit/hiera_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/unit/puppet_logger_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/unit/util_spec.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec
${MODRUBY_RELEXAMPLEDIR}-hiera/