Bug 179856 - [PATCH] net/rubygem-oauth: Remove redundant dependency
Summary: [PATCH] net/rubygem-oauth: Remove redundant dependency
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: freebsd-ruby (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-23 00:10 UTC by TAKATSU Tomonari
Modified: 2013-06-23 03:10 UTC (History)
1 user (show)

See Also:


Attachments
rubygem-oauth-0.4.7.patch (402 bytes, patch)
2013-06-23 00:10 UTC, TAKATSU Tomonari
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description TAKATSU Tomonari freebsd_committer freebsd_triage 2013-06-23 00:10:00 UTC
- Remove redundant dependency
  * oauth had runtime dependency ruby-hmac>=0.3.1 until oauth 0.3.6
  * Since oauth 0.4.0, ruby-hmac runtime dependency has been removed from oauth

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

Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-23 00:10:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-23 03:02:48 UTC
Author: swills
Date: Sun Jun 23 02:02:41 2013
New Revision: 321604
URL: http://svnweb.freebsd.org/changeset/ports/321604

Log:
  - Remove redundant dependency
  
  PR:		ports/179856
  Submitted by:	tota

Modified:
  head/net/rubygem-oauth/Makefile

Modified: head/net/rubygem-oauth/Makefile
==============================================================================
--- head/net/rubygem-oauth/Makefile	Sun Jun 23 01:11:53 2013	(r321603)
+++ head/net/rubygem-oauth/Makefile	Sun Jun 23 02:02:41 2013	(r321604)
@@ -9,8 +9,6 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Rubygem for Creating both OAuth Consumers and Service Providers
 
-RUN_DEPENDS=	${RUBY_PKGNAMEPREFIX}hmac>=0.3.2:${PORTSDIR}/security/ruby-hmac
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
_______________________________________________
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 2013-06-23 03:04:08 UTC
State Changed
From-To: open->closed

Committed. Thanks! BTW, I've added you to the ruby@ team, see 
https://wiki.freebsd.org/Ruby and welcome to the team! :)