Date: Mon, 12 Aug 2019 19:47:03 +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: r508793 - head/www/rubygem-puma Message-ID: <201908121947.x7CJl3ct099601@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Aug 12 19:47:03 2019 New Revision: 508793 URL: https://svnweb.freebsd.org/changeset/ports/508793 Log: Update to 3.12.1 - Update WWW Changes: https://github.com/puma/puma/releases https://github.com/puma/puma/blob/master/History.md Modified: head/www/rubygem-puma/Makefile head/www/rubygem-puma/distinfo head/www/rubygem-puma/pkg-descr (contents, props changed) Modified: head/www/rubygem-puma/Makefile ============================================================================== --- head/www/rubygem-puma/Makefile Mon Aug 12 19:46:58 2019 (r508792) +++ head/www/rubygem-puma/Makefile Mon Aug 12 19:47:03 2019 (r508793) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= puma -PORTVERSION= 3.12.0 +PORTVERSION= 3.12.1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -12,8 +12,8 @@ COMMENT= Fast, multithreaded and highly concurrent rub LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USE_RUBY= yes USES= gem shebangfix ssl +USE_RUBY= yes PLIST_FILES= bin/puma bin/pumactl Modified: head/www/rubygem-puma/distinfo ============================================================================== --- head/www/rubygem-puma/distinfo Mon Aug 12 19:46:58 2019 (r508792) +++ head/www/rubygem-puma/distinfo Mon Aug 12 19:47:03 2019 (r508793) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532976272 -SHA256 (rubygem/puma-3.12.0.gem) = 38521e86ff1829da71b666e6a6e9816ad849999d39e9377b2ece36806dc7edcc -SIZE (rubygem/puma-3.12.0.gem) = 165376 +TIMESTAMP = 1565627677 +SHA256 (rubygem/puma-3.12.1.gem) = 634f3308783c9e014e0046a3370ae43ce33080d69fb48b0f098e6633d55e79de +SIZE (rubygem/puma-3.12.1.gem) = 165888 Modified: head/www/rubygem-puma/pkg-descr ============================================================================== --- head/www/rubygem-puma/pkg-descr Mon Aug 12 19:46:58 2019 (r508792) +++ head/www/rubygem-puma/pkg-descr Mon Aug 12 19:47:03 2019 (r508793) @@ -4,4 +4,4 @@ production environments. In order to get the best thro recommended that you use a Ruby implementation with real threads like Rubinius or JRuby. -WWW: http://puma.io/ +WWW: https://puma.io/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908121947.x7CJl3ct099601>