diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2013-06-27 02:25:39 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2013-06-27 02:25:39 +0000 |
commit | 7fda565e2c2ad2f00ac8b2d8f2a356bac3a8c64f (patch) | |
tree | eae1dd8c218c13e1765bafd6a653c70b7938bfff /net/rubygem-twitter/Makefile | |
parent | 3cc498ed50ca51d69b0edfb4c3611939633f07e6 (diff) |
Notes
Diffstat (limited to 'net/rubygem-twitter/Makefile')
-rw-r--r-- | net/rubygem-twitter/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/net/rubygem-twitter/Makefile b/net/rubygem-twitter/Makefile index b7dbeec702dc..415f6f4543ac 100644 --- a/net/rubygem-twitter/Makefile +++ b/net/rubygem-twitter/Makefile @@ -1,21 +1,18 @@ -# Ports collection makefile for: rubygem-twitter -# Date created: Apr 15, 2007 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ # PORTNAME= twitter -PORTVERSION= 3.6.0 +PORTVERSION= 4.8.1 CATEGORIES= net rubygems -MASTER_SITES= RG +MASTER_SITES= RG MAINTAINER= clsung@FreeBSD.org COMMENT= Command line twits and an API wrapper RUN_DEPENDS= rubygem-faraday>=0.8:${PORTSDIR}/www/rubygem-faraday \ rubygem-multi_json>=1.3:${PORTSDIR}/devel/rubygem-multi_json \ - rubygem-simple_oauth>=0.1.6:${PORTSDIR}/net/rubygem-simple_oauth + rubygem-simple_oauth>=0.2:${PORTSDIR}/net/rubygem-simple_oauth USE_RUBY= yes USE_RUBYGEMS= yes |