mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Utilize symlink from sysutils/rubygem-facter
To avoid needing to hardcode the facter version, utilize the latest symlinked version. Approved by: swills(mentor) Differential Revision: D13822
This commit is contained in:
parent
3869c4cbfa
commit
5d2acbf84c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=459725
3 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= puppetserver
|
||||
PORTVERSION= 2.7.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.8.0
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= sysutils java
|
||||
MASTER_SITES= http://downloads.puppetlabs.com/puppet/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1485891106
|
||||
SHA256 (puppetserver-2.7.2.tar.gz) = 49341bbc0d6ec95b1790f92f1ca32f199f5ce1de442f35fd28f7d9cb04ce9fc3
|
||||
SIZE (puppetserver-2.7.2.tar.gz) = 33990767
|
||||
TIMESTAMP = 1504668940
|
||||
SHA256 (puppetserver-2.8.0.tar.gz) = 0f6f49b149639b80c3caecaeced44c7c0cb98728da7ce12f6725b061f3152812
|
||||
SIZE (puppetserver-2.8.0.tar.gz) = 34015599
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
ruby-load-path: [/opt/puppetlabs/puppet/lib/ruby/vendor_ruby]
|
||||
+ ruby-load-path: [
|
||||
+ %%RUBY_SITELIBDIR%%,
|
||||
+ %%PREFIX%%/lib/ruby/gems/%%RUBY_VER%%/gems/facter-2.4.6/lib,
|
||||
+ %%PREFIX%%/lib/ruby/gems/%%RUBY_VER%%/gems/facter/lib,
|
||||
+ ]
|
||||
|
||||
# This setting determines where JRuby will install gems. It is used for loading gems,
|
||||
|
|
Loading…
Add table
Reference in a new issue