mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
- 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]
This commit is contained in:
parent
c00efbd861
commit
454b8875c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399571
3 changed files with 14 additions and 2 deletions
|
@ -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
|
||||
|
|
11
net-im/rubygem-earthquake/files/patch-gemspec
Normal file
11
net-im/rubygem-earthquake/files/patch-gemspec
Normal file
|
@ -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
|
|
@ -1,3 +1,3 @@
|
|||
Twitter Client on Terminal with Twitter Streaming API.
|
||||
|
||||
WWW: http://rubygems.org/gems/earthquake
|
||||
WWW: https://github.com/jugyo/earthquake
|
||||
|
|
Loading…
Add table
Reference in a new issue