Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2013 08:03:12 +0900 (JST)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        ruby@FreeBSD.org
Subject:   [PATCH] net/rubygem-oauth: Remove redundant dependency
Message-ID:  <20130622230312.97162B84C@rtfm.jp>

next in thread | raw e-mail | index | archive | help

>Submitter-Id:	current-users
>Originator:	TAKATSU Tomonari
>Organization:	none (personal)
>Confidential:	no 
>Synopsis:	[PATCH] net/rubygem-oauth: Remove redundant dependency
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 9.1-RELEASE-p4 amd64
>Environment:
System: FreeBSD f34d 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:42:37 UTC 2013
>Description:
- 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)
>How-To-Repeat:
>Fix:

--- rubygem-oauth-0.4.7.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 321600)
+++ Makefile	(working copy)
@@ -9,8 +9,6 @@
 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
--- rubygem-oauth-0.4.7.patch ends here ---




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130622230312.97162B84C>