diff --git a/www/rubygem-puma/Makefile b/www/rubygem-puma/Makefile index 0d9023654838..42ad8d48bd1d 100644 --- a/www/rubygem-puma/Makefile +++ b/www/rubygem-puma/Makefile @@ -1,21 +1,21 @@ # Created by: Steve Wills PORTNAME= puma -PORTVERSION= 5.6.2 +PORTVERSION= 5.6.4 CATEGORIES= www rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Fast, multithreaded and highly concurrent ruby web server LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-nio4r>=2.0<3:devel/rubygem-nio4r USES= cpe gem ssl USE_RUBY= yes PLIST_FILES= bin/puma bin/pumactl .include diff --git a/www/rubygem-puma/distinfo b/www/rubygem-puma/distinfo index 28819437d384..d5710e468a80 100644 --- a/www/rubygem-puma/distinfo +++ b/www/rubygem-puma/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1645606670 -SHA256 (rubygem/puma-5.6.2.gem) = a634c906dbb79985b68c653cad912c754bfdcfad8f67f5c352b14cda95afe2da -SIZE (rubygem/puma-5.6.2.gem) = 206848 +TIMESTAMP = 1648249236 +SHA256 (rubygem/puma-5.6.4.gem) = bcc971a7386919c734dcfa0344bb4b2f3b8effaaa898f19515307ab57c16f935 +SIZE (rubygem/puma-5.6.4.gem) = 207360 diff --git a/www/rubygem-puma/pkg-descr b/www/rubygem-puma/pkg-descr index 5bb286554ce0..fbf25032b538 100644 --- a/www/rubygem-puma/pkg-descr +++ b/www/rubygem-puma/pkg-descr @@ -1,7 +1,8 @@ Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications. Puma is intended for use in both development and production environments. In order to get the best throughput, it is highly recommended that you use a Ruby implementation with real threads like Rubinius or JRuby. WWW: https://puma.io/ +WWW: https://github.com/puma/puma