From owner-svn-ports-all@FreeBSD.ORG Thu Jan 22 17:46:02 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28341990; Thu, 22 Jan 2015 17:46:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE511AE4; Thu, 22 Jan 2015 17:46:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0MHk1Os013495; Thu, 22 Jan 2015 17:46:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0MHk1Np013494; Thu, 22 Jan 2015 17:46:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501221746.t0MHk1Np013494@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 22 Jan 2015 17:46:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377686 - head/net-im/rubygem-earthquake X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2015 17:46:02 -0000 Author: sunpoet Date: Thu Jan 22 17:46:01 2015 New Revision: 377686 URL: https://svnweb.freebsd.org/changeset/ports/377686 QAT: https://qat.redports.org/buildarchive/r377686/ Log: - Add LICENSE - Update and sort *_DEPENDS PR: 196891 Submitted by: sunpoet (myself) Approved by: Koichiro IWAO (maintainer) Modified: head/net-im/rubygem-earthquake/Makefile Modified: head/net-im/rubygem-earthquake/Makefile ============================================================================== --- head/net-im/rubygem-earthquake/Makefile Thu Jan 22 17:45:55 2015 (r377685) +++ head/net-im/rubygem-earthquake/Makefile Thu Jan 22 17:46:01 2015 (r377686) @@ -9,21 +9,22 @@ MASTER_SITES= RG MAINTAINER= meta+ports@vmeta.jp COMMENT= Terminal based Twitter client with Twitter streaming API -BUILD_DEPENDS= rubygem-twitter-stream>=0.1.15:${PORTSDIR}/net/rubygem-twitter-stream \ - rubygem-notify>=0.2.1:${PORTSDIR}/devel/rubygem-notify \ - rubygem-i18n>=0.6.0:${PORTSDIR}/devel/rubygem-i18n \ - rubygem-activesupport>=3.2.1:${PORTSDIR}/devel/rubygem-activesupport \ - rubygem-awesome_print>=1.0.2:${PORTSDIR}/devel/rubygem-awesome_print \ - rubygem-launchy>=2.0.5:${PORTSDIR}/devel/rubygem-launchy \ - rubygem-oauth>=0.4.5:${PORTSDIR}/net/rubygem-oauth \ +LICENSE= MIT + +RUN_DEPENDS= rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \ + rubygem-awesome_print>=0:${PORTSDIR}/devel/rubygem-awesome_print \ + rubygem-i18n>=0:${PORTSDIR}/devel/rubygem-i18n \ rubygem-jugyo-twitter_oauth>=0.5.0.pre5:${PORTSDIR}/security/rubygem-jugyo-twitter_oauth \ - rubygem-slop>=2.4.4:${PORTSDIR}/devel/rubygem-slop -RUN_DEPENDS:= ${BUILD_DEPENDS} + rubygem-launchy>=0:${PORTSDIR}/devel/rubygem-launchy \ + rubygem-notify>=0:${PORTSDIR}/devel/rubygem-notify \ + rubygem-oauth>=0:${PORTSDIR}/net/rubygem-oauth \ + rubygem-slop>=3.4.0:${PORTSDIR}/devel/rubygem-slop \ + rubygem-twitter-stream>=0:${PORTSDIR}/net/rubygem-twitter-stream USE_RUBY= yes USE_RUBYGEMS= yes -USE_RAKE= yes RUBYGEM_AUTOPLIST= yes + PLIST_FILES= bin/earthquake .include