From owner-svn-ports-head@FreeBSD.ORG Tue Jun 23 20:27:13 2015 Return-Path: Delivered-To: svn-ports-head@nevdull.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A875614D; Tue, 23 Jun 2015 20:27:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.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 5012E137; Tue, 23 Jun 2015 20:27:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5NKRDkZ046085; Tue, 23 Jun 2015 20:27:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5NKRCbm046083; Tue, 23 Jun 2015 20:27:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506232027.t5NKRCbm046083@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 23 Jun 2015 20:27:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390458 - head/devel/rubygem-term-ansicolor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2015 20:27:13 -0000 Author: sunpoet Date: Tue Jun 23 20:27:12 2015 New Revision: 390458 URL: https://svnweb.freebsd.org/changeset/ports/390458 Log: - Update to 1.3.2 Modified: head/devel/rubygem-term-ansicolor/Makefile head/devel/rubygem-term-ansicolor/distinfo Modified: head/devel/rubygem-term-ansicolor/Makefile ============================================================================== --- head/devel/rubygem-term-ansicolor/Makefile Tue Jun 23 20:27:07 2015 (r390457) +++ head/devel/rubygem-term-ansicolor/Makefile Tue Jun 23 20:27:12 2015 (r390458) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= term-ansicolor -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= devel ruby MASTER_SITES= RG @@ -18,6 +18,10 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PLIST_FILES= bin/term_cdiff bin/term_colortab bin/term_decolor bin/term_display bin/term_mandel +PLIST_FILES= bin/colortab bin/term_display bin/term_cdiff bin/term_decolor bin/term_mandel + +post-install: + ${MV} ${STAGEDIR}${PREFIX}/bin/cdiff ${STAGEDIR}${PREFIX}/bin/term_cdiff + ${MV} ${STAGEDIR}${PREFIX}/bin/decolor ${STAGEDIR}${PREFIX}/bin/term_decolor .include Modified: head/devel/rubygem-term-ansicolor/distinfo ============================================================================== --- head/devel/rubygem-term-ansicolor/distinfo Tue Jun 23 20:27:07 2015 (r390457) +++ head/devel/rubygem-term-ansicolor/distinfo Tue Jun 23 20:27:12 2015 (r390458) @@ -1,2 +1,2 @@ -SHA256 (rubygem/term-ansicolor-1.3.1.gem) = 3881dfecb33903585797a989ef6d0a341f73541f2309956244fea3cd84d4c503 -SIZE (rubygem/term-ansicolor-1.3.1.gem) = 890880 +SHA256 (rubygem/term-ansicolor-1.3.2.gem) = da7ba80ae2dad077736a48dac18ae9d859990e9ed6b952a276e79659a55fab79 +SIZE (rubygem/term-ansicolor-1.3.2.gem) = 890368