7571d9a72a
2.5.0 (2017/07/05) * (FACT-1024) Fix AWS EC2 Gzip userdata * (FACT-1339) Prevent swap warnings on OpenBSD. * (FACT-1395) Use Windows API for Windows version * (FACT-1043) Fix virtual fact on Openstack Windows instances * (FACT-1367) add "VirtuozzoLinux" to RedHat OS Family * (FACT-1372) IPv6 are incorrectly parsed. * (FACT-1478) Increase EC2 REST reachability timeout to 0.5s * (FACT-1479) Replace Timeout.timeout with conventional read timeout * (FACT-1488) Add git pack config on Windows * (maint) Sign packages with new signing key * (FACT-1505) Update URL for new release naming * Disable proxy when fetching metadata. 2.5.1 (2017/08/17) * (maint) Minor fixes to get validation working * (packaging) Stop building all the things * (FACT-1726) Return correct operatingsystemrelease value for Windows 2016 * (FACT-1729) Remove FFI attach_function_private * Sort out FFI related methods.
15 lines
438 B
Makefile
15 lines
438 B
Makefile
# $NetBSD: Makefile,v 1.30 2017/09/10 15:58:14 taca Exp $
|
|
|
|
DISTNAME= facter-2.5.1
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.puppetlabs.com/puppet/related-projects/facter/
|
|
COMMENT= Cross-platform Ruby library for retrieving facts from OS
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|