From owner-svn-ports-all@freebsd.org Mon Apr 3 12:58:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3802D2C48A; Mon, 3 Apr 2017 12:58:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C350ACC7; Mon, 3 Apr 2017 12:58:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v33Cwqhq084126; Mon, 3 Apr 2017 12:58:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v33CwqfL084124; Mon, 3 Apr 2017 12:58:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704031258.v33CwqfL084124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Apr 2017 12:58:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437644 - in head/www: . rubygem-puma2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Apr 2017 12:58:54 -0000 Author: sunpoet Date: Mon Apr 3 12:58:52 2017 New Revision: 437644 URL: https://svnweb.freebsd.org/changeset/ports/437644 Log: Add rubygem-puma2 2.16.0 (copied from rubygem-puma) - Add PORTSCOUT - Add USES=ssl Added: head/www/rubygem-puma2/ - copied from r437601, head/www/rubygem-puma/ Modified: head/www/Makefile head/www/rubygem-puma2/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Apr 3 12:58:47 2017 (r437643) +++ head/www/Makefile Mon Apr 3 12:58:52 2017 (r437644) @@ -2038,6 +2038,7 @@ SUBDIR += rubygem-pagerduty SUBDIR += rubygem-passenger SUBDIR += rubygem-puma + SUBDIR += rubygem-puma2 SUBDIR += rubygem-pusher-client SUBDIR += rubygem-rabbirack SUBDIR += rubygem-rack Modified: head/www/rubygem-puma2/Makefile ============================================================================== --- head/www/rubygem-puma/Makefile Mon Apr 3 07:43:45 2017 (r437601) +++ head/www/rubygem-puma2/Makefile Mon Apr 3 12:58:52 2017 (r437644) @@ -5,6 +5,7 @@ PORTNAME= puma PORTVERSION= 2.16.0 CATEGORIES= www rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 2 MAINTAINER= ruby@FreeBSD.org COMMENT= Fast, multithreaded and highly concurrent ruby web server @@ -12,8 +13,10 @@ COMMENT= Fast, multithreaded and highly LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +PORTSCOUT= limit:^2\. + USE_RUBY= yes -USES= gem shebangfix +USES= gem shebangfix ssl PLIST_FILES= bin/puma bin/pumactl