diff options
author | tota <tota@FreeBSD.org> | 2011-10-01 09:40:19 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-10-01 09:40:19 +0800 |
commit | 6ecca7426b97915a99d5232050912de86040b06b (patch) | |
tree | c6fa3e9f5588df853b880b3254e34e7abf162e92 /net | |
parent | 01ff5284659ac5f76646c34b00850aa2dc117dfa (diff) | |
download | freebsd-ports-gnome-6ecca7426b97915a99d5232050912de86040b06b.tar.gz freebsd-ports-gnome-6ecca7426b97915a99d5232050912de86040b06b.tar.zst freebsd-ports-gnome-6ecca7426b97915a99d5232050912de86040b06b.zip |
- Update to 1.1.0
Diffstat (limited to 'net')
-rw-r--r-- | net/rubygem-tweetstream/Makefile | 13 | ||||
-rw-r--r-- | net/rubygem-tweetstream/distinfo | 4 |
2 files changed, 6 insertions, 11 deletions
diff --git a/net/rubygem-tweetstream/Makefile b/net/rubygem-tweetstream/Makefile index ff51adab9d41..a0c03f5da230 100644 --- a/net/rubygem-tweetstream/Makefile +++ b/net/rubygem-tweetstream/Makefile @@ -6,23 +6,22 @@ # PORTNAME= tweetstream -PORTVERSION= 1.0.4 +PORTVERSION= 1.1.0 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= tota@FreeBSD.org COMMENT= TweetStream provides simple Ruby access to Twitter\'s Streaming API -RUN_DEPENDS= rubygem-twitter-stream>=0:${PORTSDIR}/net/rubygem-twitter-stream \ - rubygem-daemons>=0:${PORTSDIR}/devel/rubygem-daemons \ - rubygem-json>=0.0.0:${PORTSDIR}/devel/rubygem-json +RUN_DEPENDS= rubygem-twitter-stream>=0.1.14:${PORTSDIR}/net/rubygem-twitter-stream \ + rubygem-daemons>=1.1.2:${PORTSDIR}/devel/rubygem-daemons \ + rubygem-multi_json>=1.0.3:${PORTSDIR}/devel/rubygem-multi_json USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes OPTIONS= JSON_PURE "JSON implementation in pure Ruby support" Off \ - ACTIVESUPPORT "ActiveSupport::JSON.decode support" Off \ YAJL_RUBY "yajl-ruby support" Off .include <bsd.port.options.mk> @@ -31,10 +30,6 @@ OPTIONS= JSON_PURE "JSON implementation in pure Ruby support" Off \ RUN_DEPENDS+= rubygem-json_pure>=0:${PORTSDIR}/devel/rubygem-json_pure .endif -.if defined(WITH_ACTIVESUPPORT) -RUN_DEPENDS+= rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport -.endif - .if defined(WITH_YAJL_RUBY) RUN_DEPENDS+= rubygem-yajl-ruby>=0:${PORTSDIR}/devel/rubygem-yajl-ruby .endif diff --git a/net/rubygem-tweetstream/distinfo b/net/rubygem-tweetstream/distinfo index 7a3f013ae4a5..feec7c0fef03 100644 --- a/net/rubygem-tweetstream/distinfo +++ b/net/rubygem-tweetstream/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/tweetstream-1.0.4.gem) = 902c65135f7e3da245137353261ff9b4469b753ca8564a7eb1221b04d82ac231 -SIZE (rubygem/tweetstream-1.0.4.gem) = 15360 +SHA256 (rubygem/tweetstream-1.1.0.gem) = bc177ebfb52c4d6879e2ab27d6485006feed08c7e02594926b432719b175503a +SIZE (rubygem/tweetstream-1.1.0.gem) = 21504 |