svn commit: r399571 - in head/net-im/rubygem-earthquake: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 17 18:08:53 UTC 2015


Author: sunpoet
Date: Sat Oct 17 18:08:51 2015
New Revision: 399571
URL: https://svnweb.freebsd.org/changeset/ports/399571

Log:
  - 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]

Added:
  head/net-im/rubygem-earthquake/files/
  head/net-im/rubygem-earthquake/files/patch-gemspec   (contents, props changed)
Modified:
  head/net-im/rubygem-earthquake/Makefile
  head/net-im/rubygem-earthquake/pkg-descr

Modified: head/net-im/rubygem-earthquake/Makefile
==============================================================================
--- head/net-im/rubygem-earthquake/Makefile	Sat Oct 17 18:08:46 2015	(r399570)
+++ head/net-im/rubygem-earthquake/Makefile	Sat Oct 17 18:08:51 2015	(r399571)
@@ -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 at 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:${
 		rubygem-twitter-stream>=0:${PORTSDIR}/net/rubygem-twitter-stream
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Added: head/net-im/rubygem-earthquake/files/patch-gemspec
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/rubygem-earthquake/files/patch-gemspec	Sat Oct 17 18:08:51 2015	(r399571)
@@ -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

Modified: head/net-im/rubygem-earthquake/pkg-descr
==============================================================================
--- head/net-im/rubygem-earthquake/pkg-descr	Sat Oct 17 18:08:46 2015	(r399570)
+++ head/net-im/rubygem-earthquake/pkg-descr	Sat Oct 17 18:08:51 2015	(r399571)
@@ -1,3 +1,3 @@
 Twitter Client on Terminal with Twitter Streaming API.
 
-WWW: http://rubygems.org/gems/earthquake
+WWW: https://github.com/jugyo/earthquake


More information about the svn-ports-all mailing list