From owner-dev-commits-ports-all@freebsd.org Wed Aug 18 18:28:37 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 E08FB6549D0; Wed, 18 Aug 2021 18:28:37 +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 4Gqbxx5fz1z4sNT; Wed, 18 Aug 2021 18:28:37 +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 AA31116257; Wed, 18 Aug 2021 18:28:37 +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 17IISbHF073470; Wed, 18 Aug 2021 18:28:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17IISbcn073469; Wed, 18 Aug 2021 18:28:37 GMT (envelope-from git) Date: Wed, 18 Aug 2021 18:28:37 GMT Message-Id: <202108181828.17IISbcn073469@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= Subject: git: 03a7c5211d20 - main - net/ipinfo-cli: Update to 2.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 03a7c5211d203f98c6c13140f14ccd15b05dd1b9 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: Wed, 18 Aug 2021 18:28:38 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=03a7c5211d203f98c6c13140f14ccd15b05dd1b9 commit 03a7c5211d203f98c6c13140f14ccd15b05dd1b9 Author: Gabriel Dutra <0xdutra@gmail.com> AuthorDate: 2021-08-18 09:10:17 +0000 Commit: Fernando ApesteguĂ­a CommitDate: 2021-08-18 18:23:06 +0000 net/ipinfo-cli: Update to 2.1.1 ChangeLog: https://github.com/ipinfo/cli/releases/tag/ipinfo-2.1.1 PR: 257922 --- net/ipinfo-cli/Makefile | 6 +++--- net/ipinfo-cli/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net/ipinfo-cli/Makefile b/net/ipinfo-cli/Makefile index ba73f8d4660a..f2ada299aff9 100644 --- a/net/ipinfo-cli/Makefile +++ b/net/ipinfo-cli/Makefile @@ -2,7 +2,7 @@ PORTNAME= ipinfo DISTVERSIONPREFIX= ipinfo- -DISTVERSION= 2.0.2 +DISTVERSION= 2.1.1 CATEGORIES= net MAINTAINER= 0xdutra@gmail.com @@ -15,8 +15,6 @@ USES= go:modules USE_GITHUB= yes GH_PROJECT= cli -GO_TARGET= ./ipinfo - GH_TUPLE= \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ fatih:color:v1.10.0:fatih_color/vendor/github.com/fatih/color \ @@ -37,6 +35,8 @@ GH_TUPLE= \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify +GO_TARGET= ./ipinfo + PLIST_FILES= bin/${PORTNAME} .include diff --git a/net/ipinfo-cli/distinfo b/net/ipinfo-cli/distinfo index 62b4039f82b5..804a94f52627 100644 --- a/net/ipinfo-cli/distinfo +++ b/net/ipinfo-cli/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1628885667 -SHA256 (ipinfo-cli-ipinfo-2.0.2_GH0.tar.gz) = 9a81a5dc28067975f706295cc65cbde0a5028e3d1117fbd2c520e71711825cea -SIZE (ipinfo-cli-ipinfo-2.0.2_GH0.tar.gz) = 2323755 +TIMESTAMP = 1629257489 +SHA256 (ipinfo-cli-ipinfo-2.1.1_GH0.tar.gz) = 136e08ae35eb5b7ba6d4c5ff97c2b4aa342f87a4e53d088cd40c290df3bd9fc1 +SIZE (ipinfo-cli-ipinfo-2.1.1_GH0.tar.gz) = 2327802 SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 SHA256 (fatih-color-v1.10.0_GH0.tar.gz) = a00342a7ffb8b119346dce56e152a111cbb9eab3970c429cc2ed4272aec2858e