From owner-svn-ports-all@freebsd.org Sat Jul 4 16:17:21 2015 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 9D41A9EC8; Sat, 4 Jul 2015 16:17:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 808E119A3; Sat, 4 Jul 2015 16:17:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t64GHLrv086972; Sat, 4 Jul 2015 16:17:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t64GHKEs086968; Sat, 4 Jul 2015 16:17:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507041617.t64GHKEs086968@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Jul 2015 16:17:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391313 - in head: devel devel/rubygem-trollop1 games/lolcat net/rubygem-amqp-utils 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.20 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: Sat, 04 Jul 2015 16:17:21 -0000 Author: sunpoet Date: Sat Jul 4 16:17:19 2015 New Revision: 391313 URL: https://svnweb.freebsd.org/changeset/ports/391313 Log: - Add rubygem-trollop1 1.16.2 (copied from rubygem-trollop) - Bump PORTREVISION for dependent ports Added: head/devel/rubygem-trollop1/ - copied from r391217, head/devel/rubygem-trollop/ Modified: head/devel/Makefile head/devel/rubygem-trollop1/Makefile head/games/lolcat/Makefile head/net/rubygem-amqp-utils/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Jul 4 16:16:41 2015 (r391312) +++ head/devel/Makefile Sat Jul 4 16:17:19 2015 (r391313) @@ -4865,6 +4865,7 @@ SUBDIR += rubygem-travis SUBDIR += rubygem-treetop SUBDIR += rubygem-trollop + SUBDIR += rubygem-trollop1 SUBDIR += rubygem-turn SUBDIR += rubygem-typed-array SUBDIR += rubygem-tzinfo Modified: head/devel/rubygem-trollop1/Makefile ============================================================================== --- head/devel/rubygem-trollop/Makefile Fri Jul 3 07:02:44 2015 (r391217) +++ head/devel/rubygem-trollop1/Makefile Sat Jul 4 16:17:19 2015 (r391313) @@ -5,6 +5,7 @@ PORTNAME= trollop PORTVERSION= 1.16.2 CATEGORIES= devel rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 1 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Commandline option parser for Ruby that gets out of your way Modified: head/games/lolcat/Makefile ============================================================================== --- head/games/lolcat/Makefile Sat Jul 4 16:16:41 2015 (r391312) +++ head/games/lolcat/Makefile Sat Jul 4 16:17:19 2015 (r391313) @@ -2,14 +2,14 @@ PORTNAME= lolcat PORTVERSION= 42.0.99 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= RG MAINTAINER= arved@FreeBSD.org COMMENT= Rainbows and unicorns -RUN_DEPENDS= rubygem-trollop>=1.9:${PORTSDIR}/devel/rubygem-trollop \ +RUN_DEPENDS= rubygem-trollop1>=1.9:${PORTSDIR}/devel/rubygem-trollop1 \ rubygem-paint>=0.8.5:${PORTSDIR}/devel/rubygem-paint NO_ARCH= yes Modified: head/net/rubygem-amqp-utils/Makefile ============================================================================== --- head/net/rubygem-amqp-utils/Makefile Sat Jul 4 16:16:41 2015 (r391312) +++ head/net/rubygem-amqp-utils/Makefile Sat Jul 4 16:17:19 2015 (r391313) @@ -3,7 +3,7 @@ PORTNAME= amqp-utils PORTVERSION= 0.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net rubygems MASTER_SITES= RG @@ -18,7 +18,7 @@ RUN_DEPENDS= rubygem-amqp>=0.7.1:${PORTS rubygem-heredoc_unindent>=1.1.2:${PORTSDIR}/textproc/rubygem-heredoc_unindent \ rubygem-json>=1.5:${PORTSDIR}/devel/rubygem-json \ rubygem-msgpack>=0.4.5:${PORTSDIR}/devel/rubygem-msgpack \ - rubygem-trollop>=1.16.2:${PORTSDIR}/devel/rubygem-trollop + rubygem-trollop1>=1.16.2:${PORTSDIR}/devel/rubygem-trollop1 USE_RUBY= yes USE_RUBYGEMS= yes