Bug 189036 - [PATCH] net/rubygem-rye: update to 0.9.12
Summary: [PATCH] net/rubygem-rye: update to 0.9.12
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-04-26 20:00 UTC by Po-Chuan Hsieh
Modified: 2014-04-27 16:30 UTC (History)
1 user (show)

See Also:


Attachments
rubygem-rye-0.9.12.patch (1.36 KB, patch)
2014-04-26 20:00 UTC, Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-04-26 20:00:01 UTC
- Update to 0.9.12
- Add LICENSE
- Sort RUN_DEPENDS

Changes:	https://github.com/delano/rye/blob/master/CHANGES.txt

Port maintainer (swills@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-26 20:00:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-27 16:28:52 UTC
Author: swills
Date: Sun Apr 27 15:28:47 2014
New Revision: 352432
URL: http://svnweb.freebsd.org/changeset/ports/352432
QAT: https://qat.redports.org/buildarchive/r352432/

Log:
  - Update to 0.9.12
  - Add LICENSE
  - Sort RUN_DEPENDS
  
  PR:		ports/189036
  Submitted by:	sunpoet

Modified:
  head/net/rubygem-rye/Makefile
  head/net/rubygem-rye/distinfo

Modified: head/net/rubygem-rye/Makefile
==============================================================================
--- head/net/rubygem-rye/Makefile	Sun Apr 27 15:26:12 2014	(r352431)
+++ head/net/rubygem-rye/Makefile	Sun Apr 27 15:28:47 2014	(r352432)
@@ -2,19 +2,21 @@
 # $FreeBSD$
 
 PORTNAME=	rye
-PORTVERSION=	0.9.8
+PORTVERSION=	0.9.12
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	swills@FreeBSD.org
 COMMENT=	Safely run SSH commands on a bunch of machines at the same time
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	rubygem-annoy>=0:${PORTSDIR}/devel/rubygem-annoy \
+		rubygem-docile>=1.0.1:${PORTSDIR}/devel/rubygem-docile \
 		rubygem-highline>=1.5.1:${PORTSDIR}/devel/rubygem-highline \
 		rubygem-net-scp>=1.0.2:${PORTSDIR}/security/rubygem-net-scp \
 		rubygem-net-ssh>=2.0.13:${PORTSDIR}/security/rubygem-net-ssh \
-		rubygem-docile>=1.0.1:${PORTSDIR}/devel/rubygem-docile \
-		rubygem-sysinfo>=0.7.3:${PORTSDIR}/devel/rubygem-sysinfo
+		rubygem-sysinfo>=0.8.1:${PORTSDIR}/devel/rubygem-sysinfo
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes

Modified: head/net/rubygem-rye/distinfo
==============================================================================
--- head/net/rubygem-rye/distinfo	Sun Apr 27 15:26:12 2014	(r352431)
+++ head/net/rubygem-rye/distinfo	Sun Apr 27 15:28:47 2014	(r352432)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/rye-0.9.8.gem) = c9d25c3c42cf1d36acaab876bb5c420feff84ac786373ad59ef28a32fef65df2
-SIZE (rubygem/rye-0.9.8.gem) = 1393152
+SHA256 (rubygem/rye-0.9.12.gem) = 52b5995b2aad6ed1dfc6bf9982880e37065b375edd6cbeb11b11e48390eb4957
+SIZE (rubygem/rye-0.9.12.gem) = 1393664
_______________________________________________
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 3 Steve Wills freebsd_committer freebsd_triage 2014-04-27 16:29:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!