From owner-svn-ports-head@freebsd.org Mon Sep 21 20:04:38 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 832573FB054; Mon, 21 Sep 2020 20:04:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BwFlT3cyPz3YFf; Mon, 21 Sep 2020 20:04:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3DFB4136F1; Mon, 21 Sep 2020 20:04:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08LK4av7073209; Mon, 21 Sep 2020 20:04:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08LK4ZV7073207; Mon, 21 Sep 2020 20:04:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202009212004.08LK4ZV7073207@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 21 Sep 2020 20:04:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549523 - in head/devel/rubygem-tty-table: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/rubygem-tty-table: . files X-SVN-Commit-Revision: 549523 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2020 20:04:38 -0000 Author: sunpoet Date: Mon Sep 21 20:04:35 2020 New Revision: 549523 URL: https://svnweb.freebsd.org/changeset/ports/549523 Log: Update to 0.12.0 Changes: https://github.com/piotrmurach/tty-table/blob/master/CHANGELOG.md Deleted: head/devel/rubygem-tty-table/files/ Modified: head/devel/rubygem-tty-table/Makefile head/devel/rubygem-tty-table/distinfo Modified: head/devel/rubygem-tty-table/Makefile ============================================================================== --- head/devel/rubygem-tty-table/Makefile Mon Sep 21 20:04:30 2020 (r549522) +++ head/devel/rubygem-tty-table/Makefile Mon Sep 21 20:04:35 2020 (r549523) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tty-table -PORTVERSION= 0.11.0 -PORTREVISION= 2 +PORTVERSION= 0.12.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -13,11 +12,9 @@ COMMENT= Fexible and intuitive table generator LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-equatable>=0.6<1:devel/rubygem-equatable \ - rubygem-necromancer>=0.5<1:devel/rubygem-necromancer \ - rubygem-pastel>=0.7.2<1:devel/rubygem-pastel \ - rubygem-strings>=0.1.5<1:devel/rubygem-strings \ - rubygem-tty-screen>=0.7<1:devel/rubygem-tty-screen +RUN_DEPENDS= rubygem-pastel>=0.8<1:devel/rubygem-pastel \ + rubygem-strings>=0.2.0<0.3:devel/rubygem-strings \ + rubygem-tty-screen>=0.8<1:devel/rubygem-tty-screen USES= gem USE_RUBY= yes Modified: head/devel/rubygem-tty-table/distinfo ============================================================================== --- head/devel/rubygem-tty-table/distinfo Mon Sep 21 20:04:30 2020 (r549522) +++ head/devel/rubygem-tty-table/distinfo Mon Sep 21 20:04:35 2020 (r549523) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564757736 -SHA256 (rubygem/tty-table-0.11.0.gem) = c9586d326dfaa841d68c2e6d47a05881af5b082314711b7bc5b2987967f407f8 -SIZE (rubygem/tty-table-0.11.0.gem) = 51712 +TIMESTAMP = 1600709988 +SHA256 (rubygem/tty-table-0.12.0.gem) = fdc27a4750835c1a16efe19a0b857e3ced3652cc7aceafe6dca94908965b9939 +SIZE (rubygem/tty-table-0.12.0.gem) = 29696