forked from Lainports/freebsd-ports
Update to 5.5.14
Release notes: https://puppet.com/docs/puppet/5.5/release_notes.html#puppet-5514 With hat: puppet
This commit is contained in:
parent
191905eae7
commit
c4eeb7104a
3 changed files with 4 additions and 16 deletions
|
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= puppet
|
||||
PORTVERSION= 5.5.13
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 5.5.14
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://downloads.puppetlabs.com/puppet/
|
||||
PKGNAMESUFFIX= 5
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1556071277
|
||||
SHA256 (puppet-5.5.13.tar.gz) = 0e903ad59540e00a9321152707ec22a561e3004c1bad815ef403204be1b27c6d
|
||||
SIZE (puppet-5.5.13.tar.gz) = 3076054
|
||||
TIMESTAMP = 1556706879
|
||||
SHA256 (puppet-5.5.14.tar.gz) = ab71816b8cf74cf0119af5d9624a1b2aa98286e1d3af19d3a062be252d7e9806
|
||||
SIZE (puppet-5.5.14.tar.gz) = 3075736
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
--- lib/puppet/provider/package/gem.rb.orig
|
||||
+++ lib/puppet/provider/package/gem.rb
|
||||
@@ -128,7 +128,7 @@
|
||||
end
|
||||
end
|
||||
else
|
||||
- command << "--no-rdoc" << "--no-ri" << resource[:name]
|
||||
+ command << "--no-document" << resource[:name]
|
||||
end
|
||||
|
||||
output = execute(command, {:failonfail => true, :combine => true, :custom_environment => {"HOME"=>ENV["HOME"]}})
|
||||
Loading…
Add table
Reference in a new issue