From owner-dev-commits-ports-all@freebsd.org Thu Apr 15 11:50:23 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 1CCD95EC243; Thu, 15 Apr 2021 11:50:23 +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 4FLd270KCWz3mq7; Thu, 15 Apr 2021 11:50:23 +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 EDBDC1097A; Thu, 15 Apr 2021 11:50:22 +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 13FBoM5o035755; Thu, 15 Apr 2021 11:50:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13FBoMD8035754; Thu, 15 Apr 2021 11:50:22 GMT (envelope-from git) Date: Thu, 15 Apr 2021 11:50:22 GMT Message-Id: <202104151150.13FBoMD8035754@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: f3343fca5e58 - main - textproc/textnote: Update to 1.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: 0mp X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f3343fca5e5873b3bc2cbacc3ceb7e63156b3c89 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: Thu, 15 Apr 2021 11:50:23 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3343fca5e5873b3bc2cbacc3ceb7e63156b3c89 commit f3343fca5e5873b3bc2cbacc3ceb7e63156b3c89 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-15 11:49:21 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-04-15 11:50:26 +0000 textproc/textnote: Update to 1.1.1 While here, put variables in order. Reported by: Repology --- textproc/textnote/Makefile | 7 ++++--- textproc/textnote/distinfo | 8 +++++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/textproc/textnote/Makefile b/textproc/textnote/Makefile index eca0a90486dd..e81b3672bed9 100644 --- a/textproc/textnote/Makefile +++ b/textproc/textnote/Makefile @@ -1,6 +1,6 @@ PORTNAME= textnote DISTVERSIONPREFIX= v -DISTVERSION= 1.1.0 +DISTVERSION= 1.1.1 CATEGORIES= textproc MAINTAINER= 0mp@FreeBSD.org @@ -10,14 +10,15 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules -GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} USE_GITHUB= yes +GH_ACCOUNT= dkaslovsky GH_TUPLE= BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ go-edn:edn:93e3b8dd0e24:go_edn_edn/vendor/olympos.io/encoding/edn \ go-yaml:yaml:9f266ea9e77c:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ ilyakaznacheev:cleanenv:v1.2.5:ilyakaznacheev_cleanenv/vendor/github.com/ilyakaznacheev/cleanenv \ + imdario:mergo:v0.3.11:imdario_mergo/vendor/github.com/imdario/mergo \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ joho:godotenv:v1.3.0:joho_godotenv/vendor/github.com/joho/godotenv \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ @@ -25,7 +26,7 @@ GH_TUPLE= BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/to spf13:cobra:v1.1.1:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify -GH_ACCOUNT= dkaslovsky +GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/${PORTNAME} diff --git a/textproc/textnote/distinfo b/textproc/textnote/distinfo index a44117d3fb3c..21f8d5395358 100644 --- a/textproc/textnote/distinfo +++ b/textproc/textnote/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1613562869 -SHA256 (dkaslovsky-textnote-v1.1.0_GH0.tar.gz) = cbccbddecb93b5e831446a1afa998f553ce339bd26864a727d41e6ab1f924e77 -SIZE (dkaslovsky-textnote-v1.1.0_GH0.tar.gz) = 43687 +TIMESTAMP = 1618486513 +SHA256 (dkaslovsky-textnote-v1.1.1_GH0.tar.gz) = 29bd17095654bc176a39ab3bb0e3a4cca84eea22783dcbafbac8c49fe9e90808 +SIZE (dkaslovsky-textnote-v1.1.1_GH0.tar.gz) = 43996 SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077 SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e @@ -13,6 +13,8 @@ SHA256 (go-yaml-yaml-v2.4.0_GH0.tar.gz) = d8e94679e5fff6bd1a35e10241543929a5f3da SIZE (go-yaml-yaml-v2.4.0_GH0.tar.gz) = 73209 SHA256 (ilyakaznacheev-cleanenv-v1.2.5_GH0.tar.gz) = be2dbac883643533322bf6de918d11ce921bde7d1fbcfcd986dd86b0c786c836 SIZE (ilyakaznacheev-cleanenv-v1.2.5_GH0.tar.gz) = 176149 +SHA256 (imdario-mergo-v0.3.11_GH0.tar.gz) = 36544167ad735d458781b89ce3c3bfd56dd6ebdeadd5f3b4e1e0c6e0ab4f2191 +SIZE (imdario-mergo-v0.3.11_GH0.tar.gz) = 22060 SHA256 (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 5edc7731c819c305623568e317aa253d342be3447def97f1fa9e10eb5ad819f6 SIZE (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 2290 SHA256 (joho-godotenv-v1.3.0_GH0.tar.gz) = 07beb0bae964dbe37442603a404196111dbbbaaa986fc179d5d5fdc46ed6a189