Index: head/www/rubygem-unicorn/Makefile =================================================================== --- head/www/rubygem-unicorn/Makefile (revision 451210) +++ head/www/rubygem-unicorn/Makefile (revision 451211) @@ -1,28 +1,28 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= unicorn -PORTVERSION= 5.3.0 +PORTVERSION= 5.3.1 CATEGORIES= www rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Unicorn is an HTTP server for Rack applications LICENSE= GPLv2 GPLv3 RUBY LICENSE_COMB= dual LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-kgio>=2.6:devel/rubygem-kgio \ rubygem-raindrops>=0.7:www/rubygem-raindrops USE_RUBY= yes USES= gem shebangfix PLIST_FILES= bin/unicorn bin/unicorn_rails SHEBANG_FILES= bin/unicorn* test/aggregate.rb ruby_OLD_CMD= .*ruby .include Index: head/www/rubygem-unicorn/distinfo =================================================================== --- head/www/rubygem-unicorn/distinfo (revision 451210) +++ head/www/rubygem-unicorn/distinfo (revision 451211) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491126933 -SHA256 (rubygem/unicorn-5.3.0.gem) = 1c1e83d07284d1f17ecf4382f4335b5cf7a5ac1579b0f9f4a3ed89dd9e6651cc -SIZE (rubygem/unicorn-5.3.0.gem) = 216576 +TIMESTAMP = 1507100152 +SHA256 (rubygem/unicorn-5.3.1.gem) = 6b03fd402fff4871929228e0ed8aee01656d59ca7135f3b41e07161828b40d38 +SIZE (rubygem/unicorn-5.3.1.gem) = 217088 Index: head/www/rubygem-unicorn/pkg-descr =================================================================== --- head/www/rubygem-unicorn/pkg-descr (revision 451210) +++ head/www/rubygem-unicorn/pkg-descr (revision 451211) @@ -1,7 +1,7 @@ Unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix/Unix-like kernels. Slow clients should only be served by placing a reverse proxy capable of fully buffering both the request and response in between Unicorn and slow clients. -WWW: http://bogomips.org/unicorn/ +WWW: https://bogomips.org/unicorn/