From owner-freebsd-ruby@FreeBSD.ORG Sat Jun 22 23:09:33 2013 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 78E2BBBB; Sat, 22 Jun 2013 23:09:33 +0000 (UTC) (envelope-from tota@rtfm.jp) Received: from rtfm.jp (rtfm.jp [219.94.242.231]) by mx1.freebsd.org (Postfix) with ESMTP id 50FC112E8; Sat, 22 Jun 2013 23:09:33 +0000 (UTC) Received: by rtfm.jp (Postfix, from userid 1001) id 97162B84C; Sun, 23 Jun 2013 08:03:12 +0900 (JST) To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] net/rubygem-oauth: Remove redundant dependency From: TAKATSU Tomonari X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20130622230312.97162B84C@rtfm.jp> Date: Sun, 23 Jun 2013 08:03:12 +0900 (JST) Cc: ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jun 2013 23:09:33 -0000 >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 ---