svn commit: r338273 - head/net/rubygem-twitter4r

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Dec 31 10:09:22 UTC 2013


Author: sunpoet
Date: Tue Dec 31 10:09:20 2013
New Revision: 338273
URL: http://svnweb.freebsd.org/changeset/ports/338273

Log:
  - Add LICENSE
  - Sort RUN_DEPENDS
  - Support STAGEDIR

Modified:
  head/net/rubygem-twitter4r/Makefile   (contents, props changed)

Modified: head/net/rubygem-twitter4r/Makefile
==============================================================================
--- head/net/rubygem-twitter4r/Makefile	Tue Dec 31 10:09:16 2013	(r338272)
+++ head/net/rubygem-twitter4r/Makefile	Tue Dec 31 10:09:20 2013	(r338273)
@@ -9,13 +9,15 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Twitter client API in pure Ruby
 
-RUN_DEPENDS=	rubygem-oauth>=0.4.1:${PORTSDIR}/net/rubygem-oauth \
-		rubygem-json>=1.1.1:${PORTSDIR}/devel/rubygem-json
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-json>=1.1.1:${PORTSDIR}/devel/rubygem-json \
+		rubygem-oauth>=0.4.1:${PORTSDIR}/net/rubygem-oauth
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+
 PLIST_FILES=	bin/t4r-oauth-access bin/t4rsh
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list