From 454b8875c0c28ec16c55a2ea6b775a5f1a32215c Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 17 Oct 2015 18:08:51 +0000 Subject: - Fix gemspec for rubygem-slop 4.2.0 update - Add LICENSE_FILE [1] - Update WWW [2] - Bump PORTREVISION for package change Approved by: portmgr (blanket) [1] With hat: ruby [2] --- net-im/rubygem-earthquake/Makefile | 3 ++- net-im/rubygem-earthquake/files/patch-gemspec | 11 +++++++++++ net-im/rubygem-earthquake/pkg-descr | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 net-im/rubygem-earthquake/files/patch-gemspec (limited to 'net-im/rubygem-earthquake') 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, [">= 0"]) + s.add_runtime_dependency(%q, [">= 0"]) + s.add_runtime_dependency(%q, ["= 0.5.0.pre5"]) +- s.add_runtime_dependency(%q, ["~> 3.4.0"]) ++ s.add_runtime_dependency(%q, [">= 3.4.0"]) + s.add_development_dependency(%q, ["~> 2.0"]) + s.add_development_dependency(%q, [">= 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 -- cgit v1.2.3