Bug 186349 - [PATCH] devel/rubygem-mixlib-config: update to 2.1.0
Summary: [PATCH] devel/rubygem-mixlib-config: update to 2.1.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-01 16:50 UTC by Takumi Takahashi
Modified: 2014-03-28 15:40 UTC (History)
1 user (show)

See Also:


Attachments
rubygem-mixlib-config-2.1.0.patch (3.72 KB, patch)
2014-02-01 16:50 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-01 16:50:00 UTC
- Update to 2.1.0
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-01 16:50:09 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-01 16:50:10 UTC
Maintainer of devel/rubygem-mixlib-config,

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

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-01 16:50:11 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Takumi Takahashi 2014-02-03 22:36:50 UTC
>Description:
Sorry mistake patch.
>Fix:
diff -ruN /usr/ports/devel/rubygem-mixlib-config/Makefile ./Makefile
--- /usr/ports/devel/rubygem-mixlib-config/Makefile     2014-01-24
23:46:50.000000000 +0900
+++ ./Makefile  2014-02-04 07:25:28.084653055 +0900
@@ -2,13 +2,15 @@
 # $FreeBSD: devel/rubygem-mixlib-config/Makefile 340901 2014-01-24
14:46:50Z miwi $

 PORTNAME=      mixlib-config
-PORTVERSION=   1.1.2
+PORTVERSION=   2.1.0
 CATEGORIES=    devel rubygems
 MASTER_SITES=  RG

 MAINTAINER=    renchap@cocoa-x.com
 COMMENT=       A class based config mixin, similar to the one found in Chef

+LICENSE=       APACHE20
+
 USE_RUBY=      yes
 USE_RUBYGEMS=  yes
 RUBYGEM_AUTOPLIST=     yes
diff -ruN /usr/ports/devel/rubygem-mixlib-config/distinfo ./distinfo
--- /usr/ports/devel/rubygem-mixlib-config/distinfo     2014-01-23
00:30:13.000000000 +0900
+++ ./distinfo  2014-02-02 02:12:22.779306813 +0900
@@ -1,2 +1,2 @@
-SHA256 (rubygem/mixlib-config-1.1.2.gem) =
2be6228827c4f11c45901c4c83c0efaef95f7c7866c7fcb9a5f23fcca1e74ca2
-SIZE (rubygem/mixlib-config-1.1.2.gem) = 12800
+SHA256 (rubygem/mixlib-config-2.1.0.gem) =
efdcd90700548fc09034a04beb98d11421b30eeb177bcf5d23d492609030ab8e
+SIZE (rubygem/mixlib-config-2.1.0.gem) = 17920
Comment 5 Steve Wills freebsd_committer freebsd_triage 2014-02-10 16:57:36 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2014-03-28 15:32:07 UTC
Author: swills
Date: Fri Mar 28 15:32:04 2014
New Revision: 349429
URL: http://svnweb.freebsd.org/changeset/ports/349429
QAT: https://qat.redports.org/buildarchive/r349429/

Log:
  - Update to 2.1.0
  
  PR:		ports/186349
  Submitted by:	Takumi Takahashi <takumiiinn@gmail.com>
  Approved by:	renchap@cocoa-x.com (maintainer, via IRC)

Modified:
  head/devel/rubygem-mixlib-config/Makefile
  head/devel/rubygem-mixlib-config/distinfo

Modified: head/devel/rubygem-mixlib-config/Makefile
==============================================================================
--- head/devel/rubygem-mixlib-config/Makefile	Fri Mar 28 15:17:10 2014	(r349428)
+++ head/devel/rubygem-mixlib-config/Makefile	Fri Mar 28 15:32:04 2014	(r349429)
@@ -2,12 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	mixlib-config
-PORTVERSION=	1.1.2
+PORTVERSION=	2.1.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	renchap@cocoa-x.com
-COMMENT=	A class based config mixin, similar to the one found in Chef
+COMMENT=	Class based config mixin, similar to the one found in Chef
+
+LICENSE=	APACHE20
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes

Modified: head/devel/rubygem-mixlib-config/distinfo
==============================================================================
--- head/devel/rubygem-mixlib-config/distinfo	Fri Mar 28 15:17:10 2014	(r349428)
+++ head/devel/rubygem-mixlib-config/distinfo	Fri Mar 28 15:32:04 2014	(r349429)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/mixlib-config-1.1.2.gem) = 2be6228827c4f11c45901c4c83c0efaef95f7c7866c7fcb9a5f23fcca1e74ca2
-SIZE (rubygem/mixlib-config-1.1.2.gem) = 12800
+SHA256 (rubygem/mixlib-config-2.1.0.gem) = efdcd90700548fc09034a04beb98d11421b30eeb177bcf5d23d492609030ab8e
+SIZE (rubygem/mixlib-config-2.1.0.gem) = 17920
_______________________________________________
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 7 Steve Wills freebsd_committer freebsd_triage 2014-03-28 15:32:17 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!