Index: head/devel/rubygem-term-ansicolor/Makefile =================================================================== --- head/devel/rubygem-term-ansicolor/Makefile (revision 390457) +++ head/devel/rubygem-term-ansicolor/Makefile (revision 390458) @@ -1,23 +1,27 @@ # Created by: Cheng-Lung Sung # $FreeBSD$ PORTNAME= term-ansicolor -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= devel ruby MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Term::ANSIColor for Ruby LICENSE= GPLv2 RUN_DEPENDS= rubygem-tins>=1.0:${PORTSDIR}/devel/rubygem-tins NO_ARCH= yes 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 Index: head/devel/rubygem-term-ansicolor/distinfo =================================================================== --- head/devel/rubygem-term-ansicolor/distinfo (revision 390457) +++ head/devel/rubygem-term-ansicolor/distinfo (revision 390458) @@ -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