Bug 180711 - [PATCH] net/rubygem-iproto: update to 0.3.10
Summary: [PATCH] net/rubygem-iproto: update to 0.3.10
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-21 03:10 UTC by Steve Wills
Modified: 2013-07-21 21:20 UTC (History)
1 user (show)

See Also:


Attachments
rubygem-iproto-0.3.10.patch (1018 bytes, patch)
2013-07-21 03:10 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Wills freebsd_committer freebsd_triage 2013-07-21 03:10:00 UTC
- Update to 0.3.10

Port maintainer (g.veniamin@googlemail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-21 03:10:08 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-21 03:10:09 UTC
Maintainer of net/rubygem-iproto,

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

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-21 03:10:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Steve Wills freebsd_committer freebsd_triage 2013-07-21 06:23:19 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-07-21 21:16:28 UTC
Author: swills
Date: Sun Jul 21 20:16:15 2013
New Revision: 323415
URL: http://svnweb.freebsd.org/changeset/ports/323415

Log:
  - Update to 0.3.10
  
  PR:		ports/180711
  Approved by:	g.veniamin@googlemail.com (maintainer)

Modified:
  head/net/rubygem-iproto/Makefile   (contents, props changed)
  head/net/rubygem-iproto/distinfo   (contents, props changed)

Modified: head/net/rubygem-iproto/Makefile
==============================================================================
--- head/net/rubygem-iproto/Makefile	Sun Jul 21 19:59:36 2013	(r323414)
+++ head/net/rubygem-iproto/Makefile	Sun Jul 21 20:16:15 2013	(r323415)
@@ -2,14 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	iproto
-PORTVERSION=	0.3.8
+PORTVERSION=	0.3.10
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	g.veniamin@googlemail.com
 COMMENT=	Ruby implementation of Mail.Ru iproto protocol
 
-RUN_DEPENDS=	rubygem-bin_utils=0.0.3:${PORTSDIR}/devel/rubygem-bin_utils
+RUN_DEPENDS=	rubygem-bin_utils>=0.0.3:${PORTSDIR}/devel/rubygem-bin_utils
 
 RUBY_VER=	1.9
 USE_RUBY=	yes

Modified: head/net/rubygem-iproto/distinfo
==============================================================================
--- head/net/rubygem-iproto/distinfo	Sun Jul 21 19:59:36 2013	(r323414)
+++ head/net/rubygem-iproto/distinfo	Sun Jul 21 20:16:15 2013	(r323415)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/iproto-0.3.8.gem) = 1db06216baec4dc908337b448d94b2b840336cee0e003090fad96f62dd7d1bc7
-SIZE (rubygem/iproto-0.3.8.gem) = 8704
+SHA256 (rubygem/iproto-0.3.10.gem) = 6a62bd68384a3f600ad0d3fc00b4443362b9bb3908357e181da09255160a9e87
+SIZE (rubygem/iproto-0.3.10.gem) = 8704
_______________________________________________
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-07-21 21:17:06 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!