[PATCH] net/rubygem-oauth: Remove redundant dependency

TAKATSU Tomonari tota at FreeBSD.org
Sat Jun 22 23:09:33 UTC 2013


>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 at 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 at 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 ---



More information about the freebsd-ruby mailing list