From owner-dev-commits-ports-all@freebsd.org Tue Jul 13 10:01:43 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 D6AE0656ACA; Tue, 13 Jul 2021 10:01:43 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GPGPg554wz3s0S; Tue, 13 Jul 2021 10:01:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7F2982027D; Tue, 13 Jul 2021 10:01:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16DA1hpn080517; Tue, 13 Jul 2021 10:01:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16DA1hKG080516; Tue, 13 Jul 2021 10:01:43 GMT (envelope-from git) Date: Tue, 13 Jul 2021 10:01:43 GMT Message-Id: <202107131001.16DA1hKG080516@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Lewis Cook Subject: git: 5e8f6e52e5fc - main - games/rpg-cli: Update to 0.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lcook X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5e8f6e52e5fca5cb605ca1c107c84649b638436d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2021 10:01:44 -0000 The branch main has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=5e8f6e52e5fca5cb605ca1c107c84649b638436d commit 5e8f6e52e5fca5cb605ca1c107c84649b638436d Author: Lewis Cook AuthorDate: 2021-07-13 09:51:20 +0000 Commit: Lewis Cook CommitDate: 2021-07-13 09:52:16 +0000 games/rpg-cli: Update to 0.5.0 Changes: https://github.com/facundoolano/rpg-cli/releases/tag/0.5.0 --- games/rpg-cli/Makefile | 3 +-- games/rpg-cli/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/games/rpg-cli/Makefile b/games/rpg-cli/Makefile index 6e3eb7eb8096..f70d74dc1bc4 100644 --- a/games/rpg-cli/Makefile +++ b/games/rpg-cli/Makefile @@ -1,6 +1,5 @@ PORTNAME= rpg-cli -DISTVERSION= 0.4.1 -PORTREVISION= 1 +DISTVERSION= 0.5.0 CATEGORIES= games MAINTAINER= lcook@FreeBSD.org diff --git a/games/rpg-cli/distinfo b/games/rpg-cli/distinfo index 9bb30b73fc78..1375cddf1b5e 100644 --- a/games/rpg-cli/distinfo +++ b/games/rpg-cli/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1624707818 +TIMESTAMP = 1626169817 SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 SIZE (rust/crates/atty-0.2.14.crate) = 5470 SHA256 (rust/crates/autocfg-1.0.1.crate) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a @@ -113,5 +113,5 @@ SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e9 SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 -SHA256 (facundoolano-rpg-cli-0.4.1_GH0.tar.gz) = 2b68e9c53ff7fcebb319aa741e008b1f8c2ed714558302c1707a1fc87fa09164 -SIZE (facundoolano-rpg-cli-0.4.1_GH0.tar.gz) = 659713 +SHA256 (facundoolano-rpg-cli-0.5.0_GH0.tar.gz) = 2746093aeddd27e1fa7b75e460e232b9a84ed26569751341c53f2808c63cc637 +SIZE (facundoolano-rpg-cli-0.5.0_GH0.tar.gz) = 424080