simple update to 1.0.2, removing dependency to ruby-gettext-setup
This commit is contained in:
parent
963232e5dd
commit
a223e7292c
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2018/02/26 08:45:19 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2018/04/26 09:54:32 sebastia Exp $
|
||||
|
||||
COMMENT = compare semantic versioning
|
||||
|
||||
DISTNAME = semantic_puppet-1.0.1
|
||||
DISTNAME = semantic_puppet-1.0.2
|
||||
CATEGORIES = devel
|
||||
HOMEPAGE = https://github.com/puppetlabs/semantic_puppet-gem
|
||||
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
@ -12,9 +12,6 @@ PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
|
||||
BUILD_DEPENDS += ${RUN_DEPENDS}
|
||||
RUN_DEPENDS += devel/ruby-gettext-setup,${MODRUBY_FLAVOR}>=0.3
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (semantic_puppet-1.0.1.gem) = jhuHGeDFKdEtoo/azkh8CHZozNCOWPb1KRXicnGWgpY=
|
||||
SIZE (semantic_puppet-1.0.1.gem) = 32256
|
||||
SHA256 (semantic_puppet-1.0.2.gem) = YFvg7JyoNU7OHalIG1gSgyfEjmixr6PP+W5f3nIh1RA=
|
||||
SIZE (semantic_puppet-1.0.2.gem) = 31744
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2018/02/26 08:45:19 sebastia Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2018/04/26 09:54:32 sebastia Exp $
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
@ -10,6 +10,7 @@ ${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/appveyor.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/semantic_puppet/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/semantic_puppet.rb
|
||||
@ -23,8 +24,6 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/semantic_puppet/dependency/unsatisfiable_graph.r
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/semantic_puppet/gem_version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/semantic_puppet/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/semantic_puppet/version_range.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/locales/
|
||||
${GEM_LIB}/gems/${DISTNAME}/locales/config.yaml
|
||||
${GEM_LIB}/gems/${DISTNAME}/semantic_puppet.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
|
||||
|
Loading…
Reference in New Issue
Block a user