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:   ports/179856: [PATCH] net/rubygem-oauth: Remove redundant dependency
Message-ID:  <20130622230312.97162B84C@rtfm.jp>
Resent-Message-ID: <201306222310.r5MNA0j6019533@freefall.freebsd.org>

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

>Number:         179856
>Category:       ports
>Synopsis:       [PATCH] net/rubygem-oauth: Remove redundant dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 22 23:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     TAKATSU Tomonari
>Release:        FreeBSD 9.1-RELEASE-p4 amd64
>Organization:
none (personal)
>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 ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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