mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to 1.0.5
Changes: https://github.com/puppetlabs/forge-ruby/commits/master
This commit is contained in:
parent
cf103d82f2
commit
90933319e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392837
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= puppet_forge
|
||||
PORTVERSION= 1.0.4
|
||||
PORTVERSION= 1.0.5
|
||||
CATEGORIES= sysutils rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -11,7 +11,7 @@ COMMENT= Ruby client for the Puppet Forge API
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-her>=0.6:${PORTSDIR}/databases/rubygem-her
|
||||
RUN_DEPENDS= rubygem-her>=0.6.8:${PORTSDIR}/databases/rubygem-her
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (rubygem/puppet_forge-1.0.4.gem) = b64bc3638528b6857044dc4a594b0c9174a57a6d48c82236b14b788646f41ee7
|
||||
SIZE (rubygem/puppet_forge-1.0.4.gem) = 760832
|
||||
SHA256 (rubygem/puppet_forge-1.0.5.gem) = 9f778a5d9f4ce88f82189e29030d0e65427dfe1cfd5e3f329e3bcc1e35ac0855
|
||||
SIZE (rubygem/puppet_forge-1.0.5.gem) = 760832
|
||||
|
11
sysutils/rubygem-puppet_forge/files/patch-gemspec
Normal file
11
sysutils/rubygem-puppet_forge/files/patch-gemspec
Normal file
@ -0,0 +1,11 @@
|
||||
--- puppet_forge.gemspec.orig 2015-07-24 17:26:18 UTC
|
||||
+++ puppet_forge.gemspec
|
||||
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
|
||||
s.specification_version = 3
|
||||
|
||||
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
||||
- s.add_runtime_dependency(%q<her>, ["~> 0.6.8"])
|
||||
+ s.add_runtime_dependency(%q<her>, [">= 0.6.8"])
|
||||
s.add_development_dependency(%q<bundler>, ["~> 1.6"])
|
||||
s.add_development_dependency(%q<rake>, [">= 0"])
|
||||
s.add_development_dependency(%q<rspec>, ["~> 3.0"])
|
Loading…
Reference in New Issue
Block a user