svn commit: r563719 - head/textproc/rubygem-terminal-table

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 1 19:44:32 UTC 2021


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


More information about the svn-ports-all mailing list