Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jan 2015 17:46:01 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377686 - head/net-im/rubygem-earthquake
Message-ID:  <201501221746.t0MHk1Np013494@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <meta+ports@vmeta.jp> (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 <bsd.port.mk>



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