diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-14 14:57:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-14 14:57:45 +0000 |
commit | 7b4370c3e1542b53bad7a4de50d517a6ecb811af (patch) | |
tree | d4638195f03c621e9b9071c300584eaa6419c292 /net-im | |
parent | 35020884f78b0458417a2f6500867ae44b2e8479 (diff) | |
download | ports-7b4370c3e1542b53bad7a4de50d517a6ecb811af.tar.gz ports-7b4370c3e1542b53bad7a4de50d517a6ecb811af.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/rubygem-lita/Makefile | 22 | ||||
-rw-r--r-- | net-im/rubygem-lita/distinfo | 4 | ||||
-rw-r--r-- | net-im/rubygem-lita/files/patch-gemspec | 4 |
3 files changed, 13 insertions, 17 deletions
diff --git a/net-im/rubygem-lita/Makefile b/net-im/rubygem-lita/Makefile index 8ee5db6a86ab..3e2cb05f3b17 100644 --- a/net-im/rubygem-lita/Makefile +++ b/net-im/rubygem-lita/Makefile @@ -2,35 +2,31 @@ # $FreeBSD$ PORTNAME= lita -PORTVERSION= 3.3.1 +PORTVERSION= 4.3.0 CATEGORIES= net-im rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Multi-service chat bot with extendable behavior -RUN_DEPENDS= rubygem-bundler>=1.3:${PORTSDIR}/sysutils/rubygem-bundler \ +LICENSE= MIT + +RUN_DEPENDS= redis>=0:${PORTSDIR}/databases/redis \ + rubygem-bundler>=1.3:${PORTSDIR}/sysutils/rubygem-bundler \ rubygem-faraday>=0.8.7:${PORTSDIR}/www/rubygem-faraday \ rubygem-http_router>=0.11.1:${PORTSDIR}/www/rubygem-http_router \ - rubygem-ice_nine>=0.11.0:${PORTSDIR}/devel/rubygem-ice_nine \ rubygem-i18n>=0.6.9:${PORTSDIR}/devel/rubygem-i18n \ + rubygem-ice_nine>=0.11.0:${PORTSDIR}/devel/rubygem-ice_nine \ rubygem-multi_json>=1.7.7:${PORTSDIR}/devel/rubygem-multi_json \ rubygem-puma>=2.7.1:${PORTSDIR}/www/rubygem-puma \ rubygem-rack15>=1.5.2:${PORTSDIR}/www/rubygem-rack15 \ rubygem-redis-namespace>=1.3.0:${PORTSDIR}/databases/rubygem-redis-namespace \ - rubygem-thor>=0.18.1:${PORTSDIR}/devel/rubygem-thor \ - redis>=0:${PORTSDIR}/databases/redis + rubygem-thor>=0.18.1:${PORTSDIR}/devel/rubygem-thor USE_RUBY= yes USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST=yes +RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/lita -.include <bsd.port.pre.mk> - -.if ${RUBY_VER} == 1.9 -IGNORE= Requires Ruby 2.0 or newer -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net-im/rubygem-lita/distinfo b/net-im/rubygem-lita/distinfo index 3364f765a5b9..52919b7cba35 100644 --- a/net-im/rubygem-lita/distinfo +++ b/net-im/rubygem-lita/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/lita-3.3.1.gem) = 65b2a4780d44d7d80e191ef77fe6cda24b1d140bcb26cb18a319479c967cf097 -SIZE (rubygem/lita-3.3.1.gem) = 43520 +SHA256 (rubygem/lita-4.3.0.gem) = 8028771a88dbb36f76957574f94d49e24c3e0144f7a8b4e8c77fc833c97013f0 +SIZE (rubygem/lita-4.3.0.gem) = 60928 diff --git a/net-im/rubygem-lita/files/patch-gemspec b/net-im/rubygem-lita/files/patch-gemspec index 2efe09a27604..091e85d0563d 100644 --- a/net-im/rubygem-lita/files/patch-gemspec +++ b/net-im/rubygem-lita/files/patch-gemspec @@ -1,5 +1,5 @@ ---- lita-3.3.1.gemspec.orig 2014-09-08 22:00:06 UTC -+++ lita-3.3.1.gemspec +--- lita-4.3.0.gemspec.orig 2014-09-08 22:00:06 UTC ++++ lita-4.3.0.gemspec @@ -123,20 +123,6 @@ - !ruby/object:Gem::Version version: 1.5.2 |