diff options
-rw-r--r-- | www/rubygem-puma/Makefile | 10 | ||||
-rw-r--r-- | www/rubygem-puma/distinfo | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/rubygem-puma/Makefile b/www/rubygem-puma/Makefile index fe5f4847ab2e..1f1654b37531 100644 --- a/www/rubygem-puma/Makefile +++ b/www/rubygem-puma/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= puma -PORTVERSION= 2.9.1 -PORTREVISION= 1 +PORTVERSION= 2.11.3 CATEGORIES= www rubygems MASTER_SITES= RG @@ -12,13 +11,14 @@ COMMENT= Fast, multithreaded and highly concurrent ruby web server LICENSE= BSD3CLAUSE -RUN_DEPENDS= rubygem-rack>=1.1.0:${PORTSDIR}/www/rubygem-rack +RUN_DEPENDS= rubygem-rack15>=1.1:${PORTSDIR}/www/rubygem-rack15 -USES= shebangfix -SHEBANG_FILES= tools/jungle/init.d/run-puma USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USES= shebangfix +SHEBANG_FILES= tools/jungle/init.d/run-puma + PLIST_FILES= bin/puma bin/pumactl .include <bsd.port.mk> diff --git a/www/rubygem-puma/distinfo b/www/rubygem-puma/distinfo index 532910a5a783..90cd76018c35 100644 --- a/www/rubygem-puma/distinfo +++ b/www/rubygem-puma/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/puma-2.9.1.gem) = 46b51b4f0406287349bf530048a0d1109d8728717e396cdedfd4cbcab6685f1f -SIZE (rubygem/puma-2.9.1.gem) = 89600 +SHA256 (rubygem/puma-2.11.3.gem) = ec868e2b0a94c7f682e9a28515ba7a931fce5d7a645d1e30b709d1b2644b628a +SIZE (rubygem/puma-2.11.3.gem) = 86016 |