Date: Mon, 25 May 2015 19:54:25 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387406 - head/www/rubygem-puma Message-ID: <201505251954.t4PJsPcd025404@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon May 25 19:54:24 2015 New Revision: 387406 URL: https://svnweb.freebsd.org/changeset/ports/387406 Log: - Update to 2.11.3 - Update RUN_DEPENDS: use newer rubygem-rack Changes: https://github.com/puma/puma/blob/master/History.txt Modified: head/www/rubygem-puma/Makefile head/www/rubygem-puma/distinfo Modified: head/www/rubygem-puma/Makefile ============================================================================== --- head/www/rubygem-puma/Makefile Mon May 25 19:54:19 2015 (r387405) +++ head/www/rubygem-puma/Makefile Mon May 25 19:54:24 2015 (r387406) @@ -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 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> Modified: head/www/rubygem-puma/distinfo ============================================================================== --- head/www/rubygem-puma/distinfo Mon May 25 19:54:19 2015 (r387405) +++ head/www/rubygem-puma/distinfo Mon May 25 19:54:24 2015 (r387406) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505251954.t4PJsPcd025404>