Index: head/www/rubygem-unicorn/Makefile =================================================================== --- head/www/rubygem-unicorn/Makefile (revision 430052) +++ head/www/rubygem-unicorn/Makefile (revision 430053) @@ -1,28 +1,28 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= unicorn -PORTVERSION= 5.1.0 +PORTVERSION= 5.2.0 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 430052) +++ head/www/rubygem-unicorn/distinfo (revision 430053) @@ -1,2 +1,3 @@ -SHA256 (rubygem/unicorn-5.1.0.gem) = 5b1c6a38d3503ec54d7acb6da89957ac8cba6b00ac787b6de683fb80467a9be5 -SIZE (rubygem/unicorn-5.1.0.gem) = 211456 +TIMESTAMP = 1483083316 +SHA256 (rubygem/unicorn-5.2.0.gem) = 25a221bbaf227813aa67695d251fa859c8d6e639be4a1f751c48ac8f2a32ab51 +SIZE (rubygem/unicorn-5.2.0.gem) = 212480 Index: head/www/rubygem-unicorn/pkg-descr =================================================================== --- head/www/rubygem-unicorn/pkg-descr (revision 430052) +++ head/www/rubygem-unicorn/pkg-descr (revision 430053) @@ -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://unicorn.bogomips.org/ +WWW: http://bogomips.org/unicorn/