diff --git a/www/rubygem-thin/Makefile b/www/rubygem-thin/Makefile index 8c33138ff2ee..94b3781d6e77 100644 --- a/www/rubygem-thin/Makefile +++ b/www/rubygem-thin/Makefile @@ -1,23 +1,23 @@ # Created by: Cheng-Lung Sung PORTNAME= thin -PORTVERSION= 1.7.2 +PORTVERSION= 1.8.1 CATEGORIES= www rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Fast and simple Ruby web server -LICENSE= BSD2CLAUSE RUBY +LICENSE= GPLv2+ RUBY LICENSE_COMB= dual RUN_DEPENDS= rubygem-daemons>=1.0.9<2:devel/rubygem-daemons \ rubygem-eventmachine>=1.0.4<2:devel/rubygem-eventmachine \ rubygem-rack16>=1<3:www/rubygem-rack16 USES= gem USE_RUBY= yes PLIST_FILES= bin/thin .include diff --git a/www/rubygem-thin/distinfo b/www/rubygem-thin/distinfo index 7c7b32b51f82..db1584dd3573 100644 --- a/www/rubygem-thin/distinfo +++ b/www/rubygem-thin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499595705 -SHA256 (rubygem/thin-1.7.2.gem) = 2e98bd8dd5ce1c49b773c4cefd792b2f7f2917c49d483313783b787e935b4f59 -SIZE (rubygem/thin-1.7.2.gem) = 58880 +TIMESTAMP = 1626714764 +SHA256 (rubygem/thin-1.8.1.gem) = 34557a953f850efc8d8fc35a4e2373142ed423414c32f4169a509b4df1816b88 +SIZE (rubygem/thin-1.8.1.gem) = 59904 diff --git a/www/rubygem-thin/pkg-descr b/www/rubygem-thin/pkg-descr index 8703b28bc545..7a1d5ff76b13 100644 --- a/www/rubygem-thin/pkg-descr +++ b/www/rubygem-thin/pkg-descr @@ -1,13 +1,13 @@ Thin is a Ruby web server that glues together 3 of the best Ruby libraries in web history: * the Mongrel parser, the root of Mongrel speed and security * Event Machine, a network I/O library with extremely high scalability, performance and stability * Rack, a minimal interface between webservers and Ruby frameworks Which makes it, with all humility, the most secure, stable, fast and extensible Ruby web server bundled in an easy to use gem for your own pleasure. -WWW: http://code.macournoyer.com/thin/ +WWW: https://github.com/macournoyer/thin