Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Dec 2016 22:09:31 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427995 - head/net-im/rubygem-earthquake
Message-ID:  <201612062209.uB6M9VGf098962@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Dec  6 22:09:31 2016
New Revision: 427995
URL: https://svnweb.freebsd.org/changeset/ports/427995

Log:
  net-im/rubygem-earthquake: switch to activesupport 4.x
  
  With hat:	ruby@

Modified:
  head/net-im/rubygem-earthquake/Makefile

Modified: head/net-im/rubygem-earthquake/Makefile
==============================================================================
--- head/net-im/rubygem-earthquake/Makefile	Tue Dec  6 22:09:07 2016	(r427994)
+++ head/net-im/rubygem-earthquake/Makefile	Tue Dec  6 22:09:31 2016	(r427995)
@@ -3,7 +3,7 @@
 
 PORTNAME=	earthquake
 PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im rubygems
 MASTER_SITES=	RG
 
@@ -13,7 +13,7 @@ COMMENT=	Terminal based Twitter client w
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-activesupport>=0:devel/rubygem-activesupport \
+RUN_DEPENDS=	rubygem-activesupport4>=4.0:devel/rubygem-activesupport4 \
 		rubygem-awesome_print>=0:devel/rubygem-awesome_print \
 		rubygem-i18n>=0:devel/rubygem-i18n \
 		rubygem-jugyo-twitter_oauth>=0.5.0.pre5:security/rubygem-jugyo-twitter_oauth \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612062209.uB6M9VGf098962>