Bug 180545 - update sysutils/rubygem-facter to 1.7.2
Summary: update sysutils/rubygem-facter to 1.7.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-13 23:10 UTC by Michael Moll
Modified: 2013-10-30 17:00 UTC (History)
0 users

See Also:


Attachments
file.diff (2.20 KB, patch)
2013-07-13 23:10 UTC, Michael Moll
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Moll freebsd_committer freebsd_triage 2013-07-13 23:10:00 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-13 23:10:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-13 23:10:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-13 23:10:09 UTC
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
Comment 4 Steve Wills freebsd_committer freebsd_triage 2013-07-19 14:06:16 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-10-30 16:50:40 UTC
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"
Comment 6 Steve Wills freebsd_committer freebsd_triage 2013-10-30 16:51:00 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!