svn commit: r390458 - head/devel/rubygem-term-ansicolor

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jun 23 20:27:13 UTC 2015


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


More information about the svn-ports-all mailing list