Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Apr 2017 12:59:02 +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: r437647 - head/www/rubygem-puma
Message-ID:  <201704031259.v33Cx2pU084485@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Apr  3 12:59:02 2017
New Revision: 437647
URL: https://svnweb.freebsd.org/changeset/ports/437647

Log:
  Update to 3.8.2
  
  - Add USES=ssl
  
  Changes:	https://github.com/puma/puma/releases
  		https://github.com/puma/puma/blob/master/History.md
  		https://github.com/puma/puma/commits/master

Modified:
  head/www/rubygem-puma/Makefile
  head/www/rubygem-puma/distinfo

Modified: head/www/rubygem-puma/Makefile
==============================================================================
--- head/www/rubygem-puma/Makefile	Mon Apr  3 12:58:57 2017	(r437646)
+++ head/www/rubygem-puma/Makefile	Mon Apr  3 12:59:02 2017	(r437647)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	puma
-PORTVERSION=	2.16.0
+PORTVERSION=	3.8.2
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -13,7 +13,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_RUBY=	yes
-USES=		gem shebangfix
+USES=		gem shebangfix ssl
 
 PLIST_FILES=	bin/puma bin/pumactl
 

Modified: head/www/rubygem-puma/distinfo
==============================================================================
--- head/www/rubygem-puma/distinfo	Mon Apr  3 12:58:57 2017	(r437646)
+++ head/www/rubygem-puma/distinfo	Mon Apr  3 12:59:02 2017	(r437647)
@@ -1,2 +1,3 @@
-SHA256 (rubygem/puma-2.16.0.gem) = 26226019bf2172d0f372ce3e86f0dfe2c119a5cc18aa23e06ce3ca68c6e84832
-SIZE (rubygem/puma-2.16.0.gem) = 100352
+TIMESTAMP = 1491215731
+SHA256 (rubygem/puma-3.8.2.gem) = 7ed73c4ffd3d03b77ef21426b88b21156406da44ecb54825b051c9c93d39accf
+SIZE (rubygem/puma-3.8.2.gem) = 111616



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704031259.v33Cx2pU084485>