From owner-svn-ports-all@freebsd.org Mon Dec 5 07:19:42 2016 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 439F6C5F42A; Mon, 5 Dec 2016 07:19:42 +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 0FD7027C; Mon, 5 Dec 2016 07:19:41 +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 uB57JfE6051791; Mon, 5 Dec 2016 07:19:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB57JfYn051790; Mon, 5 Dec 2016 07:19:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612050719.uB57JfYn051790@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, 5 Dec 2016 07:19:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427854 - head/www/rubygem-http_router 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, 05 Dec 2016 07:19:42 -0000 Author: sunpoet Date: Mon Dec 5 07:19:41 2016 New Revision: 427854 URL: https://svnweb.freebsd.org/changeset/ports/427854 Log: - Update RUN_DEPENDS: use newer rubygem-rack - Bump PORTREVISION for dependency change Modified: head/www/rubygem-http_router/Makefile Modified: head/www/rubygem-http_router/Makefile ============================================================================== --- head/www/rubygem-http_router/Makefile Mon Dec 5 07:19:36 2016 (r427853) +++ head/www/rubygem-http_router/Makefile Mon Dec 5 07:19:41 2016 (r427854) @@ -3,7 +3,7 @@ PORTNAME= http_router PORTVERSION= 0.11.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www rubygems MASTER_SITES= RG @@ -13,7 +13,7 @@ COMMENT= HTTP router for use in Rack LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-rack16>=1.0.0:www/rubygem-rack16 \ +RUN_DEPENDS= rubygem-rack>=1.0.0:www/rubygem-rack \ rubygem-url_mount>=0.2.1:www/rubygem-url_mount NO_ARCH= yes