pkgsrc/sysutils/ruby-facter/Makefile
taca 2ad1190932 sysutils/ruby-facter: update to 4.2.6
4.2.6 (2021-12-07)

* (FACT-3077) Fix inconsistencies in Facter output
* (FACT-3068) Force encoding of timezone fact output on Windows
* (FACT-3081) Replace invalid UTF characters in dmi.rb
* (FACT-3058) Add windows_display_version legacy fact
* (FACT-3084) update tests for Windows 2022
* (FACT-3087) restore Facter3's value of 'os.name' for VirtuozzoLinux
* (FACT-3083) add disks serial number and wwid to the disks fact
* (FACT-3079) Caching custom facts not working propperly
* (FACT-3094) Aix mountpoint resolver couldn't resolve nfs
2021-12-14 14:32:57 +00:00

17 lines
505 B
Makefile

# $NetBSD: Makefile,v 1.46 2021/12/14 14:32:57 taca Exp $
DISTNAME= facter-4.2.6
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/puppetlabs/facter
COMMENT= Cross-platform Ruby library for retrieving facts from OS
LICENSE= apache-2.0
DEPENDS+= ${RUBY_PKGPREFIX}-hocon>=1.3<2:../../devel/ruby-hocon
DEPENDS+= ${RUBY_PKGPREFIX}-thor>=1.0.1:../../devel/ruby-thor
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"