diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-12 19:47:03 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-12 19:47:03 +0000 |
commit | b78cd6feb18662bfe04546a2b9d833d61784f352 (patch) | |
tree | 06047de5c8ed61f548cc85b73991df5a1b996d19 /www | |
parent | 40bd9bfeec559dcb44459a10b1096bcdf0710cde (diff) | |
download | freebsd-ports-b78cd6feb18662bfe04546a2b9d833d61784f352.zip |
Update to 3.12.1
- Update WWW
Changes: https://github.com/puma/puma/releases
https://github.com/puma/puma/blob/master/History.md
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-puma/Makefile | 4 | ||||
-rw-r--r-- | www/rubygem-puma/distinfo | 6 | ||||
-rw-r--r-- | www/rubygem-puma/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www/rubygem-puma/Makefile b/www/rubygem-puma/Makefile index 1d06af89b852..2db74983be25 100644 --- a/www/rubygem-puma/Makefile +++ b/www/rubygem-puma/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= puma -PORTVERSION= 3.12.0 +PORTVERSION= 3.12.1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -12,8 +12,8 @@ COMMENT= Fast, multithreaded and highly concurrent ruby web server LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USE_RUBY= yes USES= gem shebangfix ssl +USE_RUBY= yes PLIST_FILES= bin/puma bin/pumactl diff --git a/www/rubygem-puma/distinfo b/www/rubygem-puma/distinfo index 3fa51a4fc7d4..d4614a9d1600 100644 --- a/www/rubygem-puma/distinfo +++ b/www/rubygem-puma/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1532976272 -SHA256 (rubygem/puma-3.12.0.gem) = 38521e86ff1829da71b666e6a6e9816ad849999d39e9377b2ece36806dc7edcc -SIZE (rubygem/puma-3.12.0.gem) = 165376 +TIMESTAMP = 1565627677 +SHA256 (rubygem/puma-3.12.1.gem) = 634f3308783c9e014e0046a3370ae43ce33080d69fb48b0f098e6633d55e79de +SIZE (rubygem/puma-3.12.1.gem) = 165888 diff --git a/www/rubygem-puma/pkg-descr b/www/rubygem-puma/pkg-descr index 4e3518985cb1..5bb286554ce0 100644 --- a/www/rubygem-puma/pkg-descr +++ b/www/rubygem-puma/pkg-descr @@ -4,4 +4,4 @@ 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: http://puma.io/ +WWW: https://puma.io/ |