Add an explicit dependency on rubygem-ffi

Facter is able to operate without FFI support, but some FreeBSD facts depend on
FFI to be fetched, so add an explicit dependency in order to make sure the
following facts are resolvable:

  * disks
  * dmi
  * load_averages
  * memory.system
  * partitions
  * processors.count
  * processors.models
  * processors.speed

Bump PORTREVISION.

With hat:	puppet
This commit is contained in:
Romain Tartière 2020-12-15 00:53:13 +00:00
parent 96ed668086
commit 4fac1874da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558122

View File

@ -3,6 +3,7 @@
PORTNAME= facter
PORTVERSION= 4.0.44
PORTREVISION= 1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
@ -11,7 +12,8 @@ COMMENT= Cross-platform Ruby library for retrieving facts from OS
LICENSE= APACHE20
RUN_DEPENDS= rubygem-hocon>=1.3:devel/rubygem-hocon \
RUN_DEPENDS= rubygem-ffi>=1.0:devel/rubygem-ffi \
rubygem-hocon>=1.3:devel/rubygem-hocon \
rubygem-thor>=1.0.1:devel/rubygem-thor
USES= gem