mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Update to 4.3.0
- Add LICENSE - Remove outdated RUBY_VER check Changes: https://github.com/jimmycuadra/lita/releases
This commit is contained in:
parent
35020884f7
commit
7b4370c3e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381278
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user