Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 2021 19:44:26 +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: r563719 - head/textproc/rubygem-terminal-table
Message-ID:  <202102011944.111JiQfa035874@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Feb  1 19:44:25 2021
New Revision: 563719
URL: https://svnweb.freebsd.org/changeset/ports/563719

Log:
  Update to 3.0.0
  
  Changes:	https://github.com/tj/terminal-table/blob/master/History.rdoc

Modified:
  head/textproc/rubygem-terminal-table/Makefile
  head/textproc/rubygem-terminal-table/distinfo

Modified: head/textproc/rubygem-terminal-table/Makefile
==============================================================================
--- head/textproc/rubygem-terminal-table/Makefile	Mon Feb  1 19:44:19 2021	(r563718)
+++ head/textproc/rubygem-terminal-table/Makefile	Mon Feb  1 19:44:25 2021	(r563719)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	terminal-table
-PORTVERSION=	2.0.0
-PORTREVISION=	1
+PORTVERSION=	3.0.0
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -15,9 +14,12 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	rubygem-unicode-display_width1>=1.1.1<2:devel/rubygem-unicode-display_width1
 
-USES=		gem
+USES=		gem shebangfix
 USE_RUBY=	yes
 
 NO_ARCH=	yes
+
+SHEBANG_FILES=	examples/examples_unicode.rb
+ruby_OLD_CMD=	"/bin/env ruby"
 
 .include <bsd.port.mk>

Modified: head/textproc/rubygem-terminal-table/distinfo
==============================================================================
--- head/textproc/rubygem-terminal-table/distinfo	Mon Feb  1 19:44:19 2021	(r563718)
+++ head/textproc/rubygem-terminal-table/distinfo	Mon Feb  1 19:44:25 2021	(r563719)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1608366382
-SHA256 (rubygem/terminal-table-2.0.0.gem) = 904b528e60a98fcb0801d24f634a3116eaec500692c751765b587b6208cc2ba3
-SIZE (rubygem/terminal-table-2.0.0.gem) = 14336
+TIMESTAMP = 1612101710
+SHA256 (rubygem/terminal-table-3.0.0.gem) = 287a95f4853452ea464bc4193debf8ea44ff84bf127d9021455ca16e65538ab6
+SIZE (rubygem/terminal-table-3.0.0.gem) = 20480



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