Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2015 20:27:12 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390458 - head/devel/rubygem-term-ansicolor
Message-ID:  <201506232027.t5NKRCbm046083@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506232027.t5NKRCbm046083>