Bug 187943 - [PATCH] devel/rubygem-method_source: update to 0.8.2
Summary: [PATCH] devel/rubygem-method_source: update to 0.8.2
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-03-26 02:00 UTC by Michael Moll
Modified: 2014-03-29 13:20 UTC (History)
0 users

See Also:


Attachments
file.diff (759 bytes, patch)
2014-03-26 02:00 UTC, Michael Moll
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Moll freebsd_committer freebsd_triage 2014-03-26 02:00:00 UTC

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-26 02:00:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2014-03-26 03:09:02 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-03-29 13:17:51 UTC
Author: swills
Date: Sat Mar 29 13:17:47 2014
New Revision: 349504
URL: http://svnweb.freebsd.org/changeset/ports/349504
QAT: https://qat.redports.org/buildarchive/r349504/

Log:
  - Update to 0.8.2
  
  PR:		ports/187943
  Submitted by:	Michael Moll <kvedulv@kvedulv.de>

Modified:
  head/devel/rubygem-method_source/Makefile
  head/devel/rubygem-method_source/distinfo

Modified: head/devel/rubygem-method_source/Makefile
==============================================================================
--- head/devel/rubygem-method_source/Makefile	Sat Mar 29 13:09:33 2014	(r349503)
+++ head/devel/rubygem-method_source/Makefile	Sat Mar 29 13:17:47 2014	(r349504)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	method_source
-PORTVERSION=	0.8.1
+PORTVERSION=	0.8.2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-method_source/distinfo
==============================================================================
--- head/devel/rubygem-method_source/distinfo	Sat Mar 29 13:09:33 2014	(r349503)
+++ head/devel/rubygem-method_source/distinfo	Sat Mar 29 13:17:47 2014	(r349504)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/method_source-0.8.1.gem) = 997746b618752232ba6a224cc701161702bca28237520241deabe7d1c128e95e
-SIZE (rubygem/method_source-0.8.1.gem) = 12288
+SHA256 (rubygem/method_source-0.8.2.gem) = c2e9d0f4ebefd6b37efe38fe2964337b1d315fe198cad850681fd2da0027b1bc
+SIZE (rubygem/method_source-0.8.2.gem) = 13312
_______________________________________________
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 4 Steve Wills freebsd_committer freebsd_triage 2014-03-29 13:18:12 UTC
State Changed
From-To: open->closed

Committed. Thanks!