simple update to 2.2.3, now requiring the just updated ruby-gettext-setup
This commit is contained in:
parent
46c0060ee8
commit
0e1509e47b
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2016/09/09 10:43:21 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2017/01/31 07:16:24 sebastia Exp $
|
||||
|
||||
COMMENT = tools to access the Puppet Forge API
|
||||
|
||||
DISTNAME = puppet_forge-2.2.2
|
||||
DISTNAME = puppet_forge-2.2.3
|
||||
CATEGORIES = devel
|
||||
HOMEPAGE = https://github.com/puppetlabs/forge-ruby
|
||||
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
@ -13,7 +13,7 @@ PERMIT_PACKAGE_CDROM = Yes
|
||||
MODULES = lang/ruby
|
||||
BUILD_DEPENDS += ${RUN_DEPENDS}
|
||||
RUN_DEPENDS += archivers/ruby-minitar,${MODRUBY_FLAVOR}>=0,<2 \
|
||||
devel/ruby-gettext-setup,${MODRUBY_FLAVOR}>=0.3 \
|
||||
devel/ruby-gettext-setup,${MODRUBY_FLAVOR}>=0.11 \
|
||||
devel/ruby-semantic_puppet,${MODRUBY_FLAVOR}>=0.1.0,<0.2 \
|
||||
www/ruby-faraday,${MODRUBY_FLAVOR}>=0.9.0,<0.10 \
|
||||
www/ruby-faraday_middleware,${MODRUBY_FLAVOR}>=0.9.0,<0.11
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (puppet_forge-2.2.2.gem) = m6PEe8zfl85RH5FrYns5AuAqGROVFZiyiHQ3Alq8VtQ=
|
||||
SIZE (puppet_forge-2.2.2.gem) = 771072
|
||||
SHA256 (puppet_forge-2.2.3.gem) = 85pCjOYyJTo17EGSrf4cK6DdS0b1SBKElElVBAE25f0=
|
||||
SIZE (puppet_forge-2.2.3.gem) = 771584
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2016/09/09 10:43:21 sebastia Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2017/01/31 07:16:24 sebastia Exp $
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
@ -38,7 +38,16 @@ ${GEM_LIB}/gems/${DISTNAME}/locales/config.yaml
|
||||
${GEM_LIB}/gems/${DISTNAME}/puppet_forge.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/uri/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/uri/prefix/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/uri/prefix/v3/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/uri/prefix/v3/bases/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/uri/prefix/v3/bases/puppet.headers
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/uri/prefix/v3/bases/puppet.json
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/v3/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/v3/bases/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/v3/bases/puppet.headers
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/v3/bases/puppet.json
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/v3/files/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/v3/files/puppetlabs-apache-0.0.1.tar.gz.headers
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/v3/files/puppetlabs-apache-0.0.1.tar.gz.json
|
||||
|
Loading…
x
Reference in New Issue
Block a user