- Update to 1.4.0 - Apache 2.0 License
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 devel/rubygem-mixlib-cli, Please note that PR ports/186434 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/186434 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
Responsible Changed From-To: ruby->swills I'll take it.
Author: swills Date: Fri Mar 28 15:33:51 2014 New Revision: 349430 URL: http://svnweb.freebsd.org/changeset/ports/349430 QAT: https://qat.redports.org/buildarchive/r349430/ Log: - Update to 1.4.0 PR: ports/186434 Submitted by: "Takumi Takahashi" <takumi@privu.tmfam.com> Approved by: renchap@cocoa-x.com (maintainer, via IRC) Modified: head/devel/rubygem-mixlib-cli/Makefile head/devel/rubygem-mixlib-cli/distinfo Modified: head/devel/rubygem-mixlib-cli/Makefile ============================================================================== --- head/devel/rubygem-mixlib-cli/Makefile Fri Mar 28 15:32:04 2014 (r349429) +++ head/devel/rubygem-mixlib-cli/Makefile Fri Mar 28 15:33:51 2014 (r349430) @@ -2,12 +2,14 @@ # $FreeBSD$ PORTNAME= mixlib-cli -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= renchap@cocoa-x.com -COMMENT= A simple mixin for CLI interfaces, including option parsing +COMMENT= Simple mixin for CLI interfaces, including option parsing + +LICENSE= APACHE20 USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/devel/rubygem-mixlib-cli/distinfo ============================================================================== --- head/devel/rubygem-mixlib-cli/distinfo Fri Mar 28 15:32:04 2014 (r349429) +++ head/devel/rubygem-mixlib-cli/distinfo Fri Mar 28 15:33:51 2014 (r349430) @@ -1,2 +1,2 @@ -SHA256 (rubygem/mixlib-cli-1.3.0.gem) = 0c07c43787a5758ccae3f6248d6bdf30ebd9363f33bc6fbdca55d795400824e4 -SIZE (rubygem/mixlib-cli-1.3.0.gem) = 13312 +SHA256 (rubygem/mixlib-cli-1.4.0.gem) = 7f987928af40a96cb87f43b8caac75db0a03ea96b300dc010705888e795bb10f +SIZE (rubygem/mixlib-cli-1.4.0.gem) = 14336 _______________________________________________ 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!