See attached patch. The extra patch is taken from https://github.com/puppetlabs/facter/pull/439 and fixes https://projects.puppetlabs.com/issues/20617 on FreeBSD versions with ZFS feature flags. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->ruby ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Maintainer of sysutils/rubygem-facter, Please note that PR ports/180545 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/180545 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
Responsible Changed From-To: ruby->swills I'll take it.
Author: swills Date: Wed Oct 30 16:50:31 2013 New Revision: 332152 URL: http://svnweb.freebsd.org/changeset/ports/332152 Log: - Update to 1.7.3 PR: ports/180545 Submitted by: Michael Moll <kvedulv@kvedulv.de> Approved by: maintainer timeout (>3 months) Deleted: head/sysutils/rubygem-facter/files/ Modified: head/sysutils/rubygem-facter/Makefile head/sysutils/rubygem-facter/distinfo Modified: head/sysutils/rubygem-facter/Makefile ============================================================================== --- head/sysutils/rubygem-facter/Makefile Wed Oct 30 16:45:23 2013 (r332151) +++ head/sysutils/rubygem-facter/Makefile Wed Oct 30 16:50:31 2013 (r332152) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= facter -PORTVERSION= 1.6.18 -PORTREVISION= 2 +PORTVERSION= 1.7.3 CATEGORIES= sysutils rubygems MASTER_SITES= RG \ http://downloads.puppetlabs.com/facter/ @@ -17,7 +16,6 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/facter -NO_STAGE= yes .include <bsd.port.pre.mk> # Restrict dmidecode dependency to i386 and amd64 systems Modified: head/sysutils/rubygem-facter/distinfo ============================================================================== --- head/sysutils/rubygem-facter/distinfo Wed Oct 30 16:45:23 2013 (r332151) +++ head/sysutils/rubygem-facter/distinfo Wed Oct 30 16:50:31 2013 (r332152) @@ -1,2 +1,2 @@ -SHA256 (rubygem/facter-1.6.18.gem) = 5760265cbbd684b0c7e3b350b9b983d12a743b2b4818859feb623b4b1bcc5b55 -SIZE (rubygem/facter-1.6.18.gem) = 145920 +SHA256 (rubygem/facter-1.7.3.gem) = 1122c14051c38282afde5e79f3808a441d3c00ae2d161f0fab64ddf8a8f1f5c1 +SIZE (rubygem/facter-1.7.3.gem) = 198144 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, with minor changes. Thanks!