Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Apr 2021 11:50:22 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f3343fca5e58 - main - textproc/textnote: Update to 1.1.1
Message-ID:  <202104151150.13FBoMD8035754@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104151150.13FBoMD8035754>