Bug 186436 - [PATCH] sysutils/rubygem-ohai: update to 6.20.0
Summary: [PATCH] sysutils/rubygem-ohai: update to 6.20.0
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: 2014-02-04 00:20 UTC by Takumi Takahashi
Modified: 2014-03-28 15:40 UTC (History)
1 user (show)

See Also:


Attachments
rubygem-ohai-6.20.0.patch (1.51 KB, patch)
2014-02-04 00:20 UTC, Takumi Takahashi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Takumi Takahashi 2014-02-04 00:20:00 UTC
- Update to 6.20.0
- Apache 2.0 License
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-04 00:20:10 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 2014-02-04 00:20:11 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-04 00:20:11 UTC
Maintainer of sysutils/rubygem-ohai,

Please note that PR ports/186436 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/186436

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 4 Steve Wills freebsd_committer freebsd_triage 2014-02-10 16:57:48 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-03-28 15:38:49 UTC
Author: swills
Date: Fri Mar 28 15:38:46 2014
New Revision: 349431
URL: http://svnweb.freebsd.org/changeset/ports/349431
QAT: https://qat.redports.org/buildarchive/r349431/

Log:
  - Update to 6.20.0
  - Add LICENSE
  
  PR:		ports/186436
  Submitted by:	"Takumi Takahashi" <takumi@privu.tmfam.com>
  Approved by:	renchap@cocoa-x.com (maintainer, via IRC)

Modified:
  head/sysutils/rubygem-ohai/Makefile
  head/sysutils/rubygem-ohai/distinfo

Modified: head/sysutils/rubygem-ohai/Makefile
==============================================================================
--- head/sysutils/rubygem-ohai/Makefile	Fri Mar 28 15:33:51 2014	(r349430)
+++ head/sysutils/rubygem-ohai/Makefile	Fri Mar 28 15:38:46 2014	(r349431)
@@ -2,19 +2,21 @@
 # $FreeBSD$
 
 PORTNAME=	ohai
-PORTVERSION=	6.18.0
+PORTVERSION=	6.20.0
 CATEGORIES=	sysutils rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	renchap@cocoa-x.com
 COMMENT=	Ohai profiles your system and emits JSON
 
+LICENSE=	APACHE20
+
 RUN_DEPENDS=	rubygem-ipaddress>=0:${PORTSDIR}/net/rubygem-ipaddress \
 		rubygem-mixlib-log>=0:${PORTSDIR}/devel/rubygem-mixlib-log \
 		rubygem-mixlib-config>=0:${PORTSDIR}/devel/rubygem-mixlib-config \
 		rubygem-mixlib-cli>=0:${PORTSDIR}/devel/rubygem-mixlib-cli \
 		rubygem-mixlib-shellout>=0:${PORTSDIR}/devel/rubygem-mixlib-shellout \
-		rubygem-systemu>=0:${PORTSDIR}/devel/rubygem-systemu \
+		rubygem-systemu>=2.5.2:${PORTSDIR}/devel/rubygem-systemu \
 		rubygem-yajl-ruby>=0:${PORTSDIR}/devel/rubygem-yajl-ruby
 
 USE_RUBY=	yes

Modified: head/sysutils/rubygem-ohai/distinfo
==============================================================================
--- head/sysutils/rubygem-ohai/distinfo	Fri Mar 28 15:33:51 2014	(r349430)
+++ head/sysutils/rubygem-ohai/distinfo	Fri Mar 28 15:38:46 2014	(r349431)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/ohai-6.18.0.gem) = 887c06fa1608d495a284bc7bcca08bd1fb0f897147b0e8a93b4d85c7b61b60f6
-SIZE (rubygem/ohai-6.18.0.gem) = 368640
+SHA256 (rubygem/ohai-6.20.0.gem) = 0646dce2647af3e084f92df8f3fd50e6aa6afb48a189071865693311652a800f
+SIZE (rubygem/ohai-6.20.0.gem) = 384512
_______________________________________________
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 2014-03-28 15:38:57 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!