diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-25 19:54:24 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-25 19:54:24 +0000 |
commit | 8c7119fd71cd06fe2a170efbaa1808548f67c8f4 (patch) | |
tree | 9be6d803aaae81fede7a96b5544c81e6921bf4a1 | |
parent | 492f3feafb215083698da13812c0ac87044e16bc (diff) | |
download | freebsd-ports-8c7119fd71cd06fe2a170efbaa1808548f67c8f4.zip |
- Update to 2.11.3
- Update RUN_DEPENDS: use newer rubygem-rack
Changes: https://github.com/puma/puma/blob/master/History.txt
-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 |