1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00

devel/rubygem-cool.io: Update to 1.7.1

- Add LICENSE_FILE
- Update WWW

Changes:	https://github.com/tarcieri/cool.io/blob/master/CHANGES.md
This commit is contained in:
Po-Chuan Hsieh 2021-10-26 05:31:17 +08:00
parent b1db763469
commit 5101aaceb1
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= cool.io
PORTVERSION= 1.5.3
PORTREVISION= 1
PORTVERSION= 1.7.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@ -8,6 +7,7 @@ MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Gems for cool.io
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-iobuffer>=1.0.0:devel/rubygem-iobuffer

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1514155108
SHA256 (rubygem/cool.io-1.5.3.gem) = 9771dd051ae957d79de3de6ba3725857d2e5fc3cad98a19461b1da23887e9c0f
SIZE (rubygem/cool.io-1.5.3.gem) = 112128
TIMESTAMP = 1635181681
SHA256 (rubygem/cool.io-1.7.1.gem) = 6714204c33978c19d1156acb77cd48745a8f8841b50abb59d2fb73640224d835
SIZE (rubygem/cool.io-1.7.1.gem) = 112640

View File

@ -1,4 +1,4 @@
Cool.io provides a high performance event framework for Ruby which
uses the libev C library.
Cool.io is an event library for Ruby, built on the libev event library which
provides a cross-platform interface to high performance system calls.
WWW: http://coolio.github.com/
WWW: https://github.com/tarcieri/cool.io