aboutsummaryrefslogtreecommitdiff
path: root/net-im/rubygem-earthquake
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-17 18:08:51 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-17 18:08:51 +0000
commit454b8875c0c28ec16c55a2ea6b775a5f1a32215c (patch)
treebcd5314d413e5e5bfa41b0c2baa7f62502faccc4 /net-im/rubygem-earthquake
parentc00efbd861f202114db942cdc9e6a6da64b85e33 (diff)
downloadports-454b8875c0c28ec16c55a2ea6b775a5f1a32215c.tar.gz
ports-454b8875c0c28ec16c55a2ea6b775a5f1a32215c.zip
Notes
Diffstat (limited to 'net-im/rubygem-earthquake')
-rw-r--r--net-im/rubygem-earthquake/Makefile3
-rw-r--r--net-im/rubygem-earthquake/files/patch-gemspec11
-rw-r--r--net-im/rubygem-earthquake/pkg-descr2
3 files changed, 14 insertions, 2 deletions
diff --git a/net-im/rubygem-earthquake/Makefile b/net-im/rubygem-earthquake/Makefile
index a043a4dca629..04ff30de83fc 100644
--- a/net-im/rubygem-earthquake/Makefile
+++ b/net-im/rubygem-earthquake/Makefile
@@ -3,6 +3,7 @@
PORTNAME= earthquake
PORTVERSION= 1.0.0
+PORTREVISION= 1
CATEGORIES= net-im rubygems
MASTER_SITES= RG
@@ -10,6 +11,7 @@ MAINTAINER= meta+ports@vmeta.jp
COMMENT= Terminal based Twitter client with Twitter streaming API
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
rubygem-awesome_print>=0:${PORTSDIR}/devel/rubygem-awesome_print \
@@ -22,7 +24,6 @@ RUN_DEPENDS= rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
rubygem-twitter-stream>=0:${PORTSDIR}/net/rubygem-twitter-stream
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/net-im/rubygem-earthquake/files/patch-gemspec b/net-im/rubygem-earthquake/files/patch-gemspec
new file mode 100644
index 000000000000..214a314831b9
--- /dev/null
+++ b/net-im/rubygem-earthquake/files/patch-gemspec
@@ -0,0 +1,11 @@
+--- earthquake.gemspec.orig 2015-10-16 20:05:15 UTC
++++ earthquake.gemspec
+@@ -31,7 +31,7 @@ Gem::Specification.new do |s|
+ s.add_runtime_dependency(%q<launchy>, [">= 0"])
+ s.add_runtime_dependency(%q<oauth>, [">= 0"])
+ s.add_runtime_dependency(%q<jugyo-twitter_oauth>, ["= 0.5.0.pre5"])
+- s.add_runtime_dependency(%q<slop>, ["~> 3.4.0"])
++ s.add_runtime_dependency(%q<slop>, [">= 3.4.0"])
+ s.add_development_dependency(%q<rspec>, ["~> 2.0"])
+ s.add_development_dependency(%q<bundler>, [">= 0"])
+ else
diff --git a/net-im/rubygem-earthquake/pkg-descr b/net-im/rubygem-earthquake/pkg-descr
index e67f92a0f1b5..954b4e62f29f 100644
--- a/net-im/rubygem-earthquake/pkg-descr
+++ b/net-im/rubygem-earthquake/pkg-descr
@@ -1,3 +1,3 @@
Twitter Client on Terminal with Twitter Streaming API.
-WWW: http://rubygems.org/gems/earthquake
+WWW: https://github.com/jugyo/earthquake