Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2013 10:09:24 +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: r338274 - head/net-im/rubygem-tinder
Message-ID:  <201312311009.rBVA9Oxt026947@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Dec 31 10:09:24 2013
New Revision: 338274
URL: http://svnweb.freebsd.org/changeset/ports/338274

Log:
  - Add LICENSE
  - Sort RUN_DEPENDS
  - Remove contiguous blank lines

Modified:
  head/net-im/rubygem-tinder/Makefile

Modified: head/net-im/rubygem-tinder/Makefile
==============================================================================
--- head/net-im/rubygem-tinder/Makefile	Tue Dec 31 10:09:20 2013	(r338273)
+++ head/net-im/rubygem-tinder/Makefile	Tue Dec 31 10:09:24 2013	(r338274)
@@ -8,11 +8,13 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby API for interfacing with Campfire
 
-RUN_DEPENDS=	rubygem-json>=1.8.0:${PORTSDIR}/devel/rubygem-json \
-		rubygem-eventmachine>=1.0:${PORTSDIR}/devel/rubygem-eventmachine \
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-eventmachine>=1.0:${PORTSDIR}/devel/rubygem-eventmachine \
 		rubygem-faraday>=0.8:${PORTSDIR}/www/rubygem-faraday\
 		rubygem-faraday_middleware>=0.9:${PORTSDIR}/www/rubygem-faraday_middleware \
 		rubygem-hashie>=1.0:${PORTSDIR}/devel/rubygem-hashie \
+		rubygem-json>=1.8.0:${PORTSDIR}/devel/rubygem-json \
 		rubygem-mime-types>=1.19:${PORTSDIR}/misc/rubygem-mime-types \
 		rubygem-multi_json>=1.7:${PORTSDIR}/devel/rubygem-multi_json \
 		rubygem-twitter-stream>=0.1:${PORTSDIR}/net/rubygem-twitter-stream
@@ -21,5 +23,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-
 .include <bsd.port.mk>



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