From owner-svn-ports-all@freebsd.org Wed Dec 13 20:49:06 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 2EAA9E8656A; Wed, 13 Dec 2017 20:49:06 +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 EE2DB2827; Wed, 13 Dec 2017 20:49:05 +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 vBDKn5Qs062616; Wed, 13 Dec 2017 20:49:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBDKn4co062614; Wed, 13 Dec 2017 20:49:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712132049.vBDKn4co062614@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 13 Dec 2017 20:49:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456233 - in head/devel: . rubygem-rainbow2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-rainbow2 X-SVN-Commit-Revision: 456233 X-SVN-Commit-Repository: ports 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.25 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: Wed, 13 Dec 2017 20:49:06 -0000 Author: sunpoet Date: Wed Dec 13 20:49:04 2017 New Revision: 456233 URL: https://svnweb.freebsd.org/changeset/ports/456233 Log: Add rubygem-rainbow2 2.2.2 (copied from rubygem-rainbow) - Add PORTSCOUT Added: head/devel/rubygem-rainbow2/ - copied from r455934, head/devel/rubygem-rainbow/ Modified: head/devel/Makefile head/devel/rubygem-rainbow2/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Dec 13 20:45:21 2017 (r456232) +++ head/devel/Makefile Wed Dec 13 20:49:04 2017 (r456233) @@ -5644,6 +5644,7 @@ SUBDIR += rubygem-rails-i18n-rails50 SUBDIR += rubygem-rails-observers SUBDIR += rubygem-rainbow + SUBDIR += rubygem-rainbow2 SUBDIR += rubygem-rake SUBDIR += rubygem-rake-compiler SUBDIR += rubygem-rake-compiler-dock Modified: head/devel/rubygem-rainbow2/Makefile ============================================================================== --- head/devel/rubygem-rainbow/Makefile Mon Dec 11 09:24:41 2017 (r455934) +++ head/devel/rubygem-rainbow2/Makefile Wed Dec 13 20:49:04 2017 (r456233) @@ -5,14 +5,17 @@ PORTNAME= rainbow PORTVERSION= 2.2.2 CATEGORIES= devel rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 2 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Extends ruby String class enabling coloring text on ANSI terminals LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-rake>=0:devel/rubygem-rake + +PORTSCOUT= limit:^2\. NO_ARCH= yes USE_RUBY= yes