svn commit: r377686 - head/net-im/rubygem-earthquake

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jan 22 17:46:02 UTC 2015


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


More information about the svn-ports-all mailing list