aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2013-02-27 10:59:45 +0800
committerswills <swills@FreeBSD.org>2013-02-27 10:59:45 +0800
commitf113266423ed3a03b3763e568d606229afdc7850 (patch)
treedbf8b08a4977d65b339858d0b85a9198ac854cb0
parent0bbff1f9e30c0739dcaecfba4f29ae8f08de5035 (diff)
downloadfreebsd-ports-gnome-f113266423ed3a03b3763e568d606229afdc7850.tar.gz
freebsd-ports-gnome-f113266423ed3a03b3763e568d606229afdc7850.tar.zst
freebsd-ports-gnome-f113266423ed3a03b3763e568d606229afdc7850.zip
- Fix build
- Fix DEPENDS while here
-rw-r--r--net-im/rubygem-earthquake/Makefile9
-rw-r--r--net-im/rubygem-earthquake/files/patch-gemspec11
2 files changed, 14 insertions, 6 deletions
diff --git a/net-im/rubygem-earthquake/Makefile b/net-im/rubygem-earthquake/Makefile
index 94b0a43d0730..4ae287b2fb37 100644
--- a/net-im/rubygem-earthquake/Makefile
+++ b/net-im/rubygem-earthquake/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: rubygem-earthquake
-# Date created: 2012-05-21
-# Whom: Koichiro IWAO <meta+ports@vmeta.jp>
-#
+# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
# $FreeBSD$
-#
PORTNAME= earthquake
PORTVERSION= 0.9.4
@@ -13,7 +9,7 @@ MASTER_SITES= RG
MAINTAINER= meta+ports@vmeta.jp
COMMENT= Terminal based Twitter client with Twitter streaming API
-RUN_DEPENDS= rubygem-twitter-stream>=0.1.15:${PORTSDIR}/net/rubygem-twitter-stream \
+BUILD_DEPENDS= rubygem-twitter-stream>=0.1.15:${PORTSDIR}/net/rubygem-twitter-stream \
rubygem-notify>=0.2.1:${PORTSDIR}/devel/rubygem-notify \
rubygem-i18n>=0.6.0:${PORTSDIR}/devel/rubygem-i18n \
rubygem-activesupport>=3.2.1:${PORTSDIR}/devel/rubygem-activesupport \
@@ -22,6 +18,7 @@ RUN_DEPENDS= rubygem-twitter-stream>=0.1.15:${PORTSDIR}/net/rubygem-twitter-stre
rubygem-oauth>=0.4.5:${PORTSDIR}/net/rubygem-oauth \
rubygem-twitter_oauth>=0.4.3:${PORTSDIR}/security/rubygem-twitter_oauth \
rubygem-slop>=2.4.4:${PORTSDIR}/devel/rubygem-slop
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_RUBY= yes
USE_RUBYGEMS= 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..3c7bad22adf8
--- /dev/null
+++ b/net-im/rubygem-earthquake/files/patch-gemspec
@@ -0,0 +1,11 @@
+--- earthquake-0.9.4.gemspec.orig 2013-02-27 02:56:00.000000000 +0000
++++ earthquake-0.9.4.gemspec 2013-02-27 02:57:05.000000000 +0000
+@@ -128,7 +128,7 @@
+ requirement: !ruby/object:Gem::Requirement
+ none: false
+ requirements:
+- - - '='
++ - - '~>'
+ - !ruby/object:Gem::Version
+ version: 0.4.3
+ type: :runtime
span class='deletions'>-5/+5 * - Allow to force off Xinerama supportpgj2009-11-291-1/+5 * - Update GHC and Haskell ports to 6.10.4 (for both i386 and amd64), bumppgj2009-09-023-70/+90 * - Respect LOCALBASEpgj2009-07-101-0/+4 * Chase libgmp and bump PORTREVISION.ale2009-05-131-1/+2 * - Update to 1.4.5pgj2009-01-273-34/+26 * - Add HTML documentation when NOPORTDOCS is not definedpgj2009-01-22